Javascript 如何从 amChart 中删除“JS chart by amCharts”文本?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43109984/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to remove "JS chart by amCharts" text from amChart?
提问by Arunkumar
回答by xorspark
The branding text/logo is on the free version of the library. As stated on the license terms:
品牌文本/徽标位于库的免费版本中。如许可条款所述:
Free license
Use anywhere you want as long as you don't mind a small amCharts attribution on charts
免费许可
只要您不介意图表上的小 amCharts 属性,就可以在任何您想要的地方使用
If you want to remove the text, you have to purchase a license. See the license FAQfor information on what license is appropriate for your use case. You can reach out to AmCharts support for further clarification on the license terms.
如果要删除文本,则必须购买许可证。有关哪种许可证适合您的用例的信息,请参阅许可证常见问题解答。您可以联系 AmCharts 支持以进一步了解许可条款。
If you already have a license and are using AmCharts v3, just download the files from the support site, upload them to your web server and use those instead of the files on the AmCharts CDN. If you're using npm or just wish to use the CDN files with your license, contact AmCharts for instructions on how to apply your license. Do note that support for AmCharts v3 will end at the end of 2020, so you may want to consider migrating to v4 for any further support and fixes.
如果您已经拥有许可证并且正在使用 AmCharts v3,只需从支持站点下载文件,将它们上传到您的 Web 服务器并使用这些文件而不是 AmCharts CDN 上的文件。如果您正在使用 npm 或只是希望将 CDN 文件与您的许可证一起使用,请联系 AmCharts 以获取有关如何应用您的许可证的说明。请注意,对 AmCharts v3 的支持将在 2020 年底结束,因此您可能需要考虑迁移到 v4 以获得任何进一步的支持和修复。
If you have a license and you are using AmCharts v4, the instructions are available in your support account. You will need to create one and attach your license to your account.
如果您有许可证并且正在使用 AmCharts v4,则可以在您的支持帐户中找到这些说明。您需要创建一个并将您的许可证附加到您的帐户。
Finally, if you're still having trouble with applying your license, contact AmCharts and provide your order details.
最后,如果您在申请许可证时仍有问题,请联系 AmCharts 并提供您的订单详细信息。
We don't provide instructions on how to hide credits on a public forum for obvious reasons.
出于显而易见的原因,我们不提供有关如何在公共论坛上隐藏积分的说明。


