line charts
This commit is contained in:
parent
2d39e3b679
commit
3f70190500
4 changed files with 28 additions and 20 deletions
|
@ -5,6 +5,9 @@ like [百度 echarts](http://echarts.baidu.com/demo.htmlhttp://echarts.baidu.com
|
|||
### [Python3.5 or latter][PyQt5 PyQtChart]
|
||||
|
||||
### [1.测试](test/)
|
||||
- [1.LineChart](test/LineChart.py)
|
||||
- [2.LineChart自定义xy轴](test/LineChart自定义xy轴.py)
|
||||
- [3.ToolTip](test/ToolTip.py)
|
||||
- [1.1 LineChart](test/LineChart.py)
|
||||
- [1.2 LineChart自定义xy轴](test/LineChart自定义xy轴.py)
|
||||
- [1.3 ToolTip](test/ToolTip.py)
|
||||
|
||||
### [2.charts](charts/)
|
||||
- [2.1 折线图](charts/line)
|
|
@ -5,4 +5,4 @@
|
|||
### [Python3.5 or latter][PyQt5 PyQtChart]
|
||||
|
||||
### [1.折线图](line/)
|
||||
- [1.折线图堆叠](line/LineStack.py)
|
||||
- [1.1 折线图堆叠](line/LineStack.py)
|
|
@ -1,4 +1,5 @@
|
|||
# 折线图
|
||||
|
||||
### [1.折线图堆叠](LineStack.py)
|
||||
like [line-stack](http://echarts.baidu.com/demo.html#line-stack)
|
||||
![折线图堆叠](ScreenShot/LineStack.gif)
|
36
README.md
36
README.md
|
@ -3,21 +3,25 @@
|
|||
### [Python3.4.4 or Python3.5][PyQt5]
|
||||
|
||||
### 1.常见例子
|
||||
- [1.右下角弹出框](右下角弹出框/)
|
||||
- [2.单实例应用](单实例应用/)
|
||||
- [3.字体测试](字体测试/)
|
||||
- [4.程序重启](程序重启/)
|
||||
- [5.验证码控件](验证码控件/)
|
||||
- [6.表格复制](表格复制/)
|
||||
- [7.梦幻树](梦幻树/)
|
||||
- [8.自定义属性测试](自定义属性测试/)
|
||||
- [9.自动更新](自动更新/)
|
||||
- [10.自定义QWidget的QSS样式](自定义QWidget的QSS样式/)
|
||||
- [11.浏览器获取Cookie](浏览器获取Cookie/)
|
||||
- [12.全局热键](全局热键/)
|
||||
- [13.图片加载](图片加载/)
|
||||
- [1.1 右下角弹出框](右下角弹出框/)
|
||||
- [1.2 单实例应用](单实例应用/)
|
||||
- [1.3 字体测试](字体测试/)
|
||||
- [1.4 程序重启](程序重启/)
|
||||
- [1.5 验证码控件](验证码控件/)
|
||||
- [1.6 表格复制](表格复制/)
|
||||
- [1.7 梦幻树](梦幻树/)
|
||||
- [1.8 自定义属性测试](自定义属性测试/)
|
||||
- [1.9 自动更新](自动更新/)
|
||||
- [1.10 自定义QWidget的QSS样式](自定义QWidget的QSS样式/)
|
||||
- [1.11 浏览器获取Cookie](浏览器获取Cookie/)
|
||||
- [1.12 全局热键](全局热键/)
|
||||
- [1.13 图片加载](图片加载/)
|
||||
|
||||
### [2.QGraphicsView练习](QGraphicsView练习/)
|
||||
- [14.1 世界地图](QGraphicsView练习/世界地图)
|
||||
- [14.2 添加QWidget](QGraphicsView练习/添加QWidget.py)
|
||||
- [14.3 QChartToolTipTest](QGraphicsView练习/QChartToolTipTest.py)
|
||||
- [2.1 世界地图](QGraphicsView练习/世界地图)
|
||||
- [2.2 添加QWidget](QGraphicsView练习/添加QWidget.py)
|
||||
- [2.3 QChartToolTipTest](QGraphicsView练习/QChartToolTipTest.py)
|
||||
|
||||
### [3.PyQtChart练习](PyQtChart练习/)
|
||||
- [3.1 charts](PyQtChart练习/charts)
|
||||
- [3.2 test](PyQtChart练习/test)
|
Loading…
Reference in a new issue