score:10
Maybe a bit late but still. I had this same issue & searched the Source code for this (Because It used to be: pointDot: false which isn't working anymore)
There are 2 ways of doing this now:
Use the options (This is in the documentation nnick.github Chartjs & Search for point.radius)
options: { elements: { point: { radius: 1, hitRadius: 1, hoverRadius: 4 } } }
Use the property from the line dataset itself
data: { datasets: [{ radius: 0,
Small remark: when using radius: 0 it's hard to find the point when mouseover
Source: stackoverflow.com
Related Query
- Chart.js 2.0.0-beta2 disable points on line Charts
- Chart Js Change Label orientation on x-Axis for Line Charts
- Line chart disable interpolation
- ChartJs line chart - display permanent icon above some data points with text on hover
- ChartJS - handling of overlapping points in line chart
- Is it possible to make points in a line chart of Chart JS 3.7.0 look like a donut?
- add info for points in line chart (js)
- I have 10 points inn x-axis, ranging [-25,-20,,-15,-10,0,10,20,30,40,50]. But I want my line chart to start from -15 of x-axis. How we can achieve?
- Chart.js -> line chart -> multiple points with the same X
- How to reduce the number of points shown on line chartjs chart with a large dataset?
- Chart.js combined line and bar chart with differing data points
- chart js draw line chart by points instead of by lines
- Ng2 charts - Animation doesn't work on line chart onInit
- How to plot a line chart which has both the start and points outside the canvas area using Chart.js
- Chart.js Line chart Option does not disable gridlines
- data in charts of charts.js is changing when I click in the line chart
- ChartJS Line Chart - Points Connected out of order for Timeseries in Angular 6
- Disable tooltip for Line chart for one line
- Line chart plotting multiple points for duplicate data on x and y axis using chart.js
- how to show X and Y labels on points in Chart js 2 Line Chart
- Position of the x-axis labels is not in sync with the line chart data points
- Chart.js - Line chart does not render all points when using Point[] format
- Data Labels on top of points in line charts
- how to not repeat code while creating multiple charts in chart js
- ChartJS set color of Line chart points depending on Y Axis
- Limit labels number on Chart.js line chart
- ChartJS Line Charts - remove color underneath lines
- Chart.js - How to set a line chart dataset as disabled on load
- Draw horizontal line on chart in chart.js on v2
- How can I create a horizontal scrolling Chart.js line chart with a locked y axis?
More Query from same tag
- NODEJS API: How to render .pug and send a AJAX response at same time?
- How change all dates in array into date without time - laravel
- Hide all labels and tooltips in Chart.js and make it very small size
- Why does one chart overlays another (chart.js)?
- Is there a way to change the react-chart-js tooltip only on a graph?
- How to make a interactive legend with chartjs
- Drilldown on barchart using CHARTJS Devexpress
- Chart.js 3.4/Vue3 How to hide border ticks and set specific amount of grid lines
- ChartJS : chartjs-plugin-datalabels The value is in the wrong place
- How can I add some text in the middle of a half doughnut chart in Chart.JS?
- Customize ChartJS Hover Data Format
- Values on Y-axis disappear (hide under labels)
- Chart.js - Draw bar chart with multiple labels
- ChartJS show value in legend (Chart.js V3.5)
- Legend isnt moving to the right on my doughnut chart created with chart.js
- How to change colour of specific xAxis label in charts js
- Chart.js - Mixed Chart: Bar Graph with Diagonal Line
- legend not displayed for radar Angular-chart.js
- Implement ng2-charts in an Angular-Seed
- Change pointer line style
- ReactJS - Loading data using Axios + chartjs
- Trying to update background color on chart.js
- How to json_encode associative php array to [{x: key1, y: value1}, {x: key2, y: value2}, ...]?
- How to pass dynamic values as objects inside data in line chart?
- How can I add vertical line and label for each point in Chart.js?
- Horizontal line syncing across multiple charts when hovering with Chart.js in Typescript-react
- How to move a chart.js to the center
- ChartJS doesnt display labels provided by Jinja variable
- Bar Graph, chart.js PHP Will Not Load
- Create a weekly line chart (52 labels)