Aleksandr Shestakov
Aleksandr Shestakov
@ChinHong-B Can you provide a screenshot of the resulting chart? The code you provided renders the legend correctly, check [the sample on PG](https://playground.anychart.com/PgiMUT6y).
@ChinHong-B Hm, the chart is truncated at the bottom. Is it a screenshot of the part of the chart or it's the full result of the export?
@mubasherkhan I'm afraid this feature is not supported correctly in the current version of the library. We will take it into account! Thank you for the report!
@wifirevaithi @PRobi23 Please, update the library to the latest version and follow steps described in [the wiki article](https://github.com/AnyChart/AnyChart-Android/wiki/Credits) to adjust or disable credits.
@wifirevaithi @PRobi23 Please, excuse me for the link to the deprecated wiki article. The current version of credits API a little bit differs from the API described in the article....
@PRobi23 For choosing and purchasing a license for Android application, please, contact us [email protected]_ or [email protected]_
@wifirevaithi @PRobi23 Thank you for pointing me to the issue, [the wiki article](https://github.com/AnyChart/AnyChart-Android/wiki/Credits) was updated.
@mbugbee You can achieve it with customizing anychart-react.jsx file. Find createAndDraw(prevProps) {} function and customize it like this: ``` createAndDraw(prevProps) { var props = Object.assign(prevProps, this.props); this.createInstance(props); this.drawInstance(props); this.instance.getSeries(0).name('Series name');...
@mbugbee I have a better solution for how you can set a series name and customize deeply your chart. If you do not use an instance property of a component,...
@jithinktom Thank you for your report, we will try to reproduce the issue.