reportbuilder 1.2.5 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/Manifest.txt +377 -0
- data/data/flot/API.txt +1024 -0
- data/data/flot/FAQ.txt +71 -0
- data/data/flot/LICENSE.txt +22 -0
- data/data/flot/Makefile +15 -0
- data/data/flot/NEWS.txt +340 -0
- data/data/flot/PLUGINS.txt +105 -0
- data/data/flot/README.txt +81 -0
- data/data/flot/examples/ajax.html +143 -0
- data/data/flot/examples/annotating.html +75 -0
- data/data/flot/examples/arrow-down.gif +0 -0
- data/data/flot/examples/arrow-left.gif +0 -0
- data/data/flot/examples/arrow-right.gif +0 -0
- data/data/flot/examples/arrow-up.gif +0 -0
- data/data/flot/examples/basic.html +38 -0
- data/data/flot/examples/data-eu-gdp-growth-1.json +4 -0
- data/data/flot/examples/data-eu-gdp-growth-2.json +4 -0
- data/data/flot/examples/data-eu-gdp-growth-3.json +4 -0
- data/data/flot/examples/data-eu-gdp-growth-4.json +4 -0
- data/data/flot/examples/data-eu-gdp-growth-5.json +4 -0
- data/data/flot/examples/data-eu-gdp-growth.json +4 -0
- data/data/flot/examples/data-japan-gdp-growth.json +4 -0
- data/data/flot/examples/data-usa-gdp-growth.json +4 -0
- data/data/flot/examples/dual-axis.html +39 -0
- data/data/flot/examples/graph-types.html +75 -0
- data/data/flot/examples/hs-2004-27-a-large_web.jpg +0 -0
- data/data/flot/examples/image.html +45 -0
- data/data/flot/examples/index.html +43 -0
- data/data/flot/examples/interacting.html +93 -0
- data/data/flot/examples/layout.css +6 -0
- data/data/flot/examples/navigate.html +118 -0
- data/data/flot/examples/selection.html +114 -0
- data/data/flot/examples/setting-options.html +65 -0
- data/data/flot/examples/stacking.html +77 -0
- data/data/flot/examples/thresholding.html +54 -0
- data/data/flot/examples/time.html +71 -0
- data/data/flot/examples/tracking.html +95 -0
- data/data/flot/examples/turning-series.html +98 -0
- data/data/flot/examples/visitors.html +90 -0
- data/data/flot/examples/zooming.html +98 -0
- data/data/flot/excanvas.js +1427 -0
- data/data/flot/excanvas.min.js +1 -0
- data/data/flot/jquery.colorhelpers.js +174 -0
- data/data/flot/jquery.colorhelpers.min.js +1 -0
- data/data/flot/jquery.flot.crosshair.js +156 -0
- data/data/flot/jquery.flot.crosshair.min.js +1 -0
- data/data/flot/jquery.flot.image.js +237 -0
- data/data/flot/jquery.flot.image.min.js +1 -0
- data/data/flot/jquery.flot.js +2119 -0
- data/data/flot/jquery.flot.min.js +1 -0
- data/data/flot/jquery.flot.navigate.js +272 -0
- data/data/flot/jquery.flot.navigate.min.js +1 -0
- data/data/flot/jquery.flot.selection.js +299 -0
- data/data/flot/jquery.flot.selection.min.js +1 -0
- data/data/flot/jquery.flot.stack.js +152 -0
- data/data/flot/jquery.flot.stack.min.js +1 -0
- data/data/flot/jquery.flot.threshold.js +103 -0
- data/data/flot/jquery.flot.threshold.min.js +1 -0
- data/data/flot/jquery.js +4376 -0
- data/data/flot/jquery.min.js +19 -0
- data/data/jqplot/MIT-LICENSE.txt +21 -0
- data/data/jqplot/README.txt +73 -0
- data/data/jqplot/changes.txt +261 -0
- data/data/jqplot/copyright.txt +33 -0
- data/data/jqplot/docs/files/MIT-LICENSE-txt.html +39 -0
- data/data/jqplot/docs/files/changes-txt.html +39 -0
- data/data/jqplot/docs/files/gpl-2-0-txt.html +39 -0
- data/data/jqplot/docs/files/images/background.jpg +0 -0
- data/data/jqplot/docs/files/images/basicline.png +0 -0
- data/data/jqplot/docs/files/images/basiclogaxis.png +0 -0
- data/data/jqplot/docs/files/images/basiclogoptions.png +0 -0
- data/data/jqplot/docs/files/images/basicoptions.png +0 -0
- data/data/jqplot/docs/files/images/dualaxis.png +0 -0
- data/data/jqplot/docs/files/images/logo.jpg +0 -0
- data/data/jqplot/docs/files/images/navdocs.png +0 -0
- data/data/jqplot/docs/files/images/navdocsover.png +0 -0
- data/data/jqplot/docs/files/images/navdownload.png +0 -0
- data/data/jqplot/docs/files/images/navdownloadover.png +0 -0
- data/data/jqplot/docs/files/images/navexamples.png +0 -0
- data/data/jqplot/docs/files/images/navexamplesover.png +0 -0
- data/data/jqplot/docs/files/images/navhome.png +0 -0
- data/data/jqplot/docs/files/images/navhomeover.png +0 -0
- data/data/jqplot/docs/files/images/new.png +0 -0
- data/data/jqplot/docs/files/images/sample3.png +0 -0
- data/data/jqplot/docs/files/images/samplesm.png +0 -0
- data/data/jqplot/docs/files/jqPlotCssStyling-txt.html +39 -0
- data/data/jqplot/docs/files/jqPlotOptions-txt.html +292 -0
- data/data/jqplot/docs/files/jqplot-axisLabelRenderer-js.html +47 -0
- data/data/jqplot/docs/files/jqplot-axisTickRenderer-js.html +69 -0
- data/data/jqplot/docs/files/jqplot-canvasGridRenderer-js.html +39 -0
- data/data/jqplot/docs/files/jqplot-core-js.html +353 -0
- data/data/jqplot/docs/files/jqplot-divTitleRenderer-js.html +39 -0
- data/data/jqplot/docs/files/jqplot-lineRenderer-js.html +53 -0
- data/data/jqplot/docs/files/jqplot-linearAxisRenderer-js.html +39 -0
- data/data/jqplot/docs/files/jqplot-markerRenderer-js.html +65 -0
- data/data/jqplot/docs/files/jqplot-shadowRenderer-js.html +61 -0
- data/data/jqplot/docs/files/jqplot-shapeRenderer-js.html +63 -0
- data/data/jqplot/docs/files/jqplot-themeEngine-js.html +190 -0
- data/data/jqplot/docs/files/optionsTutorial-txt.html +119 -0
- data/data/jqplot/docs/files/plugins/jqplot-BezierCurveRenderer-js.html +45 -0
- data/data/jqplot/docs/files/plugins/jqplot-barRenderer-js.html +67 -0
- data/data/jqplot/docs/files/plugins/jqplot-blockRenderer-js.html +53 -0
- data/data/jqplot/docs/files/plugins/jqplot-bubbleRenderer-js.html +71 -0
- data/data/jqplot/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html +63 -0
- data/data/jqplot/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html +79 -0
- data/data/jqplot/docs/files/plugins/jqplot-categoryAxisRenderer-js.html +46 -0
- data/data/jqplot/docs/files/plugins/jqplot-cursor-js.html +91 -0
- data/data/jqplot/docs/files/plugins/jqplot-dateAxisRenderer-js.html +93 -0
- data/data/jqplot/docs/files/plugins/jqplot-donutRenderer-js.html +98 -0
- data/data/jqplot/docs/files/plugins/jqplot-dragable-js.html +45 -0
- data/data/jqplot/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html +49 -0
- data/data/jqplot/docs/files/plugins/jqplot-funnelRenderer-js.html +87 -0
- data/data/jqplot/docs/files/plugins/jqplot-highlighter-js.html +80 -0
- data/data/jqplot/docs/files/plugins/jqplot-logAxisRenderer-js.html +45 -0
- data/data/jqplot/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html +49 -0
- data/data/jqplot/docs/files/plugins/jqplot-mekkoRenderer-js.html +62 -0
- data/data/jqplot/docs/files/plugins/jqplot-meterGaugeRenderer-js.html +103 -0
- data/data/jqplot/docs/files/plugins/jqplot-ohlcRenderer-js.html +65 -0
- data/data/jqplot/docs/files/plugins/jqplot-pieRenderer-js.html +93 -0
- data/data/jqplot/docs/files/plugins/jqplot-pointLabels-js.html +72 -0
- data/data/jqplot/docs/files/plugins/jqplot-trendline-js.html +67 -0
- data/data/jqplot/docs/files/usage-txt.html +58 -0
- data/data/jqplot/docs/index.html +1 -0
- data/data/jqplot/docs/index/Classes.html +58 -0
- data/data/jqplot/docs/index/Files.html +34 -0
- data/data/jqplot/docs/index/Functions.html +66 -0
- data/data/jqplot/docs/index/General.html +46 -0
- data/data/jqplot/docs/index/General2.html +46 -0
- data/data/jqplot/docs/index/General3.html +46 -0
- data/data/jqplot/docs/index/General4.html +50 -0
- data/data/jqplot/docs/index/General5.html +34 -0
- data/data/jqplot/docs/index/General6.html +58 -0
- data/data/jqplot/docs/index/Hooks.html +46 -0
- data/data/jqplot/docs/index/Properties.html +50 -0
- data/data/jqplot/docs/index/Properties2.html +50 -0
- data/data/jqplot/docs/index/Properties3.html +50 -0
- data/data/jqplot/docs/index/Properties4.html +34 -0
- data/data/jqplot/docs/index/Properties5.html +58 -0
- data/data/jqplot/docs/javascript/main.js +836 -0
- data/data/jqplot/docs/javascript/searchdata.js +182 -0
- data/data/jqplot/docs/search/ClassesA.html +20 -0
- data/data/jqplot/docs/search/ClassesG.html +20 -0
- data/data/jqplot/docs/search/ClassesJ.html +20 -0
- data/data/jqplot/docs/search/ClassesL.html +20 -0
- data/data/jqplot/docs/search/ClassesS.html +20 -0
- data/data/jqplot/docs/search/ClassesSymbols.html +20 -0
- data/data/jqplot/docs/search/ClassesT.html +20 -0
- data/data/jqplot/docs/search/FilesJ.html +20 -0
- data/data/jqplot/docs/search/FunctionsC.html +20 -0
- data/data/jqplot/docs/search/FunctionsD.html +20 -0
- data/data/jqplot/docs/search/FunctionsG.html +20 -0
- data/data/jqplot/docs/search/FunctionsI.html +20 -0
- data/data/jqplot/docs/search/FunctionsM.html +20 -0
- data/data/jqplot/docs/search/FunctionsN.html +20 -0
- data/data/jqplot/docs/search/FunctionsR.html +20 -0
- data/data/jqplot/docs/search/FunctionsS.html +20 -0
- data/data/jqplot/docs/search/FunctionsZ.html +20 -0
- data/data/jqplot/docs/search/GeneralA.html +20 -0
- data/data/jqplot/docs/search/GeneralB.html +20 -0
- data/data/jqplot/docs/search/GeneralC.html +20 -0
- data/data/jqplot/docs/search/GeneralD.html +20 -0
- data/data/jqplot/docs/search/GeneralE.html +20 -0
- data/data/jqplot/docs/search/GeneralF.html +20 -0
- data/data/jqplot/docs/search/GeneralG.html +20 -0
- data/data/jqplot/docs/search/GeneralH.html +20 -0
- data/data/jqplot/docs/search/GeneralI.html +20 -0
- data/data/jqplot/docs/search/GeneralJ.html +20 -0
- data/data/jqplot/docs/search/GeneralL.html +20 -0
- data/data/jqplot/docs/search/GeneralM.html +20 -0
- data/data/jqplot/docs/search/GeneralN.html +20 -0
- data/data/jqplot/docs/search/GeneralO.html +20 -0
- data/data/jqplot/docs/search/GeneralP.html +20 -0
- data/data/jqplot/docs/search/GeneralR.html +20 -0
- data/data/jqplot/docs/search/GeneralS.html +20 -0
- data/data/jqplot/docs/search/GeneralSymbols.html +20 -0
- data/data/jqplot/docs/search/GeneralT.html +20 -0
- data/data/jqplot/docs/search/GeneralU.html +20 -0
- data/data/jqplot/docs/search/GeneralV.html +20 -0
- data/data/jqplot/docs/search/GeneralW.html +20 -0
- data/data/jqplot/docs/search/GeneralX.html +20 -0
- data/data/jqplot/docs/search/GeneralY.html +20 -0
- data/data/jqplot/docs/search/GeneralZ.html +20 -0
- data/data/jqplot/docs/search/HooksA.html +20 -0
- data/data/jqplot/docs/search/HooksE.html +20 -0
- data/data/jqplot/docs/search/HooksJ.html +20 -0
- data/data/jqplot/docs/search/HooksP.html +20 -0
- data/data/jqplot/docs/search/NoResults.html +15 -0
- data/data/jqplot/docs/search/PropertiesA.html +20 -0
- data/data/jqplot/docs/search/PropertiesB.html +20 -0
- data/data/jqplot/docs/search/PropertiesC.html +20 -0
- data/data/jqplot/docs/search/PropertiesD.html +20 -0
- data/data/jqplot/docs/search/PropertiesE.html +20 -0
- data/data/jqplot/docs/search/PropertiesF.html +20 -0
- data/data/jqplot/docs/search/PropertiesG.html +20 -0
- data/data/jqplot/docs/search/PropertiesH.html +20 -0
- data/data/jqplot/docs/search/PropertiesI.html +20 -0
- data/data/jqplot/docs/search/PropertiesL.html +20 -0
- data/data/jqplot/docs/search/PropertiesM.html +20 -0
- data/data/jqplot/docs/search/PropertiesN.html +20 -0
- data/data/jqplot/docs/search/PropertiesO.html +20 -0
- data/data/jqplot/docs/search/PropertiesP.html +20 -0
- data/data/jqplot/docs/search/PropertiesR.html +20 -0
- data/data/jqplot/docs/search/PropertiesS.html +20 -0
- data/data/jqplot/docs/search/PropertiesT.html +20 -0
- data/data/jqplot/docs/search/PropertiesU.html +20 -0
- data/data/jqplot/docs/search/PropertiesV.html +20 -0
- data/data/jqplot/docs/search/PropertiesW.html +20 -0
- data/data/jqplot/docs/search/PropertiesX.html +20 -0
- data/data/jqplot/docs/search/PropertiesY.html +20 -0
- data/data/jqplot/docs/search/PropertiesZ.html +20 -0
- data/data/jqplot/docs/styles/1.css +767 -0
- data/data/jqplot/docs/styles/2.css +174 -0
- data/data/jqplot/docs/styles/main.css +2 -0
- data/data/jqplot/examples/.htaccess +1 -0
- data/data/jqplot/examples/OHLC.html +333 -0
- data/data/jqplot/examples/OHLC2.html +193 -0
- data/data/jqplot/examples/area.html +107 -0
- data/data/jqplot/examples/axisLabel.html +117 -0
- data/data/jqplot/examples/axisLabelsRotatedText.html +131 -0
- data/data/jqplot/examples/axisLabelsRotatedText2.html +155 -0
- data/data/jqplot/examples/barLinePieStack.html +198 -0
- data/data/jqplot/examples/barMissingValues.html +64 -0
- data/data/jqplot/examples/barTest.html +283 -0
- data/data/jqplot/examples/barTest2.html +74 -0
- data/data/jqplot/examples/bezierCurve.html +96 -0
- data/data/jqplot/examples/blockPlot.html +149 -0
- data/data/jqplot/examples/bubbleChart2.html +253 -0
- data/data/jqplot/examples/bubblechart.html +69 -0
- data/data/jqplot/examples/catchError.html +53 -0
- data/data/jqplot/examples/categoryHorizontalBar.html +81 -0
- data/data/jqplot/examples/categoryVsLinearAxes.html +74 -0
- data/data/jqplot/examples/chartInTable.html +33 -0
- data/data/jqplot/examples/customHighlighterCursorTrendline.html +72 -0
- data/data/jqplot/examples/customPieTests.html +73 -0
- data/data/jqplot/examples/dataLabels.html +192 -0
- data/data/jqplot/examples/dataTracking.html +91 -0
- data/data/jqplot/examples/donutTest.html +89 -0
- data/data/jqplot/examples/donutTest.js +96 -0
- data/data/jqplot/examples/examples.css +19 -0
- data/data/jqplot/examples/fillToZero.html +126 -0
- data/data/jqplot/examples/filledLine.html +78 -0
- data/data/jqplot/examples/filledLineCategoryAxis.html +80 -0
- data/data/jqplot/examples/funnelTest.html +82 -0
- data/data/jqplot/examples/funnelTest.js +74 -0
- data/data/jqplot/examples/gridCustomization.html +56 -0
- data/data/jqplot/examples/hiddenPlot.html +216 -0
- data/data/jqplot/examples/highlighter.html +95 -0
- data/data/jqplot/examples/highlighter2.html +63 -0
- data/data/jqplot/examples/horizontalLine.html +51 -0
- data/data/jqplot/examples/intticks.html +178 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/data/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.8.1.custom.css +486 -0
- data/data/jqplot/examples/jquery-ui/js/jquery-1.4.2.min.js +154 -0
- data/data/jqplot/examples/jquery-ui/js/jquery-ui-1.8.1.custom.min.js +756 -0
- data/data/jqplot/examples/legendLabels.html +205 -0
- data/data/jqplot/examples/legendLabels2.html +228 -0
- data/data/jqplot/examples/liz.zip +0 -0
- data/data/jqplot/examples/markerStyles.html +44 -0
- data/data/jqplot/examples/mekkoChart.html +217 -0
- data/data/jqplot/examples/meterGauge.html +132 -0
- data/data/jqplot/examples/meterGauge2.html +158 -0
- data/data/jqplot/examples/minMaxLines.html +61 -0
- data/data/jqplot/examples/missingValues.html +119 -0
- data/data/jqplot/examples/multiAxesRotatedText.html +70 -0
- data/data/jqplot/examples/multipleBarColors.html +149 -0
- data/data/jqplot/examples/multipleLines.html +47 -0
- data/data/jqplot/examples/multipleYAxes.html +85 -0
- data/data/jqplot/examples/nav.inc +35 -0
- data/data/jqplot/examples/pieTest.html +77 -0
- data/data/jqplot/examples/pieTest2.html +87 -0
- data/data/jqplot/examples/pieTest2.js +80 -0
- data/data/jqplot/examples/pieTest3.html +100 -0
- data/data/jqplot/examples/pointLabels.html +94 -0
- data/data/jqplot/examples/pointLabels2.html +47 -0
- data/data/jqplot/examples/prefix.html +90 -0
- data/data/jqplot/examples/resizablePlot.html +150 -0
- data/data/jqplot/examples/rotatedTickLabels.html +61 -0
- data/data/jqplot/examples/rotatedTickLabelsZoom.html +68 -0
- data/data/jqplot/examples/seriesCanvasReorder.html +93 -0
- data/data/jqplot/examples/seriesUpdate.html +123 -0
- data/data/jqplot/examples/shadowTests.html +133 -0
- data/data/jqplot/examples/singlePoint.html +70 -0
- data/data/jqplot/examples/sparkLine.html +48 -0
- data/data/jqplot/examples/stackedBar2.html +104 -0
- data/data/jqplot/examples/stackedBar3.html +76 -0
- data/data/jqplot/examples/stackedBarCategoryVsLinearAxes.html +121 -0
- data/data/jqplot/examples/stackedCategoryAxis.html +89 -0
- data/data/jqplot/examples/stackedFilledLine.html +77 -0
- data/data/jqplot/examples/stackedLine.html +56 -0
- data/data/jqplot/examples/test2.html +64 -0
- data/data/jqplot/examples/theming.html +483 -0
- data/data/jqplot/examples/trendlineDragableCustomization.html +79 -0
- data/data/jqplot/examples/verticalLine.html +52 -0
- data/data/jqplot/examples/waterfall.html +135 -0
- data/data/jqplot/examples/zoom1.html +125 -0
- data/data/jqplot/examples/zoom2.html +73 -0
- data/data/jqplot/examples/zoom3.html +69 -0
- data/data/jqplot/examples/zoomOptions.html +101 -0
- data/data/jqplot/examples/zoomProxy.html +108 -0
- data/data/jqplot/excanvas.js +1416 -0
- data/data/jqplot/excanvas.min.js +35 -0
- data/data/jqplot/gpl-2.0.txt +280 -0
- data/data/jqplot/jqPlotCssStyling.txt +53 -0
- data/data/jqplot/jqPlotOptions.txt +276 -0
- data/data/jqplot/jquery-1.4.1.min.js +152 -0
- data/data/jqplot/jquery-1.4.2.min.js +154 -0
- data/data/jqplot/jquery.jqplot.css +212 -0
- data/data/jqplot/jquery.jqplot.js +7004 -0
- data/data/jqplot/jquery.jqplot.min.css +1 -0
- data/data/jqplot/jquery.jqplot.min.js +34 -0
- data/data/jqplot/optionsTutorial.txt +239 -0
- data/data/jqplot/plugins/jqplot.BezierCurveRenderer.js +300 -0
- data/data/jqplot/plugins/jqplot.BezierCurveRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.barRenderer.js +629 -0
- data/data/jqplot/plugins/jqplot.barRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.blockRenderer.js +221 -0
- data/data/jqplot/plugins/jqplot.blockRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.bubbleRenderer.js +724 -0
- data/data/jqplot/plugins/jqplot.bubbleRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js +187 -0
- data/data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.canvasAxisTickRenderer.js +226 -0
- data/data/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.canvasTextRenderer.js +408 -0
- data/data/jqplot/plugins/jqplot.canvasTextRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.categoryAxisRenderer.js +630 -0
- data/data/jqplot/plugins/jqplot.categoryAxisRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.cursor.js +952 -0
- data/data/jqplot/plugins/jqplot.cursor.min.js +34 -0
- data/data/jqplot/plugins/jqplot.dateAxisRenderer.js +313 -0
- data/data/jqplot/plugins/jqplot.dateAxisRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.donutRenderer.js +876 -0
- data/data/jqplot/plugins/jqplot.donutRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.dragable.js +206 -0
- data/data/jqplot/plugins/jqplot.dragable.min.js +34 -0
- data/data/jqplot/plugins/jqplot.enhancedLegendRenderer.js +186 -0
- data/data/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.funnelRenderer.js +918 -0
- data/data/jqplot/plugins/jqplot.funnelRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.highlighter.js +374 -0
- data/data/jqplot/plugins/jqplot.highlighter.min.js +34 -0
- data/data/jqplot/plugins/jqplot.logAxisRenderer.js +434 -0
- data/data/jqplot/plugins/jqplot.logAxisRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.mekkoAxisRenderer.js +595 -0
- data/data/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.mekkoRenderer.js +419 -0
- data/data/jqplot/plugins/jqplot.mekkoRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.meterGaugeRenderer.js +1112 -0
- data/data/jqplot/plugins/jqplot.meterGaugeRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.ohlcRenderer.js +343 -0
- data/data/jqplot/plugins/jqplot.ohlcRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.pieRenderer.js +749 -0
- data/data/jqplot/plugins/jqplot.pieRenderer.min.js +34 -0
- data/data/jqplot/plugins/jqplot.pointLabels.js +325 -0
- data/data/jqplot/plugins/jqplot.pointLabels.min.js +34 -0
- data/data/jqplot/plugins/jqplot.trendline.js +208 -0
- data/data/jqplot/plugins/jqplot.trendline.min.js +34 -0
- data/data/jqplot/usage.txt +119 -0
- data/examples/graph.rb +17 -0
- data/lib/reportbuilder.rb +21 -2
- data/lib/reportbuilder/builder.rb +31 -3
- data/lib/reportbuilder/builder/html.rb +39 -5
- data/lib/reportbuilder/graph.rb +252 -0
- data/lib/reportbuilder/graph/html_flot.rb +149 -0
- data/lib/reportbuilder/graph/html_jqplot.rb +145 -0
- data/lib/reportbuilder/image.rb +178 -78
- data/lib/reportbuilder/table/rtfbuilder.rb +2 -2
- data/test/helper_test.rb +6 -7
- data/test/test_graph.rb +44 -0
- data/test/test_graph_html_flot.rb +36 -0
- data/test/test_graph_html_jqplot.rb +36 -0
- data/test/test_html.rb +4 -7
- data/test/test_image.rb +35 -7
- data/test/test_reportbuilder.rb +4 -6
- data/test/test_table.rb +0 -2
- metadata +402 -7
- metadata.gz.sig +4 -2
@@ -0,0 +1,217 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
3
|
+
|
4
|
+
<html lang="en">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
7
|
+
<title>Simple Test</title>
|
8
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
9
|
+
|
10
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
11
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
12
|
+
|
13
|
+
<!-- BEGIN: load jquery -->
|
14
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
15
|
+
<!-- END: load jquery -->
|
16
|
+
|
17
|
+
<!-- BEGIN: load jqplot -->
|
18
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.mekkoRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.mekkoAxisRenderer.js"></script>
|
21
|
+
<!-- END: load jqplot -->
|
22
|
+
<style type="text/css" media="screen">
|
23
|
+
body {
|
24
|
+
margin: 15px;
|
25
|
+
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
26
|
+
}
|
27
|
+
|
28
|
+
p {
|
29
|
+
margin-top: 20px;
|
30
|
+
margin-bottom: 20px;
|
31
|
+
}
|
32
|
+
|
33
|
+
.jqplot-target {
|
34
|
+
margin: 60px;
|
35
|
+
}
|
36
|
+
|
37
|
+
pre {
|
38
|
+
padding: 10px;
|
39
|
+
background-color: #efead9;
|
40
|
+
margin: 10px;
|
41
|
+
}
|
42
|
+
.jqplot-axis {
|
43
|
+
font-size: 0.8em;
|
44
|
+
}
|
45
|
+
|
46
|
+
.jqplot-mekko-barLabel {
|
47
|
+
font-size: 1em;
|
48
|
+
}
|
49
|
+
|
50
|
+
#chart2 .jqplot-axis {
|
51
|
+
font-size: 0.7em;
|
52
|
+
}
|
53
|
+
|
54
|
+
#chart3 .jqplot-title {
|
55
|
+
padding-bottom: 40px;
|
56
|
+
}
|
57
|
+
</style>
|
58
|
+
<script type="text/javascript" language="javascript">
|
59
|
+
|
60
|
+
$(document).ready(function(){
|
61
|
+
$.jqplot.config.enablePlugins = true;
|
62
|
+
|
63
|
+
bar1 = [['shirts', 8],['hats', 14],['shoes', 6],['gloves', 16],['dolls', 12]];
|
64
|
+
bar2 = [15,6,9,13,6];
|
65
|
+
bar3 = [['grumpy',4],['sneezy',2],['happy',7],['sleepy',9],['doc',7]];
|
66
|
+
barLabels = ['Mickey Mouse', 'Donald Duck', 'Goofy'];
|
67
|
+
|
68
|
+
plot1 = $.jqplot('chart1', [bar1, bar2, bar3], {
|
69
|
+
title: 'Revenue Breakdown per Character',
|
70
|
+
seriesDefaults:{renderer:$.jqplot.MekkoRenderer},
|
71
|
+
legend:{show:true},
|
72
|
+
axesDefaults:{
|
73
|
+
renderer:$.jqplot.MekkoAxisRenderer
|
74
|
+
},
|
75
|
+
axes:{
|
76
|
+
xaxis:{
|
77
|
+
barLabels:barLabels,
|
78
|
+
tickOptions:{formatString:'$%dM'}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
});
|
82
|
+
|
83
|
+
plot2 = $.jqplot('chart2', [bar1, bar2, bar3], {
|
84
|
+
title: 'Revenue Breakdown per Character',
|
85
|
+
seriesDefaults:{renderer:$.jqplot.MekkoRenderer, rendererOptions: {borderColor: '#dddddd'}},
|
86
|
+
legend:{
|
87
|
+
show:true,
|
88
|
+
rendererOptions:{placement: "insideGrid"},
|
89
|
+
location:'e'
|
90
|
+
},
|
91
|
+
axesDefaults:{
|
92
|
+
renderer:$.jqplot.MekkoAxisRenderer,
|
93
|
+
tickOptions:{}
|
94
|
+
},
|
95
|
+
axes:{
|
96
|
+
xaxis:{
|
97
|
+
barLabels:barLabels,
|
98
|
+
max: 175,
|
99
|
+
tickOptions:{formatString:'$%dM'}
|
100
|
+
},
|
101
|
+
x2axis:{
|
102
|
+
show:true,
|
103
|
+
tickMode:'even',
|
104
|
+
max: 175,
|
105
|
+
tickOptions:{formatString:'$%dM'}
|
106
|
+
}
|
107
|
+
}
|
108
|
+
});
|
109
|
+
|
110
|
+
var legendLabels = ['hotels', 'rides', 'buses', 'instruments', 'totes'];
|
111
|
+
|
112
|
+
plot3 = $.jqplot('chart3', [bar1, bar2, bar3], {
|
113
|
+
title: 'Revenue Breakdown per Character',
|
114
|
+
seriesDefaults:{renderer:$.jqplot.MekkoRenderer, rendererOptions: {showBorders: false}},
|
115
|
+
legend:{
|
116
|
+
show:true,
|
117
|
+
location: 'n',
|
118
|
+
labels: legendLabels,
|
119
|
+
rendererOptions:{numberRows: 1, placement: "outside"}
|
120
|
+
},
|
121
|
+
axesDefaults:{
|
122
|
+
renderer:$.jqplot.MekkoAxisRenderer,
|
123
|
+
tickOptions:{showGridline:false}
|
124
|
+
},
|
125
|
+
axes:{
|
126
|
+
xaxis:{
|
127
|
+
tickMode:"bar",
|
128
|
+
tickOptions:{formatString:'$%dM'}
|
129
|
+
}
|
130
|
+
}
|
131
|
+
});
|
132
|
+
|
133
|
+
});
|
134
|
+
</script>
|
135
|
+
</head>
|
136
|
+
<body>
|
137
|
+
<?php include "nav.inc"; ?>
|
138
|
+
|
139
|
+
<p>Mekko charts make a number of customizations to the series, axes and legend. You can create a Mekko chart by including the renderers:</p>
|
140
|
+
<pre>
|
141
|
+
<script language="javascript" type="text/javascript" src="../src/plugins/jqplot.mekkoRenderer.js"></script>
|
142
|
+
<script language="javascript" type="text/javascript" src="../src/plugins/jqplot.mekkoAxisRenderer.js"></script>
|
143
|
+
</pre>
|
144
|
+
|
145
|
+
<p>Data is specified per bar in the chart. You can specify data as an array of y values, or as an array of [label, value] pairs. Note that labels are used only on the first series. Labels on subsequent series are ignored:</p>
|
146
|
+
<pre>
|
147
|
+
bar1 = [['shirts', 8],['hats', 14],['shoes', 6],['gloves', 16],['dolls', 12]];
|
148
|
+
bar2 = [15,6,9,13,6];
|
149
|
+
bar3 = [['grumpy',4],['sneezy',2],['happy',7],['sleepy',9],['doc',7]];
|
150
|
+
</pre>
|
151
|
+
|
152
|
+
<p>If you want to place labels for each bar under the axis, you use the barLabels option on the axes. The bar labels can be styled with the ".jqplot-mekko-barLabel" css class.</p>
|
153
|
+
<pre>
|
154
|
+
barLabels = ['Mickey Mouse', 'Donald Duck', 'Goofy'];
|
155
|
+
axes:{xaxis:{barLabels:barLabels}}
|
156
|
+
</pre>
|
157
|
+
|
158
|
+
<div id="chart1" style="width:500px; height:300px;"></div>
|
159
|
+
|
160
|
+
<p>You can add a secondary x axes, and the tick spacing of the axes can be separately controlled with the "tickMode" option. "bar" will produce tics at bar boundaries, "even" will produce evenly spaced ticks. If you set the axes max greater than the sum of the data range (the maximum x value), the plot will be padded. Note that you should set the max on both axes to the same value.</p>
|
161
|
+
|
162
|
+
<pre>
|
163
|
+
axes:{
|
164
|
+
xaxis:{
|
165
|
+
barLabels:barLabels,
|
166
|
+
max: 175
|
167
|
+
},
|
168
|
+
x2axis:{
|
169
|
+
show:true,
|
170
|
+
tickMode:'even',
|
171
|
+
max: 175
|
172
|
+
}
|
173
|
+
}
|
174
|
+
</pre>
|
175
|
+
|
176
|
+
<p>Here the borders between chart areas have been given a custom color using the "borderColor" option on the series renderer.</p>
|
177
|
+
|
178
|
+
<pre>
|
179
|
+
seriesDefaults:{renderer:$.jqplot.MekkoRenderer, rendererOptions: {borderColor: '#dddddd'}}
|
180
|
+
</pre>
|
181
|
+
|
182
|
+
<p>Additionally, the legend can be placed "outside" (the default for a mekko chart) or "inside" of the grid area with the "placement" option on the legend renderer.</p>
|
183
|
+
|
184
|
+
<pre>
|
185
|
+
legend:{
|
186
|
+
show:true,
|
187
|
+
rendererOptions:{placement: "insideGrid"},
|
188
|
+
location:'e'
|
189
|
+
},
|
190
|
+
</pre>
|
191
|
+
|
192
|
+
<div id="chart2" style="width:500px; height:300px;"></div>
|
193
|
+
|
194
|
+
<p>Legend labels can be specified independently of the series with the "labels" option on the legend. These will override any labels specified with the series. There are also options to control the number of rows and number of columns in the legend as well as placement.</p>
|
195
|
+
|
196
|
+
<p>Here the legend is positioned to the "north" and set to render 1 row tall (number of columns determined automatically). Note that an extra css specification was added to pad the bottom of the title of this chart to give room for the legend above the plot.</p>
|
197
|
+
|
198
|
+
<pre>
|
199
|
+
legendLabels = ['hotels', 'rides', 'buses', 'instruments', 'totes'];
|
200
|
+
|
201
|
+
legend:{
|
202
|
+
show:true,
|
203
|
+
location: 'n',
|
204
|
+
labels: legendLabels,
|
205
|
+
rendererOptions:{numberRows: 1, placement: "outside"}
|
206
|
+
},
|
207
|
+
</pre>
|
208
|
+
|
209
|
+
<p>Also, the borders between the chart areas have been turned off with the "showBorders: false" option.</p>
|
210
|
+
|
211
|
+
<pre>
|
212
|
+
seriesDefaults:{renderer:$.jqplot.MekkoRenderer, rendererOptions: {showBorders: false}}
|
213
|
+
</pre>
|
214
|
+
|
215
|
+
<div id="chart3" style="width:500px; height:300px;"></div>
|
216
|
+
</body>
|
217
|
+
</html>
|
@@ -0,0 +1,132 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6
|
+
<title>Simple Test</title>
|
7
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
8
|
+
|
9
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
11
|
+
|
12
|
+
<!-- BEGIN: load jquery -->
|
13
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
14
|
+
<!-- END: load jquery -->
|
15
|
+
|
16
|
+
<!-- BEGIN: load jqplot -->
|
17
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
18
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.meterGaugeRenderer.js"></script>
|
19
|
+
<!-- END: load jqplot -->
|
20
|
+
|
21
|
+
<style type="text/css">
|
22
|
+
|
23
|
+
.plot {
|
24
|
+
margin-bottom: 30px;
|
25
|
+
margin-left: auto;
|
26
|
+
margin-right: auto;
|
27
|
+
}
|
28
|
+
|
29
|
+
#chart0 .jqplot-meterGauge-label {
|
30
|
+
font-size: 10pt;
|
31
|
+
}
|
32
|
+
|
33
|
+
#chart1 .jqplot-meterGauge-tick {
|
34
|
+
font-size: 6pt;
|
35
|
+
}
|
36
|
+
|
37
|
+
#chart2 .jqplot-meterGauge-tick {
|
38
|
+
font-size: 8pt;
|
39
|
+
}
|
40
|
+
|
41
|
+
#chart3 .jqplot-meterGauge-tick, #chart0 .jqplot-meterGauge-tic {
|
42
|
+
font-size: 10pt;
|
43
|
+
}
|
44
|
+
|
45
|
+
#chart4 .jqplot-meterGauge-tick, #chart4 .jqplot-meterGauge-label {
|
46
|
+
font-size: 12pt;
|
47
|
+
}
|
48
|
+
</style>
|
49
|
+
|
50
|
+
<script type="text/javascript">
|
51
|
+
$(document).ready(function(){
|
52
|
+
$.jqplot.config.enablePlugins = true;
|
53
|
+
|
54
|
+
s1 = [1];
|
55
|
+
|
56
|
+
plot0 = $.jqplot('chart0',[s1],{
|
57
|
+
title: 'Network Speed',
|
58
|
+
// title: {
|
59
|
+
// text: 'Network Speed',
|
60
|
+
// location: 'n'
|
61
|
+
// },
|
62
|
+
seriesDefaults: {
|
63
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
64
|
+
rendererOptions: {
|
65
|
+
label: 'MB/s'
|
66
|
+
}
|
67
|
+
}
|
68
|
+
});
|
69
|
+
|
70
|
+
plot1 = $.jqplot('chart1',[s1],{
|
71
|
+
seriesDefaults: {
|
72
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
73
|
+
rendererOptions: {
|
74
|
+
showTickLabels: false,
|
75
|
+
intervals:[2,3,4],
|
76
|
+
intervalColors:['#66cc66', '#E7E658', '#cc6666']
|
77
|
+
}
|
78
|
+
}
|
79
|
+
});
|
80
|
+
|
81
|
+
s1 = [322];
|
82
|
+
plot3 = $.jqplot('chart3',[s1],{
|
83
|
+
seriesDefaults: {
|
84
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
85
|
+
rendererOptions: {
|
86
|
+
min: 100,
|
87
|
+
max: 500,
|
88
|
+
intervals:[200, 300, 400, 500],
|
89
|
+
intervalColors:['#66cc66', '#93b75f', '#E7E658', '#cc6666']
|
90
|
+
}
|
91
|
+
}
|
92
|
+
});
|
93
|
+
|
94
|
+
s1 = [52200];
|
95
|
+
plot4 = $.jqplot('chart4',[s1],{
|
96
|
+
seriesDefaults: {
|
97
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
98
|
+
rendererOptions: {
|
99
|
+
label: 'Metric Tons per Year',
|
100
|
+
labelPosition: 'bottom',
|
101
|
+
labelHeightAdjust: -5,
|
102
|
+
intervalOuterRadius: 85,
|
103
|
+
ticks: [10000, 30000, 50000, 70000],
|
104
|
+
intervals:[22000, 55000, 70000],
|
105
|
+
intervalColors:['#66cc66', '#E7E658', '#cc6666']
|
106
|
+
}
|
107
|
+
}
|
108
|
+
});
|
109
|
+
|
110
|
+
});
|
111
|
+
</script>
|
112
|
+
</head>
|
113
|
+
<body>
|
114
|
+
<?php include "nav.inc"; ?>
|
115
|
+
|
116
|
+
<p>A meter gauge plot shows a data value in a speedometer style gauge. The "series" in consists of a single data value that positions the needle on the gauge. The span of the gauge will be automatically determined, or can be set with the "min" and "max" values in the "rendererOptions" of the series. The plot below also specifies a chart title and a "label" for the gauge.</p>
|
117
|
+
|
118
|
+
<div id="chart0" class="plot" style="width:250px;height:170px;"></div>
|
119
|
+
|
120
|
+
<p>For small gauges, it can be desirable to turn off the tick labels by setting the "showTickLabels" option in the rendererOptions to false. Also, colored interval bands can be specified. The interval ranges are specified as an array of values the "intervals" option and custom colors for each interval can be specified with the "intervalColors" option.</p>
|
121
|
+
|
122
|
+
<div id="chart1" class="plot" style="width:120px;height:70px;"></div>
|
123
|
+
|
124
|
+
<p>The inner and outer radii of the interval band will automatically adjust when tick Labels are turned on. Also, the gauge minimum and maximum can be specified with the "min" and "max" options in the rendererOptions.</p>
|
125
|
+
|
126
|
+
<div id="chart3" class="plot" style="width:300px;height:180px;"></div>
|
127
|
+
|
128
|
+
<p>The inner and outer radii of the interval band can also be specified with the "intervalInnerRadius" and "intervalOuterRadius" options. In the plot below, the "labelPosition" option was set to "bottom" to put the gauge label below the plot. The "labelHeightAdjust" option was set to -5 to raise the label slightly (5 pixels) to place it closer to the gauge.</p>
|
129
|
+
<p>The gauge automatically resizes to best fit the container. The font size of the tick labels and gauge labels do not size to the container, however. The font size of the tick labels can be controlled by styling the css ".jqplot-meterGauge-ticks" class and the gauge label by the "jqplot-meterGauge-label" class.</p>
|
130
|
+
<div id="chart4" class="plot" style="width:500px;height:300px;"></div>
|
131
|
+
</body>
|
132
|
+
</html>
|
@@ -0,0 +1,158 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6
|
+
<title>Simple Test</title>
|
7
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
8
|
+
|
9
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
10
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
11
|
+
|
12
|
+
<!-- BEGIN: load jquery -->
|
13
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
14
|
+
<!-- END: load jquery -->
|
15
|
+
|
16
|
+
<!-- BEGIN: load jqplot -->
|
17
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
18
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.meterGaugeRenderer.js"></script>
|
19
|
+
<!-- END: load jqplot -->
|
20
|
+
|
21
|
+
<style type="text/css">
|
22
|
+
|
23
|
+
.plot {
|
24
|
+
margin-bottom: 30px;
|
25
|
+
margin-left: auto;
|
26
|
+
margin-right: auto;
|
27
|
+
}
|
28
|
+
|
29
|
+
#chart0 .jqplot-meterGauge-label {
|
30
|
+
font-size: 10pt;
|
31
|
+
}
|
32
|
+
|
33
|
+
#chart1 .jqplot-meterGauge-tick {
|
34
|
+
font-size: 6pt;
|
35
|
+
}
|
36
|
+
|
37
|
+
#chart2 .jqplot-meterGauge-tick {
|
38
|
+
font-size: 8pt;
|
39
|
+
}
|
40
|
+
|
41
|
+
#chart3 .jqplot-meterGauge-tick, #chart0 .jqplot-meterGauge-tic {
|
42
|
+
font-size: 10pt;
|
43
|
+
}
|
44
|
+
|
45
|
+
#chart4 .jqplot-meterGauge-tick, #chart4 .jqplot-meterGauge-label {
|
46
|
+
font-size: 12pt;
|
47
|
+
}
|
48
|
+
|
49
|
+
#chart5 .jqplot-meterGauge-tick, #chart5 .jqplot-meterGauge-label {
|
50
|
+
font-size: 9pt;
|
51
|
+
}
|
52
|
+
</style>
|
53
|
+
|
54
|
+
<!-- <script type="text/javascript">
|
55
|
+
$(document).ready(function(){
|
56
|
+
$.jqplot.config.enablePlugins = true;
|
57
|
+
|
58
|
+
s1 = [1];
|
59
|
+
|
60
|
+
plot0 = $.jqplot('chart0',[s1],{
|
61
|
+
title: 'Network Speed',
|
62
|
+
// title: {
|
63
|
+
// text: 'Network Speed',
|
64
|
+
// location: 'n'
|
65
|
+
// },
|
66
|
+
seriesDefaults: {
|
67
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
68
|
+
rendererOptions: {
|
69
|
+
label: 'MB/s'
|
70
|
+
}
|
71
|
+
}
|
72
|
+
});
|
73
|
+
|
74
|
+
plot1 = $.jqplot('chart1',[s1],{
|
75
|
+
seriesDefaults: {
|
76
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
77
|
+
rendererOptions: {
|
78
|
+
showTickLabels: false,
|
79
|
+
intervals:[2,3,4],
|
80
|
+
intervalColors:['#66cc66', '#E7E658', '#cc6666']
|
81
|
+
}
|
82
|
+
}
|
83
|
+
});
|
84
|
+
|
85
|
+
s1 = [666];
|
86
|
+
plot3 = $.jqplot('chart3',[s1],{
|
87
|
+
seriesDefaults: {
|
88
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
89
|
+
rendererOptions: {
|
90
|
+
min: 100,
|
91
|
+
max: 500,
|
92
|
+
intervals:[200, 300, 400, 500],
|
93
|
+
intervalColors:['#66cc66', '#93b75f', '#E7E658', '#cc6666']
|
94
|
+
}
|
95
|
+
}
|
96
|
+
});
|
97
|
+
|
98
|
+
s1 = [52200];
|
99
|
+
plot4 = $.jqplot('chart4',[s1],{
|
100
|
+
seriesDefaults: {
|
101
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
102
|
+
rendererOptions: {
|
103
|
+
label: 'Metric Tons per Year',
|
104
|
+
labelPosition: 'bottom',
|
105
|
+
labelHeightAdjust: -5,
|
106
|
+
// intervalOuterRadius: 85,
|
107
|
+
ticks: [10000, 30000, 50000, 70000],
|
108
|
+
intervals:[22000, 55000, 70000],
|
109
|
+
intervalColors:['#66cc66', '#E7E658', '#cc6666']
|
110
|
+
}
|
111
|
+
}
|
112
|
+
});
|
113
|
+
});
|
114
|
+
</script> -->
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<script id = "example_5" type="text/javascript">$(document).ready(function(){
|
119
|
+
s1 = [0];
|
120
|
+
plot5 = $.jqplot('chart5',[s1],{
|
121
|
+
seriesDefaults: {
|
122
|
+
renderer: $.jqplot.MeterGaugeRenderer,
|
123
|
+
rendererOptions: {
|
124
|
+
label: 'Line Chart',
|
125
|
+
labelPosition: 'bottom',
|
126
|
+
intervalOuterRadius: 120,
|
127
|
+
ticks: [0, 10000, 20000, 30000, 40000, 50000],
|
128
|
+
intervals:[10000, 40000, 50000],
|
129
|
+
intervalColors:['#cc6666', '#E7E658', '#66cc66']
|
130
|
+
}
|
131
|
+
}
|
132
|
+
});
|
133
|
+
});</script>
|
134
|
+
<script type="text/javascript">
|
135
|
+
$(document).ready(function(){
|
136
|
+
|
137
|
+
$('#code_5').html($('#example_5').html());
|
138
|
+
$(document).unload(function() {$('*').unbind(); });
|
139
|
+
|
140
|
+
});
|
141
|
+
</script>
|
142
|
+
</head>
|
143
|
+
<body>
|
144
|
+
<?php include "nav.inc"; ?>
|
145
|
+
|
146
|
+
<!-- <div id="chart0" class="plot" style="width:250px;height:170px;"></div>
|
147
|
+
|
148
|
+
<div id="chart1" class="plot" style="width:120px;height:70px;"></div>
|
149
|
+
|
150
|
+
<div id="chart3" class="plot" style="width:300px;height:180px;"></div>
|
151
|
+
|
152
|
+
<div id="chart4" class="plot" style="width:500px;height:300px;"></div> -->
|
153
|
+
|
154
|
+
<div id="chart5" class="plot" style="width:372px;height:225px;"></div>
|
155
|
+
|
156
|
+
<pre id="code_5" class="code-block"></pre>
|
157
|
+
</body>
|
158
|
+
</html>
|