avg line serie and mode

This commit is contained in:
2026-07-08 14:17:10 +05:00
parent 5ffe9192c1
commit 9a542ce33e
7 changed files with 113 additions and 82 deletions

View File

@@ -1,4 +1,4 @@
import { CustomChart } from 'echarts/charts';
import { CustomChart, LineChart } from 'echarts/charts';
import {
DataZoomComponent,
GridComponent,
@@ -10,6 +10,7 @@ import { CanvasRenderer } from 'echarts/renderers';
echarts.use([
CustomChart,
LineChart,
GridComponent,
LegendComponent,
TooltipComponent,