HumbleSoftware/Flotr2

standalone, precompiled example for download

Closed this issue · 2 comments

Hi everyone,

I think for beginners (like me) it would be great to have a zip archive for download with (one or more) standalone example(s), so we know what dependencies/scaffolding is needed.

imho it should contain one/more html files containing some boilerplate html as well as the data series (static data (i.e. as if it was read from a database) and/or dynamically generated data series in javascript). furthermore there should be a folder with all flotr2-javascript including all dependencies and the html should reference that.

What do you think about this? Maybe there already is something like this, but I did not find it...

Best Regards

Hey Michael, I've added a standalone example here:
https://github.com/HumbleSoftware/Flotr2/blob/master/examples/standalone.html

You should be able to download the repo, with built assets, here:
https://github.com/HumbleSoftware/Flotr2/archive/master.zip

Does that work for you?

Once you've got it you should be able to navigate to examples/standalone.html.

yes, thank you very much!