Forum Discussion

marcelot's avatar
marcelot
New Member
8 years ago
Solved

Reverts to default in custom format don´t apply changes to data

Hi everyone,

I have a custom component that has some custom options in format like changing the font, color ... but when you do reverts to default the values of these change correctly but do not apply to the displayed text.

For example:
I change the font of the text to Times New Roman and this change is applied correctly on the visual. If I click on Reverts to default, it shows the default value in the format panel (Arial, in this case), but the visual continues to use Times New Roman

 

What can be caused this?
Thanks in advance

  • Finally i solved it checking if settings have changed or visual resized in update method and then redraw the visual in this case .

    :smileyvery-happy:

2 Replies

  • v-viig's avatar
    v-viig
    Community Champion

    It seems the font family is applied to DOM elements improperly.

    We'd recommend to debug the visual step-by-step to find a root case.

     

    Ignat Vilesov,

    Software Engineer

     

    Microsoft Power BI Custom Visuals

    [email protected]

     

     

  • Finally i solved it checking if settings have changed or visual resized in update method and then redraw the visual in this case .

    :smileyvery-happy: