Forum Discussion
tomseidel
8 years agoRegular Visitor
Custom visual arrange layers of visualization
Hi, we need a datetime picker as custom visual. One option seemed to be including bootstrap/jquery based external components. Thats what I tried, but cant get it to work. I used: "npm install jque...
v-viig
8 years agoCommunity Champion
Power BI does not override events but it loads code into a new DIV.
I've seen such issues with similar components. Please review DOM when you click it. You would probably need to specify rootSelector for datepicker.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
tomseidel
8 years agoRegular Visitor
Not sure, what that means. However I noticed that when I click the control several times it slowly displays.
1st click - nothing to see
2nd click - half visible
3rd click - full visible without any formatting
So the remaining questions would be.
1. Why do I have to click 3 times to fully see it?
2. why is my external css I imported in the visual.less not working
@import "node_modules/jquery-datetimepicker/jquery.datetimepicker.css";
Thanks
Thomas