```js
option = {
    title: {
        text: 'Awesome Chart'
    },
    xAxis: {
        data: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
        axisPointer: {
            show: true,
            snap: true
        }
    },
    yAxis: {
        axisPointer: {
            show: true,
            snap: true
        }
    },
    series: [{
        type: 'line',
        data:[220, 182, 191, 234, 290, 330, 310]
    }]
};
```

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9112 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to