0

Is there any way to remove "powered by zingchart" text in zingchart piechart ?

I saw some answers in web, that need to add license key.

Do we have any other way, without adding the license key ?

  • I'm not sure if it really is legal to remove a watermark without having a license key? – waka Jan 05 '18 at 08:34

2 Answers2

2

Try this...

div[id$="license"] {
  display: none !important;
}

Tested here

Still, this is a illegal way. Use a valid license key for legal and permanent usage.

Sankar
  • 6,908
  • 2
  • 30
  • 53
1

This is a question about how to violate our terms of agreement for using our product at https://www.zingchart.com/buy/. This is totally inappropriate and should be removed. More details on courses of action can be found at the following: https://www.zingchart.com/legal/

nardecky
  • 2,623
  • 8
  • 18