Results 2 issues of yinyi

在ios 15, Safari打开,官方柱状图、饼图不渲染 官方demo - 柱状图 https://viserjs.gitee.io/demo.html#/viser/bar/basic-bar、 饼图 : https://viserjs.github.io/demo.html#/viser/pie/basic-pie

在实例https://viserjs.github.io/demo.html#/viser/others/double-axes 使用如下scale const scale = [{ dataKey: 'call', tickCount: 5, min: 0 }, { dataKey: 'people', tickCount: 7, min: 0 }, { dataKey: 'waiting', tickCount: 5, min: 0 }]; **结果次轴刻度数不是7**