score:2
Accepted answer
Try this in your chart options :
scaleOverride: true,
scaleSteps: 10,
scaleStartValue: 100,
scaleStepWidth: -10
it shoud just do the trick.
Source: stackoverflow.com
Related Query
- Is it possible to revert x-axe values in line chart with chart.js
- line chart with {x, y} point data displays only 2 values
- How can I create a horizontal scrolling Chart.js line chart with a locked y axis?
- Display line chart with connected dots using chartJS
- Chartjs 2 - Stacked bar and unstacked line on same chart with same y axis
- Chart.js - line chart with two yAxis: "TypeError: yScale is undefined"
- How to display Line Chart dataset point labels with Chart.js?
- Chart.js Mixed Bar and Line chart with different scales
- chart.js Line chart with different background colors for each section
- How do I draw a vertical line on a horizontal bar chart with ChartJS?
- How to display inline values in a stacked bar chart with Chart.js?
- Show X axis on top and bottom in line chart rendered with Chart.js 2.4.0
- Chart.js: Line chart with partial dashed line
- Obtain max value of y axis of line chart rendered with Chart.js
- ChartJS - Line Chart with different size datasets
- Line chart with large number of labels on X axis
- ChartJS - Line chart issue with only 1 point
- Is it possible to print a chart with vue-chartjs?
- ChartJs line chart - display permanent icon above some data points with text on hover
- Stepped line with null values in chart.js
- Drawing line chart in chart.js with json response
- Chart.js line chart with area range
- Extending Line Chart with custom line
- Can we draw a Line Chart with both solid and dotted line in it?
- How to show data values in top of bar chart and line chart in chart.js 3
- ChartJS - how to display line chart with single element as a line? (not as a dot)
- ChartJS (React) Line Chart - How to show single tooltip with data and labels from 3 (multiple) dataset?
- Line Chart x-Axis datapoints with Strings
- Gradient line chart with ChartJS
- Chart.js: compare two periods like Google Analytics with a line chart
More Query from same tag
- Issues with react-chartjs-2
- How to add an input box next to Chart.js y axis label?
- react-chartjs-2 time scale dates not formatting
- chart.js 2.7.1 - polar area chart has too much padding
- CharJs scrolling page on mobile
- chart.js 3.7.1 where to go with my plugins?
- TypeError: this.scale undefinded when using Chart.js and Angularjs
- How to split a List into View in C#
- React with chart js, labelling problems in multiple datasets for doughnut chart
- Chart.js - Remove empty space in pie chart
- Chart.js draw mathematical function
- How to make Chart.js with dynamic months on x-axis
- Error: "barWithErrorBars" is not a chart type. Vue - chartjs-chart-error-bars
- ChartJS time axis not plotting correctly | getting an hour instead of date
- how to change size of point in ChartJS
- How to use php variables in a chart js chart
- ChartJS: Translate x axis month to other languages
- Changing size of the canvas makes it blurry
- drawing bar chart with chart.js jQuery
- TS how can I use a class variable inside method?
- how to use chartjs-plugin-crosshair in Angular 6+?
- Style X and Y Axis (tick mark) with Chart.js?
- Why wont the json_encoded data show
- How can I draw dotted line using chartjs?
- Node.js How to save data from pg database into variable
- How do remove the bottom scale on a Chart.js bar chart
- chart.JS i want to put different color for each Y axis value grid line color
- ChartJS not showing from MySQL
- Click event of stacked line chart not working
- How can I specify "per dataset" parsing with Chart.js?