score:38
Accepted answer
I had the same issue and came across this post. I'm guessing you have datalabels plugin installed (I did). Add this to your chart options:
plugins: {
datalabels: {
display: false,
},
}
Hope this helps
Source: stackoverflow.com
Related Query
- Chartjs hide data point labels
- ChartJS have xAxes labels match data source
- ChartJS - Different color per data point
- Hide Y-axis labels when data is not displayed in Chart.js
- Hide labels on x-axis ChartJS
- ChartJS hide labels on small screen sizes
- How to show data values or index labels in ChartJs (Latest Version)
- Chartjs Radar - Change color of end point labels
- How to hide Chart.js data labels for small screens
- Chartjs : data labels getting overlapped in smaller datasets using chartjs-plugin-datalabels
- Show Data labels on Bar in ChartJS
- Chart JS: Ignoring x values and putting point data on first available labels
- ChartJS (React) Line Chart - How to show single tooltip with data and labels from 3 (multiple) dataset?
- Chartjs: Is it possible to hide the data labels on the axis but show up on the graph on hover?
- Hide all scale labels in chartjs
- Completely hide the Y-axis on chartjs when data is hidden
- ChartJS getting an unwanted line between first data point and last data point
- Hide labels from pie chart in chartjs
- Can't display data labels in chartJS
- How to add new data point and remove leftmost data point dynamically in Chartjs
- How to hide the labels of graphs that are not toggled in ChartJS
- how labels in chartjs can make data invisible
- How to show the chartjs bar chart data values labels as text?
- How to hide labels by two ticks? chartjs
- ChartJS AJAX load labels and data
- chartjs data labels - character level font colour control
- Calling data from outside of Chartjs code
- ChartJs showing wrong labels of data (x-axis dates)
- Chartjs + DataLabelPlugin: Suddenly data labels are shown in every chart even without the plugin?
- how to remove duplicate data set labels in chartjs
More Query from same tag
- How can I show extra data in chart.js tooltip?
- When I added a funnel chart to chartjs all the charts are load compressed until resize page
- Chart.js - Black bar colors in mobile devices
- The chart doesn't display the data from my call to the API with Axios
- Chart.js - scaleType='date' not working
- Saving ChartJS chart showing all tooltips
- Change the Center color of doughnut chart in Chart.Js
- Chart.js with handlebar.js shows empty canvas
- How to show data values or index labels in ChartJs (Latest Version)
- Add Padding Right to Extended Line Chart in Chart.js V2
- ChartJs x axis labels on waterfall chart
- Legend position is not vertically in middle in Donut chart
- Chart.js - barchart - plugin labels
- How to set data values as labels in Chart.js with a Radar Chart
- Chart.js Doughnut chart inner label different than outer
- Charts are overlapping with old values on mouse hover
- Implementing range slider in Chart.js
- Formatting x-axis labels as time values in Chart.js
- Chart in Ionic Framework doesn't show up
- Make the X-Axis labels in chart.js increment by a certain scale
- Dataset._meta[0].dataset is null in ChartJS
- Change point color on click using ChartJS
- charts.js tooltips on different data ranges
- Chart JS Custom tooltips with % and label for X and Y axles
- Chart.js remove zero value sector in pie chart
- pass array to chart.js option
- Chart.js automatic scaling
- How to install vue-chartkick and use it in my components?
- How to get a square grid in Chart.js with responsive scatter chart?
- Chartjs - Line between two dots on the Y axis