NEZ-2133 feat:新增 sankey 图表类型

This commit is contained in:
zyh
2022-08-19 10:54:37 +08:00
parent 229d84d906
commit fbc7779fc9
12 changed files with 503 additions and 9 deletions

View File

@@ -408,6 +408,7 @@ export const chartType = {
table: 'table',
stat: 'stat',
gauge: 'gauge',
sankey: 'sankey',
pie: 'pie',
bubble: 'bubble',
treemap: 'treemap',