echarts.init(document.getElementById('container')).setOption({ xAxis: { type: 'category', data: ['2026-01-12','2026-01-19','2026-01-26','2026-02-02',] }, yAxis: { type: 'value' }, series: [{ data: [4545.45,7131.46,6745.10,4527.27,], type: 'line', label: { normal: { show: true, position: 'top' } } }] });