Justin-ZS opened a new pull request, #506:
URL: https://github.com/apache/echarts-doc/pull/506
## Summary
- clarify that `series.tree` uses `'emptyCircle'` by default and that its
inner fill is reserved for collapsed-state indication
- document that, with the default hollow symbol, `itemStyle.color` affects
the outer ring while `borderColor` / `borderWidth` do not behave like they do
on solid symbols
- add the same clarification to both English and Chinese docs
## Why
The current `series-tree.itemStyle` docs say that `itemStyle.color` is the
node fill color. That is misleading for the default `'emptyCircle'` symbol, and
it makes issue reports like apache/echarts#21582 look like runtime bugs when
the actual mismatch is in documentation.
## Validation
- `npm run build`
- doc generation completed successfully
- the build also reported a local asset-copy warning for missing
`public/js/doc-bundle.js`, which is unrelated to these markdown changes
--
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]