Skip to content

Commit e23f95e

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dateaggregation
2 parents e36a9dc + 105163b commit e23f95e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/app/pages/MainPage/pages/VizPage/ChartPreview/ChartPreview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ const ChartPreviewBoard: FC<{
419419
dataset={chartPreview?.dataset}
420420
chart={chart!}
421421
config={chartPreview?.chartConfig!}
422+
drillOption={drillOptionRef.current}
422423
width={cacheW}
423424
height={cacheH}
424425
/>

frontend/src/app/pages/SharePage/ChartForShare.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ const ChartForShare: FC<{
176176
dataset={chartPreview?.dataset}
177177
chart={chart!}
178178
config={chartPreview?.chartConfig!}
179+
drillOption={drillOptionRef.current}
179180
width={width}
180181
height={height}
181182
/>

0 commit comments

Comments
 (0)