Displayed points for series in the graph.#15
Displayed points for series in the graph.#15pryaniq wants to merge 2 commits intogpbl:masterfrom pryaniq:master
Conversation
How use: yourSeriesName1.points = true yourSeriesName1.points = false chart.poinstWidth = 2.0
There was a problem hiding this comment.
If I understand it, drawPoints actually draws only one point for the coordinates at the i position. I'm confused by the plural in the method name. Why pass all the xValues and yValues as arguments?
|
Hi @pryaniq thanks for your PR! I really appreciate the help. The points (better called markers) are a nice addition to the chart. However I think we should provide a way to use a custom marker, e.g. I would not hard code the layer into the There are some things in the code I have not clear – and performance improvements I'd like to apply (see comments). Would you mind to discuss the feature before going on with the PR? |
|
For example, each |
|
@gpbl thanks for review. I will try to fix the code, according to the comments. |
How use:
yourSeriesName1.points = true
yourSeriesName1.points = false
chart.poinstWidth = 2.0