Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can you guide me how to change color of Bar chart base on selection.
Thanks,
Hello,
Can you give an example of what you want to do ?
Regards
@Saravanan_Ford Please the screenshot below:
Under Appearance select styling.
In the Dropdown select the color you want.
If this resolves your issue, please like and accept it as a solution.
Choose color by expression
and type
=if(GetSelectedCount(YourFieldName) > 0, RGB(255,0,0), RGB(0,255,0))