angular-fusioncharts icon indicating copy to clipboard operation
angular-fusioncharts copied to clipboard

remove FusionCharts will render here

Open barocsi opened this issue 3 years ago • 2 comments

How can we remove this from the default container?

barocsi avatar Mar 11 '21 10:03 barocsi

use placeholder property inside fusioncharts component <fusioncharts .... placeholder='custom text'

AyanBhadury avatar Mar 12 '21 08:03 AyanBhadury

For anyone reading this in the future, passing an empty string won't work. Use " " or something similar.

jonathanazulay avatar Sep 10 '21 09:09 jonathanazulay