ecomfe / echarts-liquidfill

Liquid Fill Chart for Apache ECharts
https://ecomfe.github.io/echarts-liquidfill/example/
BSD 3-Clause "New" or "Revised" License
1.47k stars 620 forks source link

[feature request] add yAxis support #84

Closed lianzhao closed 4 years ago

lianzhao commented 5 years ago

I want to implement something like this image

Currently I have done everything but the yAxis... Any workarounds? image

Ovilia commented 5 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?

lianzhao commented 5 years ago

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.Circles, they have animations and they are clipping with the waves:)

Ovilia commented 5 years ago

Cool!

Unremittingly commented 5 years ago

我也想要y轴啊,类似于这种 image

Ovilia commented 5 years ago

@Unremittingly This can be achieved by adding another grid component and add xAxis with show: false and yAxis with show: true.