switched to bar chart per @toddparker

This commit is contained in:
John Bender 2011-11-10 11:42:28 -08:00
parent eedb9ce8ac
commit 458ba65681

View file

@ -65,7 +65,7 @@
$("#tables").append($table);
});
$("#tables table").visualize({ type: "line", width: 400, height: 400 }).appendTo("#graphs");
$("#tables table").visualize({ type: "bar", width: 400, height: 400 }).appendTo("#graphs");
});
});
})(jQuery);