microsoft / powerbi-visuals-api

Power BI custom visuals API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting pane Slider control - untiSymbol and unitSymbolAfterInput

novasilva-wouter opened this issue · comments

Using the following code:

const slice: powerbi.visuals.FormattingSlice = { displayName: displayName, uid: uid, control: { type: powerbi.visuals.FormattingComponent.Slider, properties: { descriptor: { objectName: object, propertyName: propertyName }, value: value, options: { unitSymbol: "$", unitSymbolAfterInput: true } } } };

I expect a $ character to be shown next to the Slider input field. Nothing is being rendered however.
Am I expecting the wrong thing?

I'm having the same issue; doesn't seem to be bound at all to the resulting output and therefore does not have parity with the core visuals.