We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
见图:
注意最右侧露出的grid背景。
option = { grid:{ show:true, backgroundColor:'yellow', }, xAxis: { type: 'category', data: [1,2,3,4,5,6,7,8,], splitArea:{ show:true, interval:2, //<<< areaStyle:{ color:['#181818','#222'] }, } }, yAxis: { type: 'value', }, series: [ { name:'data', type:'line', smooth:true, data: [0,0.2,0.1,0.4,0.2,0.3,0.1,0], }, ] };
The text was updated successfully, but these errors were encountered:
@pissang
Sorry, something went wrong.
88b7b49
@Erimus-Koo 已修复,下个版本上线
No branches or pull requests
设置xAxis.splitArea后,且有interval时,尾端余数格未填充。
见图:
![image](https://user-images.githubusercontent.com/17139670/33544799-233f0dca-d917-11e7-8ac6-c616dbad193a.png)
注意最右侧露出的grid背景。
The text was updated successfully, but these errors were encountered: