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
This below code is working in Version 2, and failing in Version 3. See the corrupted axes in Version 3.
Version 2 output:
Version 3 output:
The code:
{ title: { text: "Plot", x: "center" }, tooltip: { trigger: "item", formatter: "{a} <br/>{b} : {c}" }, legend: { x: 'left', data: ["Design 1"] }, xAxis: [ { type: "log", name: "x", } ], yAxis: [ { type: "log", name: "y", } ], toolbox: { show: true, feature: { mark: { show: true }, dataView: { show: true, readOnly: true }, restore: { show: true }, saveAsImage: { show: true } } }, calculable: true, series: [ { name: "Design 1", type: "line", data: [[50960, 10], [70960, 20], [90960, 30], [120960, 40], [150960, 50]] }, { name: "Design 2", type: "line", data: [], }, { name: "Design 3", type: "line", data: [], }, ] }
Try the above code here for v3: http://echarts.baidu.com/demo.html#line-stack and here for v2: http://echarts.baidu.com/echarts2/doc/example/line9.html#
The text was updated successfully, but these errors were encountered:
f275b2e
No branches or pull requests
This below code is working in Version 2, and failing in Version 3. See the corrupted axes in Version 3.
Version 2 output:
Version 3 output:
The code:
Try the above code here for v3: http://echarts.baidu.com/demo.html#line-stack
and here for v2: http://echarts.baidu.com/echarts2/doc/example/line9.html#
The text was updated successfully, but these errors were encountered: