I’ve been looking at a handful of plotting packages over the last few days and a lot are falling short for one reason or another
So I was thinking of writing a wrapper for one of popular JS charting libraries i.e. C3 - http://c3js.org/ I’m looking at this one because if seems easy enough to create a single JS file that can be loaded into a webpage and the script can be injected in one location. The api is documented and can be injected all at once. My question is how can I go about using Julia to generated the js file…. my idea is to take a dataframe and pass it to function which generates said file. Im thinking of using templating language like https://github.com/jverzani/Mustache.jl any examples of people using Julia to generate a configuration file? tks M
