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
Hi,
sometimes i see this error in my charts components. Trying to build 4 line charts and unite them by this plugin. Notised, when i use 3 charts, the error does not manifest, but if i add the fourth, something is going wrong and sometimes i`ve this error.
My react project using last versions of all librares: Chart.js 3.5.1, chartjs-plugin-crosshair: 1.2.0, react-chartjs-2: 3.1.0.
I've registered plugin by this way: import { Chart, Interaction } from 'chart.js'; import {CrosshairPlugin,Interpolate} from 'chartjs-plugin-crosshair'; Chart.register(CrosshairPlugin); Interaction.modes.interpolate = Interpolate
The text was updated successfully, but these errors were encountered:
Hi,
sometimes i see this error in my charts components. Trying to build 4 line charts and unite them by this plugin. Notised, when i use 3 charts, the error does not manifest, but if i add the fourth, something is going wrong and sometimes i`ve this error.
My react project using last versions of all librares: Chart.js 3.5.1, chartjs-plugin-crosshair: 1.2.0, react-chartjs-2: 3.1.0.
I've registered plugin by this way:
import { Chart, Interaction } from 'chart.js';
import {CrosshairPlugin,Interpolate} from 'chartjs-plugin-crosshair';
Chart.register(CrosshairPlugin); Interaction.modes.interpolate = Interpolate
The text was updated successfully, but these errors were encountered: