flaming-cl
flaming-cl
Hi, I would really like to help, but sorry that it may not be very straightforward for me to spot why this shows up, coz this problem can not be...
Hi, thanks for your contribution! Would you please explain this new feature little bit more: Will these cached colors replace some of the default colors in the palette?
It's great to allow users find their previous customized colors. But for existing users who do not spend time customize their own colors, we should also give them the choice...
Hi, I am sorry it seems that the code you've submitted is not working at this moment (Maybe you forget to new an instance for your localStorageService?) For applications which...
Hey @martynasma, thanks for the suggestion. One small question on this is: The above code is inside JSON config, meaning "chart" hasn't been generated yet. So we are not sure...
> All you need to do is to add the label as a child of series, not chart itself. Thanks, but it doesn't seem to work for JSON config, following...
> It does work, you're just not defining relative position right. > > ``` > { > "type": "Percent", > "value": 18 > } > ``` > > This means...
> https://www.amcharts.com/docs/v5/concepts/responsive/ Thanks We are using itemContainer to customize our own legend. Do you know how I can get the itemContainer instance and set their x/y and update the width/height...
> https://www.amcharts.com/docs/v5/charts/percent-charts/legend-percent-series/#Setting_content Thanks @martynasma! btw, possible to include an external variable for legendValueText? e.g. ```js { legendValueText: `${someExternalVariable}{valuePercentTotal.formatNumber('0.00p')}` } ```
Thanks! clickTarget: "none" also works if I set it with JSON config for legend.settings, right?