You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm looking to sketch a line by using onMouseMove using canvas or possibly by using SVG over my graph. Highcharts docs seems to provide options of rendering SVG https://api.highcharts.com/class-reference/Highcharts.SVGRenderer
but I cannot find in the docs here on how to implement it or assign to my chart object. Is there a way to do this?
How to reproduce
n/a
Live demo demonstrating bug
n/a
Versions
React JSX Highcharts version:
Highcharts version:
React version:
The text was updated successfully, but these errors were encountered:
Thanks again for getting back to me. Its very similar to what I want to achieve although I wanted to use a mousemove event to create a path on the chart itself although I'm not sure this is possible. Something similar to this http://jsfiddle.net/BlackLabel/7om63fv2/ would be perfect
Bug or Feature Request?
Possible feature request but mainly a question
Description
Hello, I'm looking to sketch a line by using onMouseMove using canvas or possibly by using SVG over my graph. Highcharts docs seems to provide options of rendering SVG
https://api.highcharts.com/class-reference/Highcharts.SVGRenderer
but I cannot find in the docs here on how to implement it or assign to my chart object. Is there a way to do this?
How to reproduce
n/a
Live demo demonstrating bug
n/a
Versions
The text was updated successfully, but these errors were encountered: