Skip to content

Commit 215942c

Browse files
authored
line chart: enable GPU line chart by default (#4695)
This change enables the GPU line chart, the new line chart implementation, on by default in the time series dashboard. We will, in the future*, remove the old implementation. To disable the new implementation, you can pass ?fastChart=false in the query param. *: Probably after major/minor release of TensorBoard.
1 parent 7bc40d0 commit 215942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/feature_flag/store/feature_flag_store_config_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const initialState: FeatureFlagState = {
2222
defaultFlags: {
2323
enabledExperimentalPlugins: [],
2424
inColab: false,
25-
enableGpuChart: false,
25+
enableGpuChart: true,
2626
scalarsBatchSize: undefined,
2727
},
2828
flagOverrides: {},

0 commit comments

Comments
 (0)