Home Forums Chart Support Minimum Point Length

Minimum Point Length

Viewing 3 posts - 1 through 3 (of 3 total)
  • #15957

    Hello guys,

    Here is a range column chart: http://jsfiddle.net/cristiscu/tkn7c2xv/3/

    The middle point has the same high and low values, and it does not appear at all on the chart. However, this is not an empty point, and we should be able to display somehow a thin horizontal line for it.

    Is there any clean workaround or property we should know about?

    Thanks,
    Cristian

    PS: search for minPointLength to see how this edge test case was handled in another library…

    #15966

    @cristiscu,

    As of now we don’t have this feature. But you can work around by increasing the values of the dataPoints which are not plotted.

    Please take a look at this jsfiddle.

    ____________
    Indranil Deo,
    Team CanvasJS

    #15970

    Thanks, Indranil. Yes, that’s the obvious adjustment. I liked you took care of tooltips :)

    Cheers,
    Cristian

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.