This is an automated email from the ASF dual-hosted git repository.
wangdd 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 f97a1d5 update gauge-car example
f97a1d5 is described below
commit f97a1d5755803a8bc44723aa8a85cc8d387c3209
Author: Wdingding <[email protected]>
AuthorDate: Thu Nov 5 12:36:29 2020 +0800
update gauge-car example
---
public/data/gauge-car.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/public/data/gauge-car.js b/public/data/gauge-car.js
index 3a77667..072417b 100644
--- a/public/data/gauge-car.js
+++ b/public/data/gauge-car.js
@@ -104,8 +104,8 @@ option = {
}
},
axisLabel: {
- distance: 20,
- fontSize: 20,
+ distance: 14,
+ fontSize: 18,
fontWeight: 800,
fontFamily: "Arial",
color: '#fff'
@@ -125,7 +125,7 @@ option = {
},
title: {
color: '#fff',
- fontSize: 15,
+ fontSize: 14,
fontWeight: 800,
fontFamily: "Arial",
offsetCenter: [0, 0]
@@ -384,8 +384,8 @@ option = {
}
},
axisLabel: {
- distance: 20,
- fontSize: 20,
+ distance: 12,
+ fontSize: 18,
fontWeight: 800,
fontFamily: "Arial",
color: '#fff',
@@ -476,8 +476,8 @@ option = {
}
},
axisLabel: {
- distance: 20,
- fontSize: 20,
+ distance: 14,
+ fontSize: 18,
fontWeight: 800,
fontFamily: "Arial",
color: '#fff',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]