score:1
a little late to this (radarchart author here).
The short answer is that this is a bug. I've made an issue: https://github.com/MangoTheCat/radarchart/issues/39 and will report back when fixed.
Longer answer is in two bits. radarchart
only just got updated to use the latest chart.js
version (version 2.4.0) so the syntax you would need to update to get the version 2 syntax.
However, the way the optional arguments are nested now means that this still won't work.
The cleanest way to fix it will be in the proposed API changes for the version 1 release. However, if I can add support for it in the mean time I'll post here to update you.
Source: stackoverflow.com
Related Query
- Manipulate chart.js based plots in R (radarchart)
- How to dynamically set ChartJs line chart width based on dataset size?
- chart.js bar chart color change based on value
- Dynamically created Chart.js chart overpopulating time based x-axis?
- How to use segment property to color line / border color based on value in chart js?
- How to sort XY line chart tooltip items based on value and add thousands separators?
- How do I display chart on my HTML page based on JSON data sent by Node JS
- Can the colors of bars in a bar chart be varied based on their value?
- Chart Js - Globally set bar chart color based on value
- Display chart data based on API call
- angular-chart.js custom color based on chart label values
- Chart JS change pointBackgroundColor based on data value
- what is wrong with my code ? java script chart position
- How to print a chart rendered by code
- chart.js bar chart change color based on value
- chart.js line chart and "correct" spacing between points? (i.e. horizontal position based on percent of width, not fixed)
- ChartJS vertical bar chart - measure percentage of the data in each column based on a specified max
- How to get data on chart based on selected date (Filtering data Chart JS with datepicker)
- VueJS + Chartjs - Chart only renders after code change
- How do I destroy/update Chart Data in this chart.js code example?
- How I create a pie chart based on COUNT(php + mysql)?
- getting additional value fields from data source for dx.chartjs doughnut chart
- I am using chart js to draw a chart. I did everything right but i don't know why the x axis and y axis label is not comming in chart. code below
- real time scrolling based chart with chart.js
- Chart.js manipulate each bar in chart with different labels
- Unable to change y-axis value dynamically based on data for Stacked bar chart in reactjs
- Chart.js scatter plot fill portions of chart based on value
- Getting the HTML code of a chart created by chart.js
- How to run Chart.js samples using source code
- React - render Chart.js chart based on user selection, after Ajax returns JSON
More Query from same tag
- why the main and axis title does not show in chart.js
- Chart.js click on labels, using bar chart
- Ajax won't retrieve the data from my script
- How to remove the Chart.js x Axis bottom line?
- ChartJS shows chart but no data in ASP net core
- Error with Chartjs radar pointLabels color Scriptable
- Getting "Uncaught TypeError: Cannot read properties of undefined (reading 'map')" when using Chartjs inside react axios method
- chart js how do I only show just the low/high dots on line chart?
- Chart.js - How to Add Text in the label of the Chart with JavaScript?
- Chart.register is not a function
- Chart.js: colouring tooltip labels
- Chart.js glitches and reverts to previous dataset on hover
- Chart js cut the title and the legends
- Convert SQLite PHP array into Javascript array?
- Reducing Y-axis in chart.js
- How to define the Charts in the script?
- Chart.js line chart not showing point on top most value
- Barchart show value to print
- How can I fix the offset of the gradient to be aligned with the chart points(chart.js)?
- ChartJs showing wrong labels of data (x-axis dates)
- How to show tooltips always on Chart.js 2
- How to correctly transform data for a stack chart chartJS (data transformation)?
- vanilla js error "cannot set property of undefined" on the chrome console
- chart.js one of the chart from mixed chart is not plotting
- chartJS - points overplotting, jittering, noise?
- facing problem to solve Uncaught TypeError while using chart js
- ChartJS shows up and disappears
- How to / Orientation to build a specific type of chart using library chart.js
- Hiding the ticks on the x-axes clips the chart (Chart.JS)
- Vue.js chart not working?