Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
46b4f749
Commit
46b4f749
authored
7 years ago
by
Pan
Browse files
Options
Downloads
Patches
Plain Diff
rm:remove chart/index
parent
8c204b98
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/lang/en.js
+0
-1
0 additions, 1 deletion
src/lang/en.js
src/lang/zh.js
+0
-1
0 additions, 1 deletion
src/lang/zh.js
src/router/index.js
+0
-1
0 additions, 1 deletion
src/router/index.js
src/views/charts/index.vue
+0
-7
0 additions, 7 deletions
src/views/charts/index.vue
with
0 additions
and
10 deletions
src/lang/en.js
+
0
−
1
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
'
,
...
...
This diff is collapsed.
Click to expand it.
src/lang/zh.js
+
0
−
1
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
:
'
混合图表
'
,
...
...
This diff is collapsed.
Click to expand it.
src/router/index.js
+
0
−
1
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
}}
...
...
This diff is collapsed.
Click to expand it.
src/views/charts/index.vue
deleted
100644 → 0
+
0
−
7
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
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment