formatting pane
1 TopicColor Picker without color palette, need to have only conditional formatting button
Hello All, I am currently working on custom visual formatting pane to add a color picker without the color palette button (color dropdown next to `fx` button), just need to have conditional formatting button (this fx button) Current UI looks like Expected (This is from Table visual > Format Pane > Cell Element Card) I am currently using "Color Picker slice" and this is my code in capabilities "objects": { "values": { "properties": { "conditionalColor": { "type": { "fill": { "solid": { "color": true } } } } } } }