Forum Discussion

ysapiyev's avatar
ysapiyev
Icon for Responsive Resident rankResponsive Resident
8 years ago
Solved

i have a problem with resizing my visual

hello everyone,

 

I built visual with 10 rectangles in two rows using tutorial for creating visual with simple bar chart. in that tutorial, I used dynamic parameters for resizing every rectangle. however, when i resize visual, only last one gets resized. what can be the problem?

  • v-viig,

     

    I solved this problem by changing structure of my code. Previously, I used structure from tutorial for barchart, but since my goal was different, I plotted rectangles, added them to array, and when I resize my visual, firstly, I remove them and plot again.

4 Replies

  • v-viig's avatar
    v-viig
    Icon for Community Champion rankCommunity Champion

    The problem might be in applying attributes and styles to the existing DOM elements.

    Could you please share the code that renders rectangles?

     

    Ignat Vilesov,

    Software Engineer

     

    Microsoft Power BI Custom Visuals

    [email protected]

    • ysapiyev's avatar
      ysapiyev
      Icon for Responsive Resident rankResponsive Resident

      v-viig,

       

      I solved this problem by changing structure of my code. Previously, I used structure from tutorial for barchart, but since my goal was different, I plotted rectangles, added them to array, and when I resize my visual, firstly, I remove them and plot again.

      • v-chuncz-msft's avatar
        v-chuncz-msft
        Icon for Community Support rankCommunity Support

        ysapiyev,

         

        By the way, to help close this thread, you may accept solution. Your contribution is highly appreciated.