This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git
The following commit(s) were added to refs/heads/next by this push:
new 6fd18f6 fix examples
6fd18f6 is described below
commit 6fd18f620ac232a14b9e2a6d2713c277014eb254
Author: pissang <[email protected]>
AuthorDate: Sun Jan 10 18:35:52 2021 +0800
fix examples
---
public/data/scatter-polar-punchCard.js | 3 +--
public/data/scatter-punchCard.js | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/public/data/scatter-polar-punchCard.js
b/public/data/scatter-polar-punchCard.js
index 9b7741e..61d7a25 100644
--- a/public/data/scatter-polar-punchCard.js
+++ b/public/data/scatter-polar-punchCard.js
@@ -17,8 +17,7 @@ var data =
[[0,0,5],[0,1,1],[0,2,0],[0,3,0],[0,4,0],[0,5,0],[0,6,0],[0,7,0],[0,8
option = {
title: {
- text: 'Punch Card of Github',
- link: 'https://github.com/pissang/echarts-next/graphs/punch-card'
+ text: 'Punch Card of Github'
},
legend: {
data: ['Punch Card'],
diff --git a/public/data/scatter-punchCard.js b/public/data/scatter-punchCard.js
index 66faea8..72d1365 100644
--- a/public/data/scatter-punchCard.js
+++ b/public/data/scatter-punchCard.js
@@ -20,8 +20,7 @@ data = data.map(function (item) {
option = {
title: {
- text: 'Punch Card of Github',
- link: 'https://github.com/pissang/echarts-next/graphs/punch-card'
+ text: 'Punch Card of Github'
},
legend: {
data: ['Punch Card'],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]