helgasoft
helgasoft
@amandamcvey, thank you for not giving up :-) My assumption of "auto-merge" was wrong. By adding ```legend:{}``` to your initial examples it becomes obvious that multiple maps are indeed created,...
cannot replicate with code provided. [pie.itemStyle](https://echarts.apache.org/en/option.html#series-pie.itemStyle) does not have any size parameter. Legend circle icon size is controlled by _itemWidth_. 📌 please close issue if problem solved.
> 2\. dispatch a treemapRootToNode action with a leafDepth > 1 [treemapRootToNode](https://echarts.apache.org/en/api.html#action.treemap.treemapRootToNode) action does not have a parameter for _leafDepth_. Also I cannot access your Link to Minimal Reproduction.
"_leafDepth represents how many levels are shown at most_" - and the counting starts from the top level. Your levels are 'article', 'Information and Computing Sciences' and 'child1'. So to...
Your Minimal Reproduction code is incomplete. The [official example](https://echarts.apache.org/examples/en/editor.html?c=bar-histogram) works OK.
yes, the problem is real - scatter Xaxis is not vertically aligned with 0-50 right bar. [offset](https://echarts.apache.org/en/option.html#xAxis.offset) is one way to fix that, but _offset_ is in pixels and it...
@linlang171, respect for your effort. I have assembled a [list of dataZoom bugs](https://github.com/apache/echarts/issues/20392) and would love to delist some of them. Usually I do not comment on ECharts code since...
> it is almost impossible to select the desired example Probably related to your browser or extensions. Such issue has never been reported. > Obtain well done financial graphs where...
> ** you get emphasis that is not eliminated**. > Is there a way to solve the problem (other than eliminating the points of course)? Yes, there is a way...
Let first say/confirm that _emphasis_ works on a **static** line chart tooltip - example in #20584. Here, on a **dynamic** line, the tooltip emphasis works only after moving the mouse....