no message
Former-commit-id: 46bfd534b20379635bff085ca82623cf90b9093c [formerly 46bfd534b20379635bff085ca82623cf90b9093c [formerly 46bfd534b20379635bff085ca82623cf90b9093c [formerly 46bfd534b20379635bff085ca82623cf90b9093c [formerly 3f77a80be6105a7727fb6807a45bd1ba8dac940f [formerly 86daa47d9e44a393ecd2425040402eabaa51909a]]]]] Former-commit-id: 51d9f3fc503e0bac96e5882288a0ac3aeaa3b468 Former-commit-id: 3f3bb76bba52a4c51ddfed6bac0c6e94eae6d024 Former-commit-id: a728a59f4b1092f292c318c5832db92f1eae4ee4 [formerly 3c7dcb253a474d70b6f8c4287af6fa144e4f4abb] Former-commit-id: 10f376fc4417efb466e8acb20eee955156d5ca65 Former-commit-id: fe5ba69235c369a54f90ab4eb6ac3df2c2858896 Former-commit-id: 0c8cd4cfd880ec4f27c8408568c2f4c9d629257a Former-commit-id: dade7b41ccc86cffcda57ad4948f5e83e47eb655 Former-commit-id: b4c2d4ae2ca65e70b46d741d9f5debba38aa6d99
This commit is contained in:
@@ -134,7 +134,20 @@ const demoCharts = {
|
||||
{ path: `${pre}list/line/demo1`, title: '一般' },
|
||||
{ path: `${pre}list/line/demo2`, title: '横坐标的倾斜' },
|
||||
{ path: `${pre}list/line/demo3`, title: '堆叠面积图' },
|
||||
{ path: `${pre}list/line/demo4`, title: '显示指标数值' }
|
||||
{ path: `${pre}list/line/demo4`, title: '显示指标数值' },
|
||||
{ path: `${pre}list/line/demo5`, title: '设置别名' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}list/histogram`,
|
||||
title: '柱状图',
|
||||
children: [
|
||||
{ path: `${pre}list/histogram/demo1`, title: '一般' },
|
||||
{ path: `${pre}list/histogram/demo2`, title: '设置显示的指标维度' },
|
||||
{ path: `${pre}list/histogram/demo3`, title: '柱状图+折线图' },
|
||||
{ path: `${pre}list/histogram/demo4`, title: '堆叠柱状图' },
|
||||
{ path: `${pre}list/histogram/demo5`, title: '默认显示柱状图数据' },
|
||||
{ path: `${pre}list/histogram/demo6`, title: '横轴为连续的数值轴' }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user