Browse by type
<img src="https://github.com/CNFeffery/feffery-antd-charts/raw/main/fact-logo.svg" height=300></img>
简体中文 | English
A sub-project of the feffery-components plan, Plotly Dash third-party component library, based on Antd Charts, bringing common data visualization chart components into the Dash ecosystem 🥳, latest stable version: 0.2.3 (2025-09-22)
| fact version | Compatible Dash version |
|---|---|
| >=0.2.0 | >=3.0.0 |
| <0.2.0 | <3.0.0 |
pip install feffery-antd-charts -U
[!NOTE]
Latest pre-release version (2025-07-04):0.2.0rc5
pip install feffery-antd-charts --pre -U
# In non-debug mode, passing serve_locally=False to Dash() will force the browser to load
# static resources like xxx.min.js from unpkg cdn, avoiding server bandwidth usage,
# suitable for small to medium-sized sites to accelerate access
app = dash.Dash(serve_locally=False)
$ claude mcp add feffery-antd-charts \
-- python -m otcore.mcp_server <graph>