Hi, I’m building charts with new beta chart blocks in containers, I want to customize the color of the charts but I don’t see any option. There are options in the style panel to select single, as defined in datasource and randoms. But when I choose as defined in the data source those don’t work. I have tried the custom code but no results.
I tried this:
<script>
window['chart1-colors'] = ['#FFFF00', '#FF0000', '#008000', '#0000FF'];
</script>
Anyone can help, thank you!!