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