Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄瑜
VueElementTemplate
Commits
46b4f749
Commit
46b4f749
authored
Nov 17, 2017
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm:remove chart/index
parent
8c204b98
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
en.js
src/lang/en.js
+0
-1
zh.js
src/lang/zh.js
+0
-1
index.js
src/router/index.js
+0
-1
index.vue
src/views/charts/index.vue
+0
-7
No files found.
src/lang/en.js
View file @
46b4f749
...
@@ -19,7 +19,6 @@ export default {
...
@@ -19,7 +19,6 @@ export default {
componentMixin
:
'Mixin'
,
componentMixin
:
'Mixin'
,
backToTop
:
'BackToTop'
,
backToTop
:
'BackToTop'
,
charts
:
'Charts'
,
charts
:
'Charts'
,
chartsIndex
:
'Introduction'
,
keyboardChart
:
'Keyboard Chart'
,
keyboardChart
:
'Keyboard Chart'
,
lineChart
:
'Line chart'
,
lineChart
:
'Line chart'
,
mixChart
:
'Mix Chart'
,
mixChart
:
'Mix Chart'
,
...
...
src/lang/zh.js
View file @
46b4f749
...
@@ -19,7 +19,6 @@ export default {
...
@@ -19,7 +19,6 @@ export default {
componentMixin
:
'小组件'
,
componentMixin
:
'小组件'
,
backToTop
:
'返回顶部'
,
backToTop
:
'返回顶部'
,
charts
:
'图表'
,
charts
:
'图表'
,
chartsIndex
:
'介绍'
,
keyboardChart
:
'键盘图表'
,
keyboardChart
:
'键盘图表'
,
lineChart
:
'折线图'
,
lineChart
:
'折线图'
,
mixChart
:
'混合图表'
,
mixChart
:
'混合图表'
,
...
...
src/router/index.js
View file @
46b4f749
...
@@ -116,7 +116,6 @@ export const asyncRouterMap = [
...
@@ -116,7 +116,6 @@ export const asyncRouterMap = [
icon
:
'chart'
icon
:
'chart'
},
},
children
:
[
children
:
[
{
path
:
'index'
,
component
:
_import
(
'charts/index'
),
name
:
'chartsIndex'
,
meta
:
{
title
:
'chartsIndex'
}},
{
path
:
'keyboard'
,
component
:
_import
(
'charts/keyboard'
),
name
:
'keyboardChart'
,
meta
:
{
title
:
'keyboardChart'
,
noCache
:
true
}},
{
path
:
'keyboard'
,
component
:
_import
(
'charts/keyboard'
),
name
:
'keyboardChart'
,
meta
:
{
title
:
'keyboardChart'
,
noCache
:
true
}},
{
path
:
'line'
,
component
:
_import
(
'charts/line'
),
name
:
'lineChart'
,
meta
:
{
title
:
'lineChart'
,
noCache
:
true
}},
{
path
:
'line'
,
component
:
_import
(
'charts/line'
),
name
:
'lineChart'
,
meta
:
{
title
:
'lineChart'
,
noCache
:
true
}},
{
path
:
'mixchart'
,
component
:
_import
(
'charts/mixChart'
),
name
:
'mixChart'
,
meta
:
{
title
:
'mixChart'
,
noCache
:
true
}}
{
path
:
'mixchart'
,
component
:
_import
(
'charts/mixChart'
),
name
:
'mixChart'
,
meta
:
{
title
:
'mixChart'
,
noCache
:
true
}}
...
...
src/views/charts/index.vue
deleted
100644 → 0
View file @
8c204b98
<
template
>
<div
class=
"components-container"
>
<code>
这里的所有的图表都基于ECharts,实例代码来源
<a
href=
'http://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=all'
target=
'_blank'
>
gallery
</a><br/>
其实ECharts封装的很好了,用vue封装是很简单的事情,建议大家自己来封装。
<a
target=
'_blank'
class=
'lin'
href=
"https://segmentfault.com/a/1190000009762198#articleHeader16"
>
相关教程
</a>
</code>
</div>
</
template
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment