Justin-ZS commented on issue #21582: URL: https://github.com/apache/echarts/issues/21582#issuecomment-4285423942
Thanks for pointing this out. I agree the previous docs were misleading for `series.tree` when using the default `'emptyCircle'` symbol. I have opened a docs PR to clarify this behavior: apache/echarts-doc#506 The updated docs explain that: - `series.tree` uses `'emptyCircle'` by default - with that hollow symbol, `itemStyle.color` controls the outer ring rather than the normal fill color - the inner fill is used to indicate whether the node has a collapsed subtree - if you want the usual fill/border semantics, you should switch `symbol` to a solid symbol such as `'circle'` Could you please take a look and let us know whether this documentation update resolves your question? If you still expect `borderColor` / `borderWidth` to control the hollow ring of `'emptyCircle'` directly, that would likely be a separate behavior change request rather than a documentation fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
