I am trying to integrate vis.js in Micro Strategy.
Using the visualisation builder :
- Added the visjs library
- Added a simple piece of code creating a vis dataset.
var items = new vis.Dataset([...])
Using the browsers debugger I get "message: vis is not defined"
I did do a similar small test with d3 without any issue.
Any ideas on this?