Hi, recently i started using you analytics and I have few questions:
1 Background color
VisualizationPanel has backgroundColor property, I would change the original color #f7f7f7 to more fit my app.
How can I change it? For now, I change the background color in CSS, but for example, in the word cloud canvas, I can’t do that
2 Disable filters
I found you will provide the option allowSelection, which allows disabling filters when it will be provided?
I wouldn't filter result in my app, for now I can hide the reset filter button in the header, but I can’t disable adding a filter on click on a bar in the chart.
3 Select
In my app I use react-select which allow me to style the whole component, you use html select which is really hard to customization, is any way to style options in select, which you use?