File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tensorboard/plugins/custom_scalar/tf_custom_scalar_dashboard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ <h3>The custom scalars dashboard is inactive.</h3>
177177 smoothing-enabled ="[[_smoothingEnabled]] "
178178 smoothing-weight ="[[_smoothingWeight]] "
179179 tooltip-sorting-method ="[[tooltipSortingMethod]] "
180- ignore-y-outliers ="[[ignoreYOutliers ]] "
180+ ignore-y-outliers ="[[_ignoreYOutliers ]] "
181181 show-download-links ="[[_showDownloadLinks]] "
182182 tag-regexes ="[[chart.multiline.tag]] "
183183 > </ tf-custom-scalar-multi-line-chart-card >
@@ -190,7 +190,7 @@ <h3>The custom scalars dashboard is inactive.</h3>
190190 title ="[[chart.title]] "
191191 x-type ="[[_xType]] "
192192 tooltip-sorting-method ="[[tooltipSortingMethod]] "
193- ignore-y-outliers ="[[ignoreYOutliers ]] "
193+ ignore-y-outliers ="[[_ignoreYOutliers ]] "
194194 show-download-links ="[[_showDownloadLinks]] "
195195 margin-chart-series ="[[chart.margin.series]] "
196196 > </ tf-custom-scalar-margin-chart-card >
You can’t perform that action at this time.
0 commit comments