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
- How to pass data for stacked chart in vue-chartkick
- Failing to render chart – "can't acquire context from the given item"
- Adding item to TooltipItems[] in ChartJS doesn't update labelColors
- Searchable label text Chartjs
- Label Color same as backgroundColor - ChartJS
- SPFx ChartJS Web Part
- chartjs - canvas size error
- ChartJS: Translate x axis month to other languages
- How to create dynamically chart for Ionic App with Firebase data?
- How to Import Angular Chart in IONIC
- Chart.js fix minimum axes?
- Chart.js not displaying in box
- How to push an array into an Object which is inside of another array?
- Multidimensional Charts.js (array of arrays)
- Installing chartjs in project without npm, bower or CDN
- reveal.js with plotly.js and chart.js export pdf
- Chart.js stacked bar ordering depending on value
- Multiple Range Highlighting of Background in Chart.js
- Chart.js - (intermediate value).Doughnut is not a function
- Overlay Line on chart.js Graph
- Issue with HTML2Canvas - Green overlay while exporting
- Does the chartjs supports localization?
- Changing color of specific ChartJS - AngularChartJS point
- How to add datetime formate for public function as key(stdClass) in controller/laravel
- Custom script tag in index.html is removed on each build in Ionic 2 RC.0
- Read google sheet json data into chartjs
- Chartjs time in Xaxes
- Removing ChartJS 2 border and shadow from point style legend
- Trouble with chart scaling and zooming using Chart.js and chartjs-zoom-plugin
- ng2-charts customize data and whole html content of tooltip displayed when hovering on bar chart