echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2024-08-19','2024-09-09','2024-09-16',] }, yAxis: { type: 'value' }, series: [{ data: [13750.00,13750.00,13750.00,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });