Hi all,
I would like to have two color ranges in my bar chart:
- red coloured for all values in a certain column, which are below 0
- green coloured for all values in a certain column, which are above 0
Is this possible?
Best regards
Lara
Hi all,
I would like to have two color ranges in my bar chart:
Best regards
Lara
Hi @laraknapwost,
Yes it is. Please take a look at this.
I have a component in where I am doing exactly that. Go and look for the final section of the dashboard.
I create a column with a condition, if the value is negative the value is -1, otherwise, is 1.
Then, you should use that new created column to assign a two-colored hue
You can download my workflow and go through it for yourself.
Let me know if this help you.
Cheers.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.