pyecharts/docs/class-relationship-diagram.uml
jaska 74f7c008f0 Chart3D is added to absorb all commonalities in 3D charts (#550)
* 🔨 code refactoring and 🔥 remove duplicated code, collapse chart inheritance structure

* 📚 update documentation

* 🔨 code refactor geolines

* 📰 add missing test fixture

* Update: 图形类部分细节修改

* Fixed: make flake5 happy

* Update: micro docs update
2018-05-11 14:29:35 +08:00

34 lines
550 B
Plaintext

@startuml
Base <|-- Chart
Base <|-- Timeline
Base <|-- Grid
Base <|-- Overlap
Chart <|-- Bar
Chart <|-- Boxplot
Chart <|-- EffectScatter
Chart <|-- Funnel
Chart <|-- Geo
Chart <|-- Graph
Chart <|-- HeapMap
Chart <|-- KLine
Chart <|-- Line
Chart <|-- Liquid
Chart <|-- Map
Chart <|-- Parallel
Chart <|-- Pie
Chart <|-- Polar
Chart <|-- Radar
Chart <|-- Sankey
Chart <|-- Scatter
Chart <|-- ThemeRiver
Chart <|-- TreeMap
Chart <|-- WorldCould
Chart <|-- Chart3D
Chart3D <|-- Bar3D
Chart3D <|-- Line3D
Chart3D <|-- Scatter3D
Geo <|-- GeoLines
@enduml