🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

feffery_antd_charts

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feffery_antd_charts

Best implementation of Ant Design Charts in Plotly Dash.

0.1.6
latest
Source
npm
Version published
Weekly downloads
28
-57.58%
Maintainers
1
Weekly downloads
 
Created
Source

feffery-antd-charts

GitHub PyPI Downloads Downloads Average time to resolve an issue Percentage of issues still open

feffery-components计划子项目,Plotly Dash第三方组件库,基于Antd Charts,将常见的各类数据可视化图表组件引入Dash的生态中🥳,最新稳定版本:0.1.4(2025-01-21)

1 最新版本安装方式

pip install feffery-antd-charts -U

2 最新预发布版本安装方式

[!NOTE]
最新预发布版本(2024-11-04):0.1.0rc8

pip install feffery-antd-charts --pre -U

3 静态资源 CDN 加速方法

# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源,从而避免占用服务器带宽,适合中小型站点加速访问
app = dash.Dash(serve_locally=False)

4 在线文档

文档地址

5 贡献者

FAQs

Package last updated on 20 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts