mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-01 15:03:20 +02:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
import Chart from 'chart.js/auto';
|
|
import {SankeyController, Flow} from 'chartjs-chart-sankey';
|
|
|
|
Chart.register(SankeyController, Flow);
|
|
window.Chart = Chart;
|