knex/webapp/resources/js/treechart.js

6 lines
157 B
JavaScript
Raw Normal View History

2025-01-10 15:22:28 +01:00
import * as echarts from 'echarts';
const tree = document.getElementById('tree-chart');
const treeChart = echarts.init(tree);
window.treeChart = treeChart;