Skip to main content

All Questions

Tagged with
6 votes
1 answer
2k views

How to change cursor on plotly graph when mouse hover event occurred?

i'm trying to change cursor from pointer to default when hover event occurred on plotly's graph legend legend: { cursor: "default", x: xLegenda, y: yLegenda, ...
Giuseppe Giubaldo's user avatar
2 votes
1 answer
471 views

ClickMarker is not working in XY Amcharts

I have a requirement where I need to use customlegends in XY Amcharts. I have implemented them, but When I have added event listeners to those legends, the function wasnt triggered. I dont know the ...
user1268130's user avatar
2 votes
3 answers
4k views

How to change text color of legend in d3js graph?

Title; I'm following this tutorial on a stacked bar chart. I have a black background and wanted to change the color of the legend to white. I have already done so with the axis, but can't seem to ...
numWhile's user avatar
3 votes
1 answer
4k views

How can I update my graph legend in d3.js?

I'm trying to update my legend in d3.js whenever the data changes. My jsfiddle is supposed to update the legend whenever the key set gets changed. The keyset changes whenever different data is put ...
Grammin's user avatar
  • 12.1k
3 votes
1 answer
6k views

JQPlot Hide Lines from Legend Click [duplicate]

Possible Duplicate: Dynamic Flot graph - show hide series by clicking on legend text or box on graph I am using JQPlot and I have a question about hiding lines if they have been clicked on in the ...
Garry's user avatar
  • 1,271