22 lines
740 B
Markdown
22 lines
740 B
Markdown
|
# 图表
|
||
|
|
||
|
## [1、PyQtChart](PyQtChart/)
|
||
|
|
||
|
### 1. [折线图](PyQtChart/charts/line/LineStack.py)
|
||
|
仿照 [line-stack](http://echarts.baidu.com/demo.html#line-stack)
|
||
|
|
||
|
![截图](PyQtChart/charts/line/ScreenShot/LineStack.gif)
|
||
|
|
||
|
### 2. [柱状图](PyQtChart/charts/bar/BarStack.py)
|
||
|
仿照 [bar-stack](http://echarts.baidu.com/demo.html#bar-stack)
|
||
|
|
||
|
![截图](PyQtChart/charts/bar/ScreenShot/BarStack.gif)
|
||
|
|
||
|
### 3. [LineChart](PyQtChart/demo/LineChart.py)
|
||
|
![截图](PyQtChart/demo/ScreenShot/LineChart.png)
|
||
|
|
||
|
### 4. [LineChart自定义xy轴](PyQtChart/demo/LineChart自定义xy轴.py)
|
||
|
![截图](PyQtChart/demo/ScreenShot/LineChart自定义xy轴.png)
|
||
|
|
||
|
### 5. [ToolTip提示](PyQtChart/demo/ToolTip.py)
|
||
|
![截图](PyQtChart/demo/ScreenShot/ToolTip.gif)
|