score:2
Accepted answer
note that there is no
this is because you put pointstyle: 'dash'
in your dataset attributes.
see chart.js doc about linechart data structure (pointstyle
is at the last row of the table) :
the style of point. options are 'circle', 'triangle', 'rect', 'rectrot', 'cross', 'crossrot', 'star', 'line', and 'dash'. if the option is an image, that image is drawn on the canvas using drawimage.
you have to choose between the different options.
note that there is no
none
option.
if you want to remove the point style, you can :
- set the
pointradius
attribute of your dataset to 0 (like in this fiddle). - import an image as stated in the second part of the blockquote, which is empty (like this one).
Source: stackoverflow.com
Related Query
- How to get rid of the line on top of every point on a line chart (Chart.js)
- How to display Line Chart dataset point labels with Chart.js?
- How to align Chart.JS line chart labels to the center
- How to show Y axis ticks for every point in the graph
- How to hide the y axis and x axis line and label in my bar chart for chart.js
- How can I remove extra whitespace from the bottom of a line chart in chart.js?
- how to programmatically make a line chart point active/highlighted
- ChartJS Line chart cut off at the top and bottom
- How to get rid of the white square outline or border in the tooltip for chartjs?
- How to start the line graph from the left Y axis in a line/bar mixed chart (Chart.js)?
- How to get the actual chart width and height in chart.js
- How to show data values in top of bar chart and line chart in chart.js 3
- In Stacked horizontal bar chart how to remove the vertical line in Chart.js?
- How to change the label and grid line position on a timeseries chart in Chart.js 3?
- Chart.js: How to get x-axis labels to show on top of bars in bar chart
- How to change the chart line or area colors according to the user need?
- how can i use chart.js to create a chart that has one time series line and one linear line on it at the same time?
- How to reduce the number of points shown on line chartjs chart with a large dataset?
- How to reuse a Chartjs Chart component in with different Data and get past the **Canvas is already in use** error?
- How do you make a progressive line chart with time as the X axis?
- How to get the data attribute of the canvas chart created using chartjs
- How can i move a point through both x-axis and y-axis while the curve is not changed in a chart.js line graph?
- How to shift the origin along y-axis direction in a chart.js3 line chart, so that x-axis pass through a different point other than (0,0)?
- Chartjs Radar chart - How to dynamically highlight one of the gridlines at a specific point
- How to get line x value from Label chart js
- How to add labels on top of the chart bar with Chart.js 2
- plot a point on top on line chart in chartjs
- Chart.js line chart not showing point on top most value
- How to plot a line chart which has both the start and points outside the canvas area using Chart.js
- How to get the X position at a specified chart item index?
More Query from same tag
- Why is this "not defined"
- Charts js showing only when positives data
- Chart.js - Black bar colors in mobile devices
- Chart.js: scrollable/swipable time-based x-axis
- responsive = false not working
- How do I override the function convertTicksToLabels chartjs
- ASP.NET Core Razor Pages - Get List Data to Display on Chart.js Graph
- ChartJS animate only one dataset
- ChartsJS Legend not showing in Angular11
- NODEJS API: How to render .pug and send a AJAX response at same time?
- Add MQTT topics and data to chartjs
- Canvas line chart on this graph stretch beyond the assigned lengths
- Grouped Bar Chart ChartJS
- Chart JS - Title missing when clearing canvas if no data is available
- In react hooks, how can i pass the filtered values to the chart?
- ChartJs title not showing
- How to have custom colors in ng2-charts and chart.js according to data?
- Change color of X and Y axis values in Chart.js
- My Chart.js Options referencing React state are being ignored
- Many Flots using ChartJS and Ajax get data values
- Chart.js x-axes not working?
- How remove duplicates xAxis labels and show all values on chart
- break y axis in line chart chart.js
- ChartJS - Moving vertical line is display on top of tooltip
- Callback for v-show in vue.js
- How to create a simple Gauge with ChartJS v3?
- Change color on labels in chart.js
- give values to Chartjs
- Drawing linear chart without gaps in Chart.js
- Replace a Canvas Pie Chart Onclick