Home Forums Chart Support ToolTip

ToolTip

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

    Hi,

    I have few graphics on same page.
    What I would like is (or) :
    – Share the tooltip with a graphics but if there are no data I want to see the Dataseries Name without value on the tooltip box (I have a lot of data on my server and it’s annoying that the box became larger and smaller)
    – Put the value of the datapoints on side of the legend like Dataserie Y2 – 50 %
    – What I would like as well is to organize the legend, for example the Dataseries on the secondary axes should be on the right of the graphics and the legend on the primary graphic on the left.

    – As well if I could share the tooltip (or the datapoints info on the side of the legend) between two graphics it would be great!

    http://jsfiddle.net/eog3t2vm/3/

    #23967

    Hi,

    I was able to show the value on the legend Text but just if i am on the dataseries.
    http://jsfiddle.net/eog3t2vm/4/
    I would like to show the information of the both of the dataseries like the tooltip…

    #23984

    @omailyregulvar-com,

    Share the tooltip with a graphics but if there are no data I want to see the Dataseries Name without value on the tooltip box (I have a lot of data on my server and it’s annoying that the box became larger and smaller)

    toolTip won’t be shown in case of null dataPoint. You can achieve the above requirement using toolTip contentFormatter.

    As well if I could share the tooltip (or the datapoints info on the side of the legend) between two graphics it would be great!

    Yes, you can sync the toolTip across multiple charts. Please take a look at this JSFiddle for the same.

    I was able to show the value on the legend Text but just if i am on the dataseries.

    By using the mouseover event at dataPoint level you can achieve the above requirement as shown in this JSFiddle.

    What I would like as well is to organize the legend, for example the Dataseries on the secondary axes should be on the right of the graphics and the legend on the primary graphic on the left.

    Sorry, this feature is not available as of now.

    ____
    Shashi Ranjan
    Team CanvasJS

    #24024

    Thanks, I will look on this possibilities!

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

You must be logged in to reply to this topic.