This topic is locked

V11 Chart Modifications

10/8/2024 10:55:59 AM
ASPRunner.NET General questions
Lowkeck authorDevClub member

Hi Guys,

Anyone know if the Chart Modify has changed? Just recompiled my project in V11 and all custom chart colors are being ignored. Here is a sample of what I have.

var palette = anychart.palettes.distinctColors();
palette.items(["F21C1C", "#2374B8", "#97BDC1", "#FFD54F", "#EF6C00", "#0AB4DE", "#CFAE83"]);
chart.palette(palette);

I looked up the API calls for Anychart but the syntax looks good.

fhumanes 10/13/2024

Hi @Lowkeck,

I work in Phprunner and I have similar problems to yours.
I think there is still some pending functionality in this section.

Sergey, the version that incorporates from Anychart is 8.11 and now the version 8.13 is in production. If possible, taking advantage of the fact that we have a new version, it could be updated to the latest version. Thank you

Greetings,
fernando

Sergey Kornilov admin 10/15/2024

Definitely works here. Build 42441. Post your screenshots maybe?

img alt