no message
Former-commit-id: db4f84a7c4d5be3a05bbe471319848ea82a3470e [formerly db4f84a7c4d5be3a05bbe471319848ea82a3470e [formerly db4f84a7c4d5be3a05bbe471319848ea82a3470e [formerly db4f84a7c4d5be3a05bbe471319848ea82a3470e [formerly 5c59272022b24d204659f746774dfb20865e659a [formerly 798abf46236e5c735cbf958bc21aea8e54b8212e]]]]] Former-commit-id: 1a173665a00a4330bf01ba7769149d7d28390ebd Former-commit-id: 43b1a7ba72db9c80e01427688ebf1c3e58a25438 Former-commit-id: 162274af963ac1adc3bb2c2762c009f757c786b9 [formerly 4158313593d0a230809cc17642b8c44a178c8156] Former-commit-id: 4aa8ead25066d265625450e8ab5c771e922b0f2d Former-commit-id: b137b0c922cbbfdb53a4cada2b4c77b7e9430ad3 Former-commit-id: 640665f8df4a8356cad8a15477fbdd28c66384d6 Former-commit-id: 469c822927998dbffa0bd669eec419122efce148 Former-commit-id: 077870d678a65c921946c7dc28b89c85751ff808
This commit is contained in:
@@ -149,6 +149,17 @@ const demoCharts = {
|
||||
{ path: `${pre}list/histogram/demo5`, title: '默认显示柱状图数据' },
|
||||
{ path: `${pre}list/histogram/demo6`, title: '横轴为连续的数值轴' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}list/bar`,
|
||||
title: '条形图',
|
||||
children: [
|
||||
{ path: `${pre}list/bar/demo1`, title: '一般' },
|
||||
{ path: `${pre}list/bar/demo2`, title: '指定指标维度' },
|
||||
{ path: `${pre}list/bar/demo3`, title: '排序条形图' },
|
||||
{ path: `${pre}list/bar/demo4`, title: '堆叠条形图' },
|
||||
{ path: `${pre}list/bar/demo5`, title: '纵轴为连续的数值轴' }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user