forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
2cdb7f332e
8 changed files with 176 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
import BaseUIElement from "../BaseUIElement";
|
||||
import {Chart, ChartConfiguration, ChartType, DefaultDataPoint, registerables} from 'chart.js';
|
||||
Chart.register(...registerables);
|
||||
Chart?.register(...(registerables ?? []));
|
||||
|
||||
|
||||
export default class ChartJs<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue