HI, I cannot figure out how i can define the colors of the bar charts in a dmxchart. my app allows customers to choose the colors and font that they see and need to extend this to the charts that are built.
I've tried:
editing the dmxCharts.js file, initially overwriting the default colors to static ones that were better than the themes but not what i wanted... worked ok
extended the editing of the default chart colors to try and use root values that i have setup (e.g. replace '#920000' with var(--pid-dataseta) and also with quotes 'var(--pid-dataseta) ' but doesnt work.
tried using css, but despite hours/days of trawling the internet and trying lots of options cannot get it to work.... i can using background-color color the entire chart but not each individual bar.
Would appreciate any thoughts guidance from the community.