[Chartjs]-Error passing custom options to radarChartJS
1👍 ✅ I believe you just need to change your opList argument slightly. chartJSRadar uses … as a place to pass additional options. In your code, the opList is assumed to be the width argument. Generally, I would say most htmlwidgets put the height and width last so this does not happen, but chartJSRadar does … Read more