Commit 8525ea75 authored by David Schnur's avatar David Schnur

Added an extra test case to the pie example.

parent 6aa3696e
......@@ -28,6 +28,10 @@ $(function () {
{ label: "Series5", data: [[1,80]]},
{ label: "Series6", data: [[1,0]]}
];
var data = [
{ label: "Series A", data: 0.2063},
{ label: "Series B", data: 38888}
];
*/
// Randomly Generated Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment