knex/webapp/resources/js/treechart.js

6 lines
157 B
JavaScript

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