mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 20:04:43 +00:00
switched to bar chart per @toddparker
This commit is contained in:
parent
eedb9ce8ac
commit
458ba65681
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue