score:5
score:0
options: {
scales: {
r: {
max: 100,
min: 0,
ticks: {
stepSize: 20,
textStrokeColor: 'rgb(54, 162, 235)',
color: 'rgba(240, 240, 240, 0.5)',
backdropColor: 'rgb(47, 56, 62)'
},
angleLines: {
color: 'rgba(240, 240, 240,0.5)',
},
grid: {
color: "lightgreen",
},
},
},
score:2
It appears the config has changed for the library and it should look like this now:
...
scales: {
r: {
grid: {
color: "lightgreen",
},
}
}
Source: stackoverflow.com
Related Query
- ChartJS Radar Chart radar lines color?
- ChartJS Line Charts - remove color underneath lines
- Chart area background color chartjs
- ChartJS New Lines '\n' in X axis Labels or Displaying More Information Around Chart or Tooltip with ChartJS V2
- chartjs datalabels change font and color of text displaying inside pie chart
- Chartjs Radar - Change color of end point labels
- Find intersection between the chart lines in chartjs
- Chartjs doughnut chart with gradient color
- Angular 8 & ChartJs change color in pie chart
- ChartJS V3 Radar chart Label Font Size
- Chart.js different scaleLine color of radar chart (angular)
- How to add background color between two lines in yAxis Chartjs
- Use transparent stroke color with chartjs pie chart
- Chartjs 3.5.0 - Radar Chart - Converting the labels to images
- ChartJS - radar chart options not working
- ChartJS v2 - Keep tooltip open when user click on a point of a multiple lines chart
- How to add background color between two specific lines in Chartjs 3.1
- Chartjs - Add backgroundColor for labels radar chart
- ChartJS and Radar Chart animation
- Remove background color in chartjs line chart
- ChartJS 2.6 - Change color of bar in Bar chart programmatically
- Background color of the chart area in chartjs not working
- Error with Chartjs radar pointLabels color Scriptable
- Chartjs Radar chart - How to dynamically highlight one of the gridlines at a specific point
- Legend color not working with randomly generated background colors in chartjs pie chart
- Is it possible to set the background color of a sector in a radar chart in Chart.js?
- ChartJS color specific Grid Lines
- Changing grid color in radar chart
- VueJS + Chartjs - Chart only renders after code change
- Chartjs 2.x - Dataset color changing when redrawing chart
More Query from same tag
- ChartJS - Finding the minimum and maximum labels that are inside a pan (When zooming)
- save my chart.js output to an image
- ChartJs 2 How to remove numbers from the doughnut chart on loading
- Can't render two charts on the same page from chart.js
- ChartJs - Double tooltip Top and Bottom on hover
- Charts.js & Bootstrap Accordion
- chart.js - dynamically added chart makes previous ones disappear
- Any way to make the y-axis border longer in chart.js?
- Update chart data in angular2-chartjs
- Cross Browser Support for Chart.js
- ChartJS works with Angular 5 while developing, but ng build fails
- gradient background on radar chartjs
- updating chartjs pie chart by using .keypress() not working
- chart.js - Disable labels
- Converting Chart.js canvas chart to image using .toDataUrl() results in blank image
- chart.js on animation end callback
- How can I get A radar chart like this by chart.js
- ChartJs functional component does not refresh even when forceUpdate
- implement chartjs zoom with buttons
- How to replay animation chart.js
- Chart.js: Get point index from chart.getPointsAtEvent(e)
- How to import and use a custom Chart.js plugin in Nuxt? (Chartjs-vuejs v2.9.4)
- How to make inner paddings from canvas in chart.js?
- Dynamically created linechart holds previous data value
- ChartJS tooltip issue
- Chart.js chart onclick disables legend onclick
- Horizontally align Chart.js y axes
- Remove the vertical line in the chart js line chart
- Draw line charts by days/weeks/months from a timestamp
- How to fill a graph by a color till a vertical line using chart.js