Open Deohgu opened 2 years ago
Hi, I presume series data has a specified attribute 'name' or 'id', so that echart can merge correctly data series together?
I experience this issue for all chart types. I can´t set a fixed height since the charts are in a dynamic container. Would be great if you could make animations work with your wrapper.
Echarts version: 5.2.2 ngx-echarts version: 6.0.1
chartInstance.setOption
with 1 graph inseries
1.2[options]
receives new datachartInstance.setOption
with 2 graphs inseries
with the first being the same data as before and the second being a new line graph 3.2[options]
receives new dataI've set the style to
style="height: 100%;"
in the element as #102 recommends, but that does not fix it.