rusackas commented on a change in pull request #17307:
URL: https://github.com/apache/superset/pull/17307#discussion_r741599561
##########
File path: superset/charts/schemas.py
##########
@@ -884,6 +884,10 @@ class AnnotationLayerSchema(Schema):
allow_none=True,
)
show = fields.Boolean(description="Should the layer be shown",
required=True)
+ showLabel = fields.Boolean(
+ description="Should the label always be shown",
+ required=True
+ )
Review comment:
```suggestion
showLabel = fields.Boolean(
description="Should the label always be shown",
required=True,
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]