BUR-62 переработана отрисовка графика на отрезки по грануляции

This commit is contained in:
Первов Артем
2026-07-05 09:54:05 +03:00
parent 772ba60647
commit 1a994f36bd
6 changed files with 141 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
import { LineChart, ScatterChart } from 'echarts/charts';
import { CustomChart } from 'echarts/charts';
import {
DataZoomComponent,
GridComponent,
@@ -9,8 +9,7 @@ import * as echarts from 'echarts/core';
import { CanvasRenderer } from 'echarts/renderers';
echarts.use([
LineChart,
ScatterChart,
CustomChart,
GridComponent,
LegendComponent,
TooltipComponent,