Commit 215942c
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- tensorboard/webapp/feature_flag/store
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments