olivier

Results 4 issues of olivier

### Summary 简述 查看了各issue结果, 看到有单折现图时面积渐变的, [然后对应echart的demo](https://echarts.apache.org/examples/zh/editor.html?c=line-tooltip-touch) 试着配置了一下, 发现并不能生效 ### Expect 期望结果 多数据, 折线图面积中能有对应的渐变色 现在setting中配置是生效的, 但是在extend中的series想配置多个的时候就不生效了 ### Reproduce 重现示例 [demo地址](https://codepen.io/feng9217/pen/NWbzRge)

这里的 selectedDate 只存了初始时月份的选中日期 本来想在切换时 从接口查询切换到的的已选中日期进行渲染 但是把 this.selectedDate = this.selectedDate.concat([返回的日期数组]) 这样操作时 this.selectedDate 的值改变了 但默认选中的日期并没有变化

![image](https://user-images.githubusercontent.com/6224010/118637105-051d7d80-b808-11eb-8460-a5e58efb6aca.png) 如图 改变stv.lineWidth后 需要做到居中效果 需要更改left的值 left: {{(stv.offset/tabs.length)+((stv.windowWidth/tabs.length - stv.lineWidth)/2)}}px

![image](https://user-images.githubusercontent.com/6224010/92222894-45370d00-eed2-11ea-8f1e-c59e9fea2632.png) 我在 onPrev: () => {} 里调用了 实例的 hide() 方法 但是实际并没有执行 这是为啥呢 ??