microsoft / powerbi-report-authoring

A library for authoring Power BI reports while embedded into your apps. Provides service which makes it easy to change report and visual elements in session. It gives APIs such as creating visual, changing visual properties, etc ...
MIT License
40 stars 18 forks source link

[Question] How is the script specified while creating pythonVisual #6

Closed niwsa closed 4 years ago

niwsa commented 4 years ago

When using createVisual api how does one inject the script that plots the visual.

niwsa commented 4 years ago

Never mind ended up using react to build custom visual and using that for visual creation...