Closed lianzhao closed 4 years ago
ECharts series can work together, so you can just add a bar series without data to make the axis.
BTW, the design is beautiful. Are them images or the circles have moving animations?
so you can just add a bar series without data to make the axis.
OK, I will try to add a bar chart with invisible bars...
Are them images or the circles have moving animations?
The 'bubbles' are echarts.graphic.Circle
s, they have animations and they are clipping with the waves:)
Cool!
我也想要y轴啊,类似于这种
@Unremittingly This can be achieved by adding another grid
component and add xAxis
with show: false
and yAxis
with show: true
.
I want to implement something like this
Currently I have done everything but the yAxis... Any workarounds?