Forum Discussion
Anonymous
2 years agoNot applicable
Problem with formatting and series
Hi everyone, I'm developing a PowerBI custom visual to draw time series differentiated by a legend. The problem I'm having is with formatting settings. What I would like is to have a colorPicker i...
- Anonymous2 years ago
Literally 3 minutes after posting the message I found the problem, and it works
fillProp: DataViewObjectPropertyIdentifier = { objectName: "colorSelector", propertyName: "fill" };The object property identifier was wrong.......
Thanks to myself lol
For those interested, here is the full code: EquinetPaul/powerbi_multiple_axis_legend_linechart: powerbi_multiple_axis_legend_linechart (github.com)
Anonymous
2 years agoNot applicable
Literally 3 minutes after posting the message I found the problem, and it works
fillProp: DataViewObjectPropertyIdentifier = {
objectName: "colorSelector",
propertyName: "fill"
};
The object property identifier was wrong.......
Thanks to myself lol
For those interested, here is the full code: EquinetPaul/powerbi_multiple_axis_legend_linechart: powerbi_multiple_axis_legend_linechart (github.com)