knex/webapp/resources/js/treechart.js
Giò Diani c1c06cebc9 init
2025-01-10 15:22:28 +01:00

6 lines
157 B
JavaScript

import * as echarts from 'echarts';
const tree = document.getElementById('tree-chart');
const treeChart = echarts.init(tree);
window.treeChart = treeChart;