Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5c48cca

Browse filesBrowse files
Merge pull request #6682 from livecodesam/bugfix_18359
[Bugfix 18359] Add note about non-numeric x-values for hilitedCoordinates
2 parents e158f23 + d043993 commit 5c48cca
Copy full SHA for 5c48cca

File tree

Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed

‎docs/notes/bugfix-18359.md

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added note to hiliteCoordinates about non-numeric x-values.

‎extensions/widgets/graph/graph.lcb

Copy file name to clipboardExpand all lines: extensions/widgets/graph/graph.lcb
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ If the <hilitedCoordinates> of the graph widget is not empty, then the
245245
widget will highlight the specified coordinates with a dot and dashed
246246
horizontal and vertical lines.
247247

248+
>*Note:* If the x-axis values in the graph data are non-numeric,
249+
>then the x-value of the point set must match one of those values.
250+
248251
Related: hilitedCoordinatesColor (property)
249252
*/
250253
property hilitedCoordinates get GetHilitedCoordinates set SetHilitedCoordinates

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.