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 b66ae32

Browse filesBrowse files
author
livecodesam
committed
[Bugfix-18359] Added note about non-numeric x-values for hilitedCoordinates
1 parent 70279ac commit b66ae32
Copy full SHA for b66ae32

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 mathc 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.