chore(frontend): install chartjs-chart-sankey

This commit is contained in:
Herculino Trotta
2025-02-15 00:48:59 -03:00
parent 02376ad02b
commit 9c339faa72
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -1,2 +1,5 @@
import Chart from 'chart.js/auto';
import {SankeyController, Flow} from 'chartjs-chart-sankey';
Chart.register(SankeyController, Flow);
window.Chart = Chart;