Forum Discussion
Anonymous
9 years agoNot applicable
Gradient color Picker & slider in capabilities.json
Hello, I'm actually working under API 1.7.0 for developing a custom visual. I'm looking for 2 objects in capabilities.json: - Gradient Color Picker: from which we can pick a center color and the...
- 9 years ago
- Power BI Custom Visuals API doesn't support gradient. This feature will probably be included into API 1.8
- You might try to call your property as percentile. It works for the old API, but I'm not sure about the new API
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-chuncz-msft
9 years agoCommunity Support
Anonymous,
You may do research into valueType "fill" and "integer". It is the visual's responsibility to handle EnumerateVisualObjectInstancesOptions.
- v-viig9 years agoCommunity Champion
- Power BI Custom Visuals API doesn't support gradient. This feature will probably be included into API 1.8
- You might try to call your property as percentile. It works for the old API, but I'm not sure about the new API
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals