Home Forums Chart Support Can we show null points in shared tooltip?

Can we show null points in shared tooltip?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #22709

    I’ve been asked to show null points in a shared tooltip with a “N/A” mention and no value. Is that possible with Canvas.js?

    I tried adding a non 0-length Name to some null points, but that didn’t work out. Any way other way to do it?

    JSFiddle to see my sample graph:
    https://jsfiddle.net/d5v4pcxe/1/

    #22722

    @antoine-bergeron,

    Tooltip will not be shown for the dataPoints with null values, even if shared property is set to true, as of now.
    Instead you can set y values to zero and show toolTip content as null.
    __
    Priyanka M S
    Team CanvasJS

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

You must be logged in to reply to this topic.