You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at "Plotly.scala" in the /plotly-scala repo and considering method "plotlyMinJs". The InputStream is hard coded to s"META-INF/resources/webjars/plotly.js/$plotlyVersion/dist/plotly.min.js".
I'd like to work off-line exclusively once I have downloaded "plotly-latest.min.js" to produce browser based plots using plot.js. What are your thoughts about modifying method "plotlyMinJs" file to accept local resources, e.g., is = getClass.getClassLoader.getResourceAsStream(s"./plotly-$plotlyVersion.min.js") where $plotyVersion = "latest"? Thanks!
Best,
SR
The text was updated successfully, but these errors were encountered:
Hello @alexarchambault !!
I'm looking at "Plotly.scala" in the /plotly-scala repo and considering method "plotlyMinJs". The InputStream is hard coded to s"META-INF/resources/webjars/plotly.js/$plotlyVersion/dist/plotly.min.js".
I'd like to work off-line exclusively once I have downloaded "plotly-latest.min.js" to produce browser based plots using plot.js. What are your thoughts about modifying method "plotlyMinJs" file to accept local resources, e.g., is = getClass.getClassLoader.getResourceAsStream(s"./plotly-$plotlyVersion.min.js") where $plotyVersion = "latest"? Thanks!
Best,
SR
The text was updated successfully, but these errors were encountered: