blob: 0f3f76faba5acff93595208dc86a71db36cf3aa7 [file] [log] [blame]
option = {
legend: {
data: ['pictorialBar', 'bar']
},
xAxis: {
data: ['symbolRepeat: true', 'symbolRepeat: false']
},
yAxis: {
splitLine: {show: false}
},
animationEasing: 'elasticOut',
series: [{
type: 'pictorialBar',
symbol: 'circle',
data: [{
value: 29000,
symbolRepeat: true,
symbolSize: [50, 50]
}, {
value: 29000,
symbolSize: [50, '100%']
}]
}]
};