Skip to content

[fix] charts: no intersect needed for tooltip

Pascal Engélibert requested to merge tuxmain/cesium:master into master

Added intersect: false option to Chart.js charts, because currently we have to place the cursor exactly on the lines to display tooltip, which is quite hard and not convenient.

Merge request reports