Questions tagged [chartjs-plugin-zoom]

63 questions
0
votes
1 answer

chartjs-plugin-zoom not working on offline environment javascript .js

I am working in an offline environment, and I am using chartjs imports from a yarn-mirror: Chart.js 2.7.2 chartjs-plugin-zoom 0.6.6 hammerjs 2.0.8 moment 2.23.0 and I did import them into my .js file as import 'chartjs-plugin-zoom', import…
-1
votes
1 answer

Why Zoom plugin is not working of chart js?

This code creates a line chart using Chart.js to display Nifty PCR COI and Bank Nifty PCR COI data that is being fetched from a Google Sheets spreadsheet. The chart is shown in a canvas element and the data is updated every interval set by…
-1
votes
1 answer

How to show xaxis lable o only data point and hide all others?

I have a chartjs line chart requirement where the client is asking to show labels on x axis only if it has a data point. please find his mockup below. the x-axis is time and here is what I am getting. how can I achieve this? here is my config. …
1 2 3 4
5