An open API service indexing awesome lists of open source software.

https://github.com/smnandre/repro-charts-js


https://github.com/smnandre/repro-charts-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# First lead..

In `vendor/symfony/ux-chartjs/assets/dist/controller.js`

Replace

```js
import Chart from 'chart.js/auto';
```

With

```js
import {Chart, registerables} from 'chart.js/auto/auto.js';
Chart.register(...registerables);
```