Created At: 2026-06-14T13:53:53Z
Completed At: 2026-06-14T13:53:53Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4586
Total Bytes: 193958
Showing lines 2825 to 2845
The following code has been modified to include a line number before every line, in the format: <line_number>: <original_line>. Please note that any changes targeting the original code should remove the line number, colon, and leading space.
2825:         chart: {
2826:           zoomType: 'x',
2827:           backgroundColor: isDark ? '#1e293b' : '#ffffff',
2828:           style: {
2829:             fontFamily: "'Poppins', sans-serif"
2830:           }
2831:         },
2832:         title: {
2833:           text: null
2834:         },
2835:         credits: {
2836:           enabled: false
2837:         },
2838:         legend: {
2839:           enabled: true,
2840:           align: 'left',
2841:           verticalAlign: 'top',
2842:           layout: 'horizontal',
2843:           x: 10,
2844:           y: 0,
2845:           itemStyle: {
The above content does NOT show the entire file contents. If you need to view any lines of the file which were not shown to complete your task, call this tool again to view those lines.
