chore(frontend): install chartjs-chart-sankey

This commit is contained in:
Herculino Trotta
2025-02-11 00:37:48 -03:00
parent 02376ad02b
commit 9c339faa72
3 changed files with 14 additions and 0 deletions

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;