Closed tamerplc closed 2 years ago
The problem is the example you copied from had "undefined" for a couple of properties. That is meant to be undefined in JavaScript which we can't set from the property. That translated to a string "undefined" in the component, resulting in a black color. See this picture:
Simply, remove "undefined" on the colors property inside of both column and row objects:
That will fix the issue.
@traviscox thanks a lot for usual support
i am traying to change the background color for the chart to be #212429 but it not reflect . i am using dark mode . no.2 should be same color of no 1 but nothing change . chart: { background: #212429 }
attached the export file from the view .
barcharexport.zip