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 d3ad29e fix examples
d3ad29e is described below
commit d3ad29ee68a124415ea16ee49bec6bbb337cfdaa
Author: pissang <[email protected]>
AuthorDate: Fri Jan 8 17:20:05 2021 +0800
fix examples
---
public/data-gl/lines3d-flights-on-geo3d.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/data-gl/lines3d-flights-on-geo3d.js
b/public/data-gl/lines3d-flights-on-geo3d.js
index 560e1f8..c29cf30 100644
--- a/public/data-gl/lines3d-flights-on-geo3d.js
+++ b/public/data-gl/lines3d-flights-on-geo3d.js
@@ -40,7 +40,7 @@ $.getJSON(ROOT_PATH + '/data-gl/asset/data/flights.json',
function(data) {
},
itemStyle: {
- areaColor: '#111'
+ color: '#111'
},
boxHeight: 0.5
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]