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
var myChart = echarts.init(document.querySelector("#container"), null, { renderer: "canvas" }); var option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, tooltip: { type: 'axis', axisPointer: { type: 'cross' } }, yAxis: { type: 'value' }, series: [{ data: [820, 932, 901, 934, 1290, 1330, 1320], type: 'line' }] }; myChart.setOption(option, true);
The text was updated successfully, but these errors were encountered:
Update I found that this bug does not happen with [email protected]
Sorry, something went wrong.
This bug started in 4.0.3 release commit: 0d19f00?diff=unified
The 'fix stupid mistake' commit before it did not have this problem. Unfortunately the 4.0.3 release commit is very big.
Fixed in ecomfe/zrender@bef1891
Ovilia
No branches or pull requests
One-line summary [问题简述]
Version & Environment [版本及环境]
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: