diff --git a/src/menu/index.js b/src/menu/index.js
index 73df245a..58479f05 100644
--- a/src/menu/index.js
+++ b/src/menu/index.js
@@ -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: '纵轴为连续的数值轴' }
+ ]
}
]
}
diff --git a/src/pages/demo/charts/list/bar/demo1/index.vue b/src/pages/demo/charts/list/bar/demo1/index.vue
new file mode 100644
index 00000000..fa5cfcf0
--- /dev/null
+++ b/src/pages/demo/charts/list/bar/demo1/index.vue
@@ -0,0 +1,45 @@
+
+
+ 一般
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/charts/list/bar/demo2/index.vue b/src/pages/demo/charts/list/bar/demo2/index.vue
new file mode 100644
index 00000000..79cc7cff
--- /dev/null
+++ b/src/pages/demo/charts/list/bar/demo2/index.vue
@@ -0,0 +1,49 @@
+
+
+ 指定指标维度
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/charts/list/bar/demo3/index.vue b/src/pages/demo/charts/list/bar/demo3/index.vue
new file mode 100644
index 00000000..861c1e89
--- /dev/null
+++ b/src/pages/demo/charts/list/bar/demo3/index.vue
@@ -0,0 +1,52 @@
+
+
+ 排序条形图
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/charts/list/bar/demo4/index.vue b/src/pages/demo/charts/list/bar/demo4/index.vue
new file mode 100644
index 00000000..af1e1cfa
--- /dev/null
+++ b/src/pages/demo/charts/list/bar/demo4/index.vue
@@ -0,0 +1,50 @@
+
+
+ 堆叠条形图
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/charts/list/bar/demo5/index.vue b/src/pages/demo/charts/list/bar/demo5/index.vue
new file mode 100644
index 00000000..275de283
--- /dev/null
+++ b/src/pages/demo/charts/list/bar/demo5/index.vue
@@ -0,0 +1,48 @@
+
+
+ 纵轴为连续的数值轴
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/charts/list/histogram/demo1/index.vue b/src/pages/demo/charts/list/histogram/demo1/index.vue
index b33f2309..b2b7215e 100644
--- a/src/pages/demo/charts/list/histogram/demo1/index.vue
+++ b/src/pages/demo/charts/list/histogram/demo1/index.vue
@@ -1,6 +1,6 @@
- 示例
+ 一般
diff --git a/src/pages/demo/charts/list/line/demo1/index.vue b/src/pages/demo/charts/list/line/demo1/index.vue
index 80ed2854..0c3b282a 100644
--- a/src/pages/demo/charts/list/line/demo1/index.vue
+++ b/src/pages/demo/charts/list/line/demo1/index.vue
@@ -1,6 +1,6 @@
- 示例
+ 一般
diff --git a/src/router/index.js.REMOVED.git-id b/src/router/index.js.REMOVED.git-id
index 519773bf..eea53fb1 100644
--- a/src/router/index.js.REMOVED.git-id
+++ b/src/router/index.js.REMOVED.git-id
@@ -1 +1 @@
-b88fea69da2540d699da2fb35dc84ba4434bee74
\ No newline at end of file
+f3726e2cebb4b51db3760164df947dcfe8b94092
\ No newline at end of file