echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-04-15','2024-04-29','2024-05-06',] }, yAxis: { type: 'value' }, series: [{ data: [8230.77,9219.51,8307.69,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });