Forum Discussion
Stacked bar Chart
- 10 years ago
That should be not.
You can find more visualizations in the Visuals Gallery.
https://app.powerbi.com/visuals/
That should be not.
You can find more visualizations in the Visuals Gallery.
https://app.powerbi.com/visuals/
- kishore-kommi10 years agoFrequent Visitor
Thanks for your replay
- kishore-kommi10 years agoFrequent Visitor
Hi WillTang,
I had another Question regarding to "I need to generate a popup window. when i click on the report of existing charts" like on Stacked Bar Chart report.
if it is not posible in existing charts provided by powerbi then please give some about it how to create the pop-up.
Basically, i am a j2ee developer. currently i am working on power bi custom visuals last 3 weeks onwords.
Thanks
Kishore Kommi
- willTang10 years agoFrequent Visitor
I found this on the Github:
https://github.com/Microsoft/PowerBI-visuals
The Microsoft Power BI visuals project includes:
- Source code of all the visuals used in Power BI(The code is written in TypeScript).
- A Playground app to help you try out the existing visuals, and experiment with the ones you have created.
Popups
http://www.quirksmode.org/js/popup.html
Popup windows
http://javascript.info/tutorial/popup-windows
Using the window.open method
http://www.javascript-coder.com/window-popup/javascript-window-open.phtml
Hope this helps.