Created
February 16, 2013 20:31
-
-
Save gramirezcarrero/4968620 to your computer and use it in GitHub Desktop.
Revisions
-
gramirezcarrero created this gist
Feb 16, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <head> <link type="text/css" src="http://canvasxpress.org/js/EXT/resources/css/ext-all.css"></script> <link type="text/css" src="http://canvasxpress.org/css/color-field.css"></script> <!--[if IE]><script type="text/javascript" src="./js/excanvas.js"></script><![endif]--> <!--[if IE]><script type="text/javascript" src="./js/extext.js"></script><![endif]--> <script type="text/javascript" src="http://canvasxpress.org/js/EXT/adapter/ext/ext-base.js"></script> <script type="text/javascript" src="http://canvasxpress.org/js/EXT/ext-all-debug.js"></script> <script type="text/javascript" src="http://canvasxpress.org/js/canvasXpress.min.js"></script> <script type="text/javascript" src="http://canvasxpress.org/js/color-field.js"></script> <script type="text/javascript" src="http://canvasxpress.org/js/ext-canvasXpress.js"></script> </head> <canvas id="canvas1" width="613" height="500"></canvas> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ new CanvasXpress("canvas1", { "y": { "vars": [ "Windows", "Mac Os", "Unix ", ], "smps": [ "Sitemas operativos" ], "data": [ [ 8 ], [ 1.3 ], [ 0.7 ] ] } }, { "graphType": "Pie", "useFlashIE": true, "pieSegmentPrecision": 1, "pieSegmentSeparation": 2, "pieSegmentLabels": "outside", "pieType": "solid" })