Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Line chart's drawn line "skip" points in chart

    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?


    #2
    We're having trouble understand what you have in mind..

    If there are null data points provided then the chart will draw a discontinuous line.

    If you meant something else, please clarify.

    Comment


      #3
      Sorry for late reply and the broken English. The attached image is an example of how the chart will look like, -4 is an outlier data points in the chart so the line should skip it and proceed to the next point. Is there anyway to achieve that?
      Attached Files
      Last edited by nwk313; 11 Apr 2017, 22:26.

      Comment


        #4
        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

        Working...
        X