Forum Discussion

VizDataLtd's avatar
VizDataLtd
Icon for Helper I rankHelper I
2 years ago
Solved

How to set default font color in settings.ts?

Hello,

 

I am accessing the color palette in visual.ts, and in cases where the user has not selected a fill color, it takes the first color from their color palette (in my current case, blue via colorPalette.getColor('0').value). It's all working great. However, the formatting pane still shows a non-selected color as its default, because I can't work out how to pass the blue colour into the settings.ts file. Is this actually possible?

 

I thought:

 

1) Import Visual into settings, but settings file runs before visuals file, and this would be a waste of memory anyway;

2) define a class within settings, and import the colour palette there, but that isn't working because I can't pass the VisualConstructorOptions into the class.

 

Any thoughts welcomed.

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi VizDataLtd,

    So you mean to custom the default color in the color picker panel? AFAIK, current powr bi seems not existed features to customize on these. (custom visuals invoked these interface instead of customize on these UI and elements)

    Regards,

    Xiaoxin Sheng

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi VizDataLtd,

    So you mean to custom the default color in the color picker panel? AFAIK, current powr bi seems not existed features to customize on these. (custom visuals invoked these interface instead of customize on these UI and elements)

    Regards,

    Xiaoxin Sheng