You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/15 06:20:04 UTC

[GitHub] [incubator-superset] AaronCH5 opened a new issue #7299: How to add watermark for Superset?

AaronCH5 opened a new issue #7299: How to add watermark for Superset?
URL: https://github.com/apache/incubator-superset/issues/7299
 
 
   Recently, the unit began to use Superset, but the leaders felt that these charts did not have their own watermark and needed secondary development. Having seen enough echarts before, they could easily integrate the watermark, but found that Superset was very troublesome.
   
   I wonder if Superset has some simple way to configure it in a file?
   I found that the Superset front end USES nvd3 for visualization. I tried to add <text><react> directly in < SVG >, but the effect was very bad and terrible.
   
   For Echarts, you only need to obtain CTX and use ctx.fillText(waterMarkText, 0, 0) when the front-end model is built.Can, in fact, or backgroundColor processing, then Superset can also be such a simple operation? For help
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org