aaronucsd commented on a change in pull request #3485: [TE] frontend
harleyjj/manage remove WoW and change buildMetricDataUr…
URL: https://github.com/apache/incubator-pinot/pull/3485#discussion_r234314631
##########
File path:
thirdeye/thirdeye-frontend/app/pods/components/anomaly-graph/component.js
##########
@@ -388,7 +388,7 @@ export default Component.extend({
const showGraphLegend = this.get('showGraphLegend');
return {
position: 'inset',
- show: showGraphLegend
+ show: false
Review comment:
Also if you don't use `const showGraphLegend = this.get('showGraphLegend');`
we should have removed it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]