mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-23 23:20:55 +08:00
fix: 修复 AI 会话链路与前端 type-check 错误
This commit is contained in:
@@ -12,7 +12,7 @@ import { TooltipComponent, GridComponent, VisualMapComponent } from 'echarts/com
|
||||
import { CanvasRenderer } from 'echarts/renderers'
|
||||
import type { EChartsOption } from 'echarts'
|
||||
import { loadClusterGraph } from './queries'
|
||||
import type { ClusterGraphData, ClusterGraphOptions, ClusterGraphNode } from './types'
|
||||
import type { ClusterGraphData, ClusterGraphOptions } from './types'
|
||||
|
||||
echarts.use([HeatmapChart, TooltipComponent, GridComponent, VisualMapComponent, CanvasRenderer])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user