mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* ♻️ Import pyecharts_javascripthon as a subpackage * ♻️ Refactor py2js translator (Alpha) * 🐛 Fix errors * 🔧 Remove py34 travis build * ✅ Update tests * ⬆️ Fix build * ⬆️ Fix build * ♻️ Add __pye_json__ protocol * ♻️ Rename class name * ♻️ Use __json__ protocol * ♻️ Refactor MyJSONEncoder interface * ♻️ Refactor class * 🎨 Use api module * 📝 Update docs * 🎨 Refactor imports * 💚 Fix import errors * ✨ Add JSONSerializableMixin interface * 📝 Add release note * 📝 Update release-note * 🚨 Fix lint error * Format: format code and docs * Update: micro update * ♻️ Refactor module classes * 🐛 Fix pandas data encode
pyecharts 文档
pyecharts 是一个用于生成 Echarts 图表的类库。Echarts 是百度开源的一个数据可视化 JS 库。用 Echarts 生成的图可视化效果非常棒,pyecharts 是为了与 Python 进行对接,方便在 Python 中直接使用数据生成图。
基本使用
渲染图表 | 图表配置 | 基本图表 | 自定义图表 | 数据解析与导入
高级话题
图表 API | 自定义地图 | 回调函数和事件处理 | 语言翻译扩展
平台支持
Jupyter Notebook/nteract | Flask | Django | web 框架整合
其他资源
项目发布
项目开发