diff --git a/README.md b/README.md index 53b2257..c57e885 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue-ECharts -> ECharts component for Vue.js. +> Vue.js component for Apache ECharts. > [πŸ‡¨πŸ‡³ δΈ­ζ–‡η‰ˆ](./README.zh-Hans.md) diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 4df0d6d..fc43121 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -1,6 +1,6 @@ # Vue-ECharts -> ECharts component for Vue.js. +> Apache ECharts ηš„ Vue.js 组仢。 使用 [ECharts](http://echarts.baidu.com/index.html) 5οΌŒεŒζ—Άζ”―ζŒ [Vue.js](https://vuejs.org/) 2/3。 diff --git a/public/index.html b/public/index.html index 1bb1df0..ea6bab6 100644 --- a/public/index.html +++ b/public/index.html @@ -6,11 +6,11 @@ - <%= htmlWebpackPlugin.options.title %> + Vue-ECharts: Vue.js component for Apache ECharts.
diff --git a/src/demo/Demo.vue b/src/demo/Demo.vue index e954ae2..07aaeee 100644 --- a/src/demo/Demo.vue +++ b/src/demo/Demo.vue @@ -3,9 +3,11 @@

Vue-ECharts

-

ECharts component for Vue.js.

-

- Docs → +

+ Vue.js component for Apache ECharts. (docs)

@@ -555,8 +557,6 @@ export default { }, mounted() { this.startActions(); - - console.log(this.$refs.bar.chart); } }; @@ -610,6 +610,10 @@ h2 { .desc { margin-bottom: 3em; color: #7f8c8d; + + a { + color: #42b983; + } } h2 small { @@ -879,16 +883,17 @@ figure { position: fixed; top: 10px; left: 10px; - font-size: 12px; + font-size: 16px; text-align: center; button { float: left; position: relative; - width: 48px; - border-radius: 4px; + width: 64px; + border-radius: 6px; border-color: #36485e; color: rgba(54, 72, 94, 0.8); + font-weight: 500; &:focus-visible { box-shadow: 0 0 1px #36485e; @@ -902,7 +907,6 @@ figure { z-index: 1; background-color: #36485e; color: #fff; - font-weight: 500; } &:first-child {