mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-24 18:31:26 +01: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;
|