chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
725 stars 197 forks source link

please add mouse move cross line feature #15

Closed adamshe closed 6 years ago

adamshe commented 6 years ago

hi, if you can introduce a cross line to get tooltip on a fix area for data of o,c,h,l,v, it will be great A reference is this: https://bitcoinwisdom.com/markets/bitstamp/btcusd

Thanks.

benmccann commented 6 years ago

Thanks. That could be a good idea.

benmccann commented 6 years ago

After thinking about this for a little while I've realized that the best way to implement this would be as a generic chart.js plugin that can work on any chart

Since we shouldn't include it in this repo, I'm going to close this issue. I think the feature is a great one though. I'd love it if you implemented the plugin!

benmccann commented 6 years ago

Actually I think https://github.com/chartjs/chartjs-plugin-annotation might do what you want