Skip to content

Commit 89c49bc

Browse files
committed
Fixed domain reset bug on charts refresh
PR tensorflow#1375 conflated the ideas and caused explicitly resetted the domain on any data fetch (even if it is already loaded). This will cause some other "regression" (typing on tag filter then deleting it quickly causes chart to not draw any axis) but it should be addressed in other PRs.
1 parent e107d92 commit 89c49bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorboard/components/tf_line_chart_data_loader/tf-line-chart-data-loader.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
},
213213

214214
setSeriesData(name, data) {
215-
this._resetDomainOnNextLoad = true;
216215
this.$.chart.setSeriesData(name, data);
217216
},
218217

0 commit comments

Comments
 (0)