增加虚线Dash、点线Dot、点划线DashDot、双点划线DashDotDot等类型的折线图支持

This commit is contained in:
monitor1394
2019-09-18 18:23:37 +08:00
parent fd4ef2c879
commit 71b7691e90
8 changed files with 10581 additions and 12708 deletions

View File

@@ -23,6 +23,7 @@ QQ交流群XCharts交流群202030963
## 更新日志
* 2019.09.18)增加虚线`Dash`、点线`Dot`、点划线`DashDot`、双点划线`DashDotDot`等类型的折线图支持
* 2019.09.17)增加`AnimationEnabel()`启用或取消起始动画接口
* 2019.09.17)增加`Axis``Interval`强制设置坐标轴分割间隔
* 2019.09.16)去掉`Serie`中的旧版本数据兼容,不再支持`xData``yData`
@@ -107,6 +108,7 @@ QQ交流群XCharts交流群202030963
14. 双坐标轴
15. 笛卡尔坐标系XY都为数值轴
16. 用代码添加动态的正弦曲线
17. 虚线、点线、点划线、双点划线折线图
### 柱状图