echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-06-22','2026-07-13','2026-07-20',] }, yAxis: { type: 'value' }, series: [{ data: [7812.50,5800.00,6467.21,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });