Files
WYGIWYH/frontend/src/js/charts.js
2025-11-05 13:09:31 -03:00

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;