Anthony P
Anthony P
You can use `chart.titles.create()` and modify the label object. More details here: https://www.amcharts.com/docs/v4/tutorials/adding-chart-titles-and-bottom-text/
We don't support yaml. We have samples in JavaScript, Typescript/ES6 and JSON, which are supported.
I'd recommend looking into our [responsive plugin](https://www.amcharts.com/docs/v4/concepts/responsive/) along with the tips from [this article](https://www.amcharts.com/docs/v4/tutorials/dealing-with-piechart-labels-that-dont-fit/). We have a [pie chart example](https://www.amcharts.com/docs/v4/concepts/responsive/#PieChart) on the responsive plugin page that outright disables the labels,...
Please post any questions that are not related to the original topic as a separate issue. Please also clarify what you mean by indicator information in your new thread. Thank...
The export plugin cannot be toggled on after the chart has been created. You need to recreate the chart with the export plugin enabled.
As I said, you have to re-create the chart. I'm not going to go into specifics on enabling the plugin on someone else's chart, but if export isn't enabled, you...