Hey community!
We are currently implementing some dashboards in our apps, and we are struggling with the chart colors as we can’t find any way of overriding them.
My understanding is that they are determined by the theme colors, and our theme results in some very bright and dark colors at the same time, which makes it really difficult to ensure sufficient contrast. We have worked our way around this by using a grey background, but this is not ideal either as you can see with this example graph:
This does not scale very well either, as grey is also one of the chart colors that will eventually appear as more datasets are added. I know we can control chart color through enums, but we need to use the user object (as well as other object) as the dataset property, and would prefer not to mirror those objects into an enum
Is there anyone in the community who have some good suggestions as to how we can handle the chart colors in a scalable way?