Hi everyone, i am working on a small web app for work which consists of plotting some data that is retrieved from a nosql datastore, i created a customview using https://plotly.com/javascript/ the reason I decided to use this is because is very simple and it very useful to display statistics.
The graph is working very nice, take a look at the image below, the problem is that I would like to be able to save a single html file and share with other engineers who are not in my team as only engineers who have been whitelisted will have access to this service, the problem is that if I do that then the graph is not interactive anymore, I notice that when I right click on the graph and I click on save as, it download the html file but it also generates a folder where a few css and js files are placed. Now when I open the html file it displays the graph but the graph can not be interacted with, meaning I can't zoom in or out and I can't see the pop up window with statistics when I move the cursor around the graph.
Is there a way to get ABMaterial saved html file to work without being online, I mean I am using a local .js file of the plotly library, so even if the webpage would run outside of the vps environment all the local necessary files are there so i don't see a reason why it would not work.
I hope this makes sense, basically I need to to be able to get the offline html saved page to work, specifically the graph functions.
Thanks,
Walter
The graph is working very nice, take a look at the image below, the problem is that I would like to be able to save a single html file and share with other engineers who are not in my team as only engineers who have been whitelisted will have access to this service, the problem is that if I do that then the graph is not interactive anymore, I notice that when I right click on the graph and I click on save as, it download the html file but it also generates a folder where a few css and js files are placed. Now when I open the html file it displays the graph but the graph can not be interacted with, meaning I can't zoom in or out and I can't see the pop up window with statistics when I move the cursor around the graph.
Is there a way to get ABMaterial saved html file to work without being online, I mean I am using a local .js file of the plotly library, so even if the webpage would run outside of the vps environment all the local necessary files are there so i don't see a reason why it would not work.
I hope this makes sense, basically I need to to be able to get the offline html saved page to work, specifically the graph functions.
Thanks,
Walter