microsoft / microsoft/powerbi-visuals-api
Formatting pane Slider control - untiSymbol and unitSymbolAfterInput
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 108
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided FormattingSlice Slider configuration with unitSymbol set to "$" and unitSymbolAfterInput enabled. Check the formatting pane behavior and the Power BI visuals API documentation for these Slider options. Done means either the symbol renders beside the input as described or the issue clearly documents that this configuration is unsupported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100