Hi!
How to set the column colors in Blazor? I have a single series column chart and I'd like to have each column a different color (the color strings are stored in a list).
In React this could be done by a pointRenderer method but in Blazor I did not find anything similar.
Thanks.