Home Forums Report Bugs label not showing for 0 y

label not showing for 0 y

Viewing 4 posts - 1 through 4 (of 4 total)
  • #45669

    https://jsfiddle.net/q3rgpuxm/1/

    Label is not showing for 0 values

    #45672

    @scompliance,

    Thanks for reporting the use case. This looks like a bug & we will fix it in the future releases. Meanwhile, you can work around this by setting a relatively smaller y-value to the datapoint instead of setting it to 0 as shown in the code-snippet below..

    { x: 10, y: 0.2, indexLabel: "0", toolTipContent: "{x}: 0", highlightEnabled: false, /* color: "transparent" */}

    Please take a look at this updated JSFiddle for the working example of the same.

    Indexlabel for Datapoint Y-Value Zero

    __
    Sachin Bisht
    Team CanvasJS

    #45713

    it’s not working in this case https://jsfiddle.net/4gq3tjv8/

    Any ETA on the bug fix?

    #45738

    @scompliance,

    We have released chart v3.10.4 with the above fix. Please refer to the release blog for more information. Do download the latest version from our download page and let us know your feedback.

    __
    Sachin Bisht
    Team CanvasJS

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

You must be logged in to reply to this topic.