I’m using the bar charts from ng-charts in SSD. I want to update the CSS styles for the bars (e.g., width, color, border radius), and I’m using the options object as we typically do in Angular with Chart.js.
I don’t see any errors in the console, and the chart is rendering correctly. However, all styles appear to be the default, my custom styles are not being applied.