ctc1995 edited a comment on issue #10074: 在柱状图中设置markArea报错 URL: https://github.com/apache/incubator-echarts/issues/10074#issuecomment-475551619 @pissang 非常抱歉,我没有将错误贴出来。  报这个错误,你看是否有帮助。 我代码中的markArea是这样的。 ``` markArea: { silent: true, data: [ [ { name: '平均值到最大值', type: 'average' }, { type: 'max' } ], [ { name: '两个坐标之间的标域', coord: [10, 20] }, { coord: [20, 30] } ], [ { name: '60分到80分', yAxis: 60 }, { yAxis: 80 } ], [ { name: '所有数据范围区间', coord: ['min', 'min'] }, { coord: ['max', 'max'] } ], [ { name: '两个屏幕坐标之间的标域', x: 100, y: 100 }, { x: '90%', y: '10%' } ] ] } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
