Skip to content

Instantly share code, notes, and snippets.

@arieljake
arieljake / .block
Last active April 20, 2016 16:22
Grouped Bar Chart
license: gpl-3.0
// V1
var actions = {};
function doWork(params)
{
var actionName = params.actionName;
var resultHandler = function(result)
{
/* This generates a manifest file for use with the cordova-app-loader tool:
* https://github.com/markmarijnissen/cordova-app-loader
*/
/*
* You can add settings to your grunt initConfig
//jsonmanifest settings
jsonmanifest: {
generate: {