Hi guys, I would like to ask how can we purposely "skip" a point in the line chart? For example, I have points values 1 - 3 in the line chart, the graph will automatically "skip" points with value 3 and continue its line to next point with value less than 3 but those points with value 3 will still appears in the chart. Anyway to achieve?
Announcement
Collapse
No announcement yet.
X
-
-
If you provide a null in the dataset for the "outlier" and set discontinuousLines:false you'll get the connecting line with no point drawn on it, as in your mockup. However, you would need to draw the outlier point yourself, and the default range for the vertical axis would not include the outlier unless you manually set the start and end axis values (since the outlier is omitted from the data in this approach).
Comment
Comment