Question

It's possible to have a external .js file with the theme configs for jqplot, instead of everytime i put a graph on a page have to put all the theme params?

Was it helpful?

Solution

Try

$.getScript("path/to/external.js");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top