option = {
xAxis: {
type: 'category',
data: [0, 0, 0.33333333, 1, 1]
},
yAxis: {
type: 'value'
},
series: [{
data: [0, 0.25, 0.25, 0.75, 1],
type: 'line',
smooth: true
}
]
};