ReferenceError: Plotly is not defined

0
I am creating a Mendix graph widgets. This graph is using a js file i.e. https://cdn.plot.ly/plotly-latest.min.js I am getting error in below line Plotly.newPlot('myDiv', data); Error on browser is: ReferenceError: Plotly is not defined
asked
2 answers
0

Are you extending the graph widget of Mendix or creating your own? Otherwise check out the Mendix widget on how to load plotly: https://appstore.home.mendix.com/link/app/105695/Mendix/Charts

Regards,

Ronald

 

answered
0

When your standard charts are not sufficient you can use the Any chart to create all plolty chart with more flexibility

https://appstore.home.mendix.com/link/app/106517/

 

answered