Commit 2702efe3 authored by Jenny's avatar Jenny

feat: echarts-for-weixin 暂不支持 zlevel 分层

parent 81339469
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
series.push({ series.push({
name: item[0], name: item[0],
type: 'lines', type: 'lines',
zlevel: 1, // zlevel: 1,
effect: { effect: {
show: true, show: true,
period: 4, period: 4,
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
name: item[0], name: item[0],
type: 'effectScatter', type: 'effectScatter',
coordinateSystem: 'geo', coordinateSystem: 'geo',
zlevel: 2, // zlevel: 2,
rippleEffect: { rippleEffect: {
brushType: 'stroke' brushType: 'stroke'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment