mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-08-27 05:44:09 +02:00
feat(dca): add chart zoom navigation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Chart from 'chart.js/auto';
|
||||
import {SankeyController, Flow} from 'chartjs-chart-sankey';
|
||||
import zoomPlugin from 'chartjs-plugin-zoom';
|
||||
|
||||
Chart.register(SankeyController, Flow);
|
||||
Chart.register(SankeyController, Flow, zoomPlugin);
|
||||
window.Chart = Chart;
|
||||
|
||||
Reference in New Issue
Block a user