Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
405 views

I’m using Chart.js v4.4.3 with chartjs-plugin-zoom v2.0.0. The zoom works with the mouse wheel, but the pan feature doesn’t work, and the onPan callback isn’t triggered despite being enabled and ...
pepe12311's user avatar
1 vote
1 answer
68 views

I have a temperature chart, with X axis = time, and Y axis is temperature. Because I have data collected every minutes since several years, I have a lot of data, and I don't want to display all of ...
JayMore's user avatar
  • 744
1 vote
1 answer
88 views

I'm writing a custom plugin for Chart.js 4 and I want my plugin to behave well with the chartjs-plugin-zoom plugin. In order to do this, I need to listen to the chartjs-plugin-zoom events (onZoomStart,...
Master_T's user avatar
  • 8,231
0 votes
1 answer
60 views

I am trying to use the zoom within chartArea, however zooming in causes the zoom to use the whole chartArea rather than within the X and Y axes. var arbitraryLine = { ...
Arun Kumar's user avatar
0 votes
1 answer
75 views

ChartJs tooltip is only visible if the mouse pointer is 10-20 pixels away from the point. Please see the image below. The tooltip only appears when the pointer is not on the chart. There is nothing ...
Patola's user avatar
  • 725
0 votes
1 answer
491 views

I am trying to use the functionality of chartjs-plugin-zoom in my laravel application but I cant't get it to work. In the blade I am loading the plugin through Cloudflare cdnjs: <script src="...
SenneVP's user avatar
  • 135
1 vote
1 answer
843 views

I am encountering an issue with the drag functionality on mobile devices in a Chart.js chart that utilizes the chartjs-plugin-zoom and hammer.js. The chart works as expected on desktop browsers, but ...
Santiago Santos isma's user avatar
1 vote
0 answers
235 views

Im trying to create a button for enable or disable zoom and pan options in my chart. Part of my code import { useRef, useState } from "react" import { Line } from "react-chartjs-2" ...
tomys_dev's user avatar
1 vote
1 answer
853 views

In my project, I have implemented a bar chart using Chart.js. The chart allows users to scroll to view the amounts for the previous months over the last two years. To enable panning on the x-axis and ...
Sudharsan S's user avatar
  • 15.4k
4 votes
4 answers
2k views

In Nextjs application while I'm run the command for build and export there was an ReferenceError I've attached the screenshot for your reference.. When remove the import of chartjs-plugin-zoom from ...
sathish kumar's user avatar
1 vote
0 answers
215 views

I tried to add to Blazor Server app graphs by using ChartJS. I used tutorial after some tweaks it started to work but no luck with plugin zoom. I have used .Net 7.0, ChartJS 4.4.0 and zoom plugin 2.0....
TSzym's user avatar
  • 21
0 votes
0 answers
202 views

Using Chart.js with chartjs-plugin-zoom and chartjs-plugin-streaming the drag option shows the selected area but doesn't resize. The wanted effect is to select a specific area and view only the ...
Roberto Marchesi's user avatar
0 votes
1 answer
288 views

Sample code: <div> <canvas id="example"></canvas> </div> <script> import { onMount } from 'svelte' import Chart from 'chart.js/auto' // Version 4....
M Imam Pratama's user avatar
0 votes
0 answers
57 views

Currently, when the data points lie within the box region demarcated by the Lower Specification Limit (LSL) and Lower Control Limit (LCL), they are overlapping with the yellow shaded area that ...
M_K's user avatar
  • 1
1 vote
3 answers
84 views

If there is no value in graph API response, then graph should not be plotted and also all the legends/label should be hidden (Multiple y-axis) When there is no value in y-axis, I am able to hide the ...
Elizabeth's user avatar

15 30 50 per page
1
2 3 4 5