Using .js file in shiny applications

Hi Team,

Need your suggestions.
I wanted to have some understanding on the usage of .js file in shiny applications
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js

Because in one of my application Plots in DT table - #2 by noveld, I am using .js file to render plots.

Wanted to check, if there might be any issues . Because what in future this file is corrupt and so on ? What if there any changes to this .js file? Can anyone guide me here please

Hi,

I don't know what your exact worry is, but if you are afraid the file might change online, you can just download a copy and source it locally on your app. That way it won't change unless you change something to it or replace it with a newer version.

Hope this helps,
PJ

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.