##TGM Chart template
Minimal template to automate some steps for making iframe charts for TGM stories. Offers coffeescript, less and livereload for rapid chart-making.
npm install
bower install <package>
for the packages you want to use, egbower install jquery highcharts
- Add links to library scripts in
index.html
inside the library block grunt server
to view what is happeninggrunt build
to compile/minify/concatenate/etc
###TODO:
- Automate deployment to CDN
- Design template for standalone viz (for cases when people might want to link to the viz or chart directly). Might include:
- branding
- link back to original story
- social media stupidity
- Templates/API for particular chart/viz types?