chartjs / chartjs-chart-financial

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

Tooltip positioning not working correctly #49

Closed AbelHeinsbroek closed 5 years ago

AbelHeinsbroek commented 5 years ago

When using the 'average' position option the tooltips are not showing, when using {intersect: false, mode: 'index', position: 'nearest'} the tooltips show at the position of the cursor.

benmccann commented 5 years ago

This was just fixed in https://github.com/chartjs/chartjs-chart-financial/commit/d5ed737910f30bf2bd5ad94b603656e98fe0fbcf. If you sync from master and build a new version it should work

benmccann commented 5 years ago

Let me know if you still have problems after the fix