powerbi-custom-visuals

Power BI Blank Chart in Custom Visual

99封情书 提交于 2019-12-13 03:51:18
问题 I am following this tutorial to create a Custom Visual for PowerBI: http://radacad.com/create-custom-visual-with-r-and-json-part3 Let's say I am using default data: mtcars inside my custom visuals for Power BI. I am trying to Create 2 fields let's say "Mileage Per Gallon" and "Cylinder Size" as below: Here is my Script.R source('./r_files/flatten_HTML.r') ############### Library Declarations ############### libraryRequireInstall("ggplot2"); libraryRequireInstall("plotly") ####################