blob: b7b134f7cb52c9f06b891f4be9b918883a1778e1 [file] [log] [blame]
option = {
xAxis: {},
yAxis: {},
series: [{
data: [[20, 120], [50, 200], [40, 50]],
type: 'line'
}]
};