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
堆积bar图本来可以正常显示,在设置“缩放区域”工具栏按钮为显示后,图形无法正常显示。
堆积bar图可以显示“缩放区域”工具栏按钮
option = { "series" : [ { "data" : [ { "value" : [ 0, 7927 ] }, { "value" : [ 1, 5276 ] }, { "value" : [ 2, 4553 ] }, { "value" : [ 3, 7681 ] } ], "name" : "Quantity", "stack" : "default", "type" : "bar" }, { "data" : [ { "value" : [ 0, 32921.35 ] }, { "value" : [ 1, 19936.42 ] }, { "value" : [ 2, 17758.54 ] }, { "value" : [ 3, 27722.96 ] } ], "name" : "Freight", "stack" : "default", "type" : "bar" } ], "toolbox" : { "feature" : { "dataZoom" : { "show" : true } } }, "xAxis" : { "data" : [ "点心", "调味品", "谷类/麦片", "海鲜" ], "type" : "category" }, "yAxis" : { "type" : "value" } }
The text was updated successfully, but these errors were encountered:
fix: dataStack work incorrectly with toolbox dataZoom apache#10972 ap…
16dd99d
…ache#8520 apache#7534 apache#10359 apache#8069 apache#7872 apache#7732 apache#7672
No branches or pull requests
One-line summary [问题简述]
堆积bar图本来可以正常显示,在设置“缩放区域”工具栏按钮为显示后,图形无法正常显示。
Version & Environment [版本及环境]
Expected behaviour [期望结果]
堆积bar图可以显示“缩放区域”工具栏按钮
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: