Home Forums Chart Support legend checkbox

legend checkbox

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

    Hi,

    I was using Flot before canvasjs, before deciding to try canvasjs to fix performance issues with my chart (which has around 30k values sometimes). With Flot, I had a checkbox legend, so I was able to add more functionality to it. Since I had a second checkbox list separate from the graph, I made the two interact with each other – removing a line from the graph would uncheck the box in the other checkbox.

    I need to be able to do this with canvasjs if I’m going to purchase it. I’m not sure how to do this currently if its even an option. I need to add a function call to the legend every time it is clicked, that either sends the label of that legend item, or I need to be able to loop through the entire legend to get a list of what is and isn’t checked. Is this possible? Inspecting the element hasn’t given me useful information.

    Thanks!

    #14063

    I figured it out, but now I need to know if there is a way I can force/trigger a check of a specific item in the legend. Thanks!

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

You must be logged in to reply to this topic.