Skip to content

Commit 19c0f94

Browse files
committed
fix: line chart tooltip
1 parent e49d5f4 commit 19c0f94

File tree

1 file changed

+0
-4
lines changed
  • frontend/src/views/chat/component/charts

1 file changed

+0
-4
lines changed

frontend/src/views/chat/component/charts/Line.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ export class Line extends BaseG2Chart {
5353
nice: true,
5454
},
5555
},
56-
interaction: {
57-
tooltip: { series: series.length > 0, shared: true },
58-
},
59-
6056
children: [
6157
{
6258
type: 'line',

0 commit comments

Comments
 (0)