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,79 @@
|
|
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.dateAxisRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dragable.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.trendline.js"></script>
|
22
|
+
<!-- END: load jqplot -->
|
23
|
+
|
24
|
+
<script language="javascript" type="text/javascript">
|
25
|
+
|
26
|
+
$(document).ready(function(){
|
27
|
+
// $.jqplot.config.enablePlugins = true;
|
28
|
+
|
29
|
+
s1 = [['23-May-08',1],['24-May-08',4],['25-May-08',2],['26-May-08', 6]];
|
30
|
+
s2 = [['23-May-08',2],['24-May-08',3],['25-May-08',7],['26-May-08', 4]];
|
31
|
+
|
32
|
+
mp = $.jqplot('chart1',[s1, s2],{
|
33
|
+
title: 'mytitle',
|
34
|
+
legend:{show:true},
|
35
|
+
axes: {
|
36
|
+
xaxis: {
|
37
|
+
renderer: $.jqplot.DateAxisRenderer,
|
38
|
+
tickOptions: {
|
39
|
+
formatString: '%H:%S'
|
40
|
+
},
|
41
|
+
numberTicks: 12
|
42
|
+
},
|
43
|
+
yaxis: {
|
44
|
+
tickOptions: {
|
45
|
+
formatString: '%.2f'
|
46
|
+
}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
series:[{
|
50
|
+
markerOptions:{style:'diamond'},
|
51
|
+
dragable: {
|
52
|
+
color: '#ff3366',
|
53
|
+
constrainTo: 'x'
|
54
|
+
},
|
55
|
+
isDragable: true,
|
56
|
+
trendline: {
|
57
|
+
show:true,
|
58
|
+
label: 'trendline 1',
|
59
|
+
color: '#cccccc'
|
60
|
+
}
|
61
|
+
},
|
62
|
+
{
|
63
|
+
isDragable: false,
|
64
|
+
trendline: {
|
65
|
+
show:true
|
66
|
+
}
|
67
|
+
}
|
68
|
+
],
|
69
|
+
legend: {show:true}
|
70
|
+
});
|
71
|
+
});
|
72
|
+
</script>
|
73
|
+
</head>
|
74
|
+
<body>
|
75
|
+
<?php include "nav.inc"; ?>
|
76
|
+
<div id="chart1" style="margin-top:20px; margin-left:20px; width:500px; height:400px;"></div>
|
77
|
+
<div id="chart2" style="margin-top:20px; margin-left:20px; width:300px; height:200px;"></div>
|
78
|
+
</body>
|
79
|
+
</html>
|
@@ -0,0 +1,52 @@
|
|
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.dateAxisRenderer.js"></script>
|
20
|
+
<!-- END: load jqplot -->
|
21
|
+
<style type="text/css" media="screen">
|
22
|
+
.jqplot-axis {
|
23
|
+
font-size: 0.85em;
|
24
|
+
}
|
25
|
+
</style>
|
26
|
+
<script type="text/javascript" language="javascript">
|
27
|
+
|
28
|
+
$(document).ready(function(){
|
29
|
+
$.jqplot.config.enablePlugins = true;
|
30
|
+
|
31
|
+
line1 = [['June 6, 2009', 2], ['June 7, 2009', 33], ['June 8, 2009', 14], ['June 9, 2009', 19]];
|
32
|
+
today = [['2009/06/08', 2], ['2009/06/08', 33]];
|
33
|
+
plot2 = $.jqplot('chart', [line1, today], {
|
34
|
+
title: 'Date Data with line at today',
|
35
|
+
axes: {
|
36
|
+
xaxis: {
|
37
|
+
renderer: $.jqplot.DateAxisRenderer,
|
38
|
+
numberTicks: 5
|
39
|
+
}
|
40
|
+
},
|
41
|
+
series:[{},{lineWidth:1, color:'#999999', showMarker:false}]
|
42
|
+
});
|
43
|
+
|
44
|
+
|
45
|
+
});
|
46
|
+
</script>
|
47
|
+
</head>
|
48
|
+
<body>
|
49
|
+
<?php include "nav.inc"; ?>
|
50
|
+
<div id="chart" style="margin-top:20px; margin-left:20px; width:500px; height:300px;"></div>
|
51
|
+
</body>
|
52
|
+
</html>
|
@@ -0,0 +1,135 @@
|
|
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>Waterfall Chart</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.barRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
22
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
23
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.pointLabels.js"></script>
|
24
|
+
<!-- END: load jqplot -->
|
25
|
+
<style type="text/css" media="screen">
|
26
|
+
.jqplot-axis {
|
27
|
+
font-size: 0.85em;
|
28
|
+
}
|
29
|
+
.jqplot-title {
|
30
|
+
font-size: 16px;
|
31
|
+
}
|
32
|
+
p {
|
33
|
+
margin: 20px;
|
34
|
+
font-family:Arial,Helvetica,Sans-serif;
|
35
|
+
}
|
36
|
+
</style>
|
37
|
+
|
38
|
+
<script id="example_1" type="text/javascript">$(document).ready(function(){
|
39
|
+
var line1 = [14, 3, 4, -3, 5, 2, -3, -7];
|
40
|
+
var ticks = ['2008', 'Apricots', 'Tomatoes', 'Potatoes', 'Rhubarb', 'Squash', 'Grapes', 'Peanuts', '2009'];
|
41
|
+
|
42
|
+
|
43
|
+
plot1 = $.jqplot('chart1', [line1], {
|
44
|
+
title: 'Crop Yield Charnge, 2008 to 2009',
|
45
|
+
seriesDefaults:{
|
46
|
+
renderer:$.jqplot.BarRenderer,
|
47
|
+
rendererOptions:{
|
48
|
+
waterfall:true,
|
49
|
+
varyBarColor: true
|
50
|
+
},
|
51
|
+
pointLabels: {
|
52
|
+
hideZeros: true
|
53
|
+
},
|
54
|
+
yaxis:'y2axis'
|
55
|
+
},
|
56
|
+
axes:{
|
57
|
+
xaxis:{
|
58
|
+
renderer:$.jqplot.CategoryAxisRenderer,
|
59
|
+
ticks:ticks,
|
60
|
+
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
61
|
+
tickOptions: {
|
62
|
+
angle: -90,
|
63
|
+
fontSize: '10pt',
|
64
|
+
showMark: false,
|
65
|
+
showGridline: false
|
66
|
+
}
|
67
|
+
},
|
68
|
+
y2axis: {
|
69
|
+
min: 0,
|
70
|
+
tickInterval: 5
|
71
|
+
}
|
72
|
+
}
|
73
|
+
});
|
74
|
+
});</script>
|
75
|
+
|
76
|
+
|
77
|
+
<script id="example_2" type="text/javascript">$(document).ready(function(){
|
78
|
+
|
79
|
+
var line1 = [14, 3, 4, -3, 5, 2, -3, -7];
|
80
|
+
var ticks = ['2008', 'Apricots', 'Tomatoes', 'Potatoes', 'Rhubarb', 'Squash', 'Grapes', 'Peanuts', '2009'];
|
81
|
+
plot2 = $.jqplot('chart2', [line1], {
|
82
|
+
title: 'Crop Yield Charnge, 2008 to 2009',
|
83
|
+
seriesColors:['#333333', '#999999', '#3EA140', '#3EA140', '#3EA140', '#783F16', '#783F16', '#783F16', '#333333'],
|
84
|
+
seriesDefaults:{
|
85
|
+
renderer:$.jqplot.BarRenderer,
|
86
|
+
rendererOptions:{
|
87
|
+
waterfall:true,
|
88
|
+
varyBarColor: true,
|
89
|
+
useNegativeColors: false
|
90
|
+
},
|
91
|
+
pointLabels: {
|
92
|
+
hideZeros: true
|
93
|
+
},
|
94
|
+
yaxis:'y2axis'
|
95
|
+
},
|
96
|
+
axes:{
|
97
|
+
xaxis:{
|
98
|
+
renderer:$.jqplot.CategoryAxisRenderer,
|
99
|
+
ticks:ticks,
|
100
|
+
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
101
|
+
tickOptions: {
|
102
|
+
angle: -90,
|
103
|
+
fontSize: '10pt',
|
104
|
+
showMark: false,
|
105
|
+
showGridline: false
|
106
|
+
}
|
107
|
+
},
|
108
|
+
y2axis: {
|
109
|
+
min: 0,
|
110
|
+
tickInterval: 5
|
111
|
+
}
|
112
|
+
}
|
113
|
+
});
|
114
|
+
});</script>
|
115
|
+
|
116
|
+
<script type="text/javascript">
|
117
|
+
$(document).ready(function(){
|
118
|
+
|
119
|
+
$('#code_1').html($('#example_1').text());
|
120
|
+
$('#code_2').html($('#example_2').text());
|
121
|
+
$(document).unload(function() {$('*').unbind(); });
|
122
|
+
|
123
|
+
});
|
124
|
+
</script>
|
125
|
+
</head>
|
126
|
+
<body>
|
127
|
+
<?php include "nav.inc"; ?>
|
128
|
+
<p>Waterfall chart using default bar colors.</p>
|
129
|
+
<div id="chart1" style="margin-top:20px; margin-left:20px; width:350px; height:350px;"></div>
|
130
|
+
<pre id="code_1" class="code-block"></pre>
|
131
|
+
<p>Waterfall chart using custom colors and "useNegativeColors" set to "false".</p>
|
132
|
+
<div id="chart2" style="margin-top:20px; margin-left:20px; width:350px; height:350px;"></div>
|
133
|
+
<pre id="code_2" class="code-block"></pre>
|
134
|
+
</body>
|
135
|
+
</html>
|
@@ -0,0 +1,125 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<!-- Use Compatibility mode in IE -->
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
7
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
8
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
9
|
+
|
10
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
|
11
|
+
<!-- BEGIN: load jquery -->
|
12
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
13
|
+
|
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.cursor.js"></script>
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
20
|
+
|
21
|
+
<style type="text/css">
|
22
|
+
.jqplot-cursor-legend {
|
23
|
+
width: 160px;
|
24
|
+
font-family: "Courier New";
|
25
|
+
font-size: 0.85em;
|
26
|
+
}
|
27
|
+
|
28
|
+
td.jqplot-cursor-legend-swatch {
|
29
|
+
width: 1.3em;
|
30
|
+
}
|
31
|
+
|
32
|
+
div.jqplot-cursor-legend-swatch {
|
33
|
+
/* width: 15px;*/
|
34
|
+
}
|
35
|
+
</style>
|
36
|
+
|
37
|
+
<script type="text/javascript" language="javascript">
|
38
|
+
$(document).ready(function(){
|
39
|
+
// $.jqplot.config.enablePlugins = true;
|
40
|
+
|
41
|
+
var goog = [["6/22/2009",425.32],
|
42
|
+
["6/8/2009",424.84],
|
43
|
+
["5/26/2009",417.23],
|
44
|
+
["5/11/2009",390],
|
45
|
+
["4/27/2009",393.69],
|
46
|
+
["4/13/2009",392.24],
|
47
|
+
["3/30/2009",369.78],
|
48
|
+
["3/16/2009",330.16],
|
49
|
+
["3/2/2009",308.57],
|
50
|
+
["2/17/2009",346.45],
|
51
|
+
["2/2/2009",371.28],
|
52
|
+
["1/20/2009",324.7],
|
53
|
+
["1/5/2009",315.07],
|
54
|
+
["12/22/2008",300.36],
|
55
|
+
["12/8/2008",315.76],
|
56
|
+
["11/24/2008",292.96],
|
57
|
+
["11/10/2008",310.02],
|
58
|
+
["10/27/2008",359.36],
|
59
|
+
["10/13/2008",372.54],
|
60
|
+
["9/29/2008",386.91],
|
61
|
+
["9/15/2008",449.15],
|
62
|
+
["9/2/2008",444.25],
|
63
|
+
["8/25/2008",463.29],
|
64
|
+
["8/11/2008",510.15],
|
65
|
+
["7/28/2008",467.86],
|
66
|
+
["7/14/2008",481.32],
|
67
|
+
["6/30/2008",537],
|
68
|
+
["6/16/2008",546.43],
|
69
|
+
["6/2/2008",567],
|
70
|
+
["5/19/2008",544.62],
|
71
|
+
["5/5/2008",573.2],
|
72
|
+
["4/21/2008",544.06],
|
73
|
+
["4/7/2008",457.45],
|
74
|
+
["3/24/2008",438.08],
|
75
|
+
["3/10/2008",437.92],
|
76
|
+
["2/25/2008",471.18],
|
77
|
+
["2/11/2008",529.64],
|
78
|
+
["1/28/2008",515.9],
|
79
|
+
["1/14/2008",600.25],
|
80
|
+
["12/31/2007",657],
|
81
|
+
["12/17/2007",696.69],
|
82
|
+
["12/3/2007",714.87],
|
83
|
+
["11/19/2007",676.7],
|
84
|
+
["11/5/2007",663.97],
|
85
|
+
["10/22/2007",674.6],
|
86
|
+
["10/8/2007",637.39],
|
87
|
+
["9/24/2007",567.27],
|
88
|
+
["9/10/2007",528.75],
|
89
|
+
["8/27/2007",515.25]];
|
90
|
+
|
91
|
+
|
92
|
+
plot = $.jqplot('chart1', [goog], {
|
93
|
+
// title: 'Google, Inc.',
|
94
|
+
series: [{
|
95
|
+
// label: 'Google, Inc.',
|
96
|
+
neighborThreshold: -1
|
97
|
+
}],
|
98
|
+
axes: {
|
99
|
+
xaxis: {
|
100
|
+
renderer:$.jqplot.DateAxisRenderer,
|
101
|
+
min:'August 1, 2007',
|
102
|
+
tickInterval: '4 months',
|
103
|
+
tickOptions:{formatString:'%Y/%#m/%#d'}
|
104
|
+
},
|
105
|
+
yaxis: {
|
106
|
+
renderer: $.jqplot.LogAxisRenderer,
|
107
|
+
tickOptions:{formatString:'$%.2f'}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
cursor:{show:true, zoom:true}
|
111
|
+
});
|
112
|
+
});
|
113
|
+
</script>
|
114
|
+
|
115
|
+
</head>
|
116
|
+
<body>
|
117
|
+
<?php include "nav.inc"; ?>
|
118
|
+
|
119
|
+
<div class="jqPlot" id="chart1" style="height:300px; width:400px;"></div>
|
120
|
+
|
121
|
+
<button onclick="plot.resetZoom()">Reset</button>
|
122
|
+
</body>
|
123
|
+
|
124
|
+
|
125
|
+
</html>
|
@@ -0,0 +1,73 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<!-- Use Compatibility mode in IE -->
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
7
|
+
|
8
|
+
<title>Simple Test</title>
|
9
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
|
10
|
+
|
11
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
12
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
13
|
+
|
14
|
+
<!-- BEGIN: load jquery -->
|
15
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
16
|
+
<!-- END: load jquery -->
|
17
|
+
|
18
|
+
<!-- BEGIN: load jqplot -->
|
19
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.logAxisRenderer.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
22
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
23
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.js"></script>
|
24
|
+
|
25
|
+
<!-- END: load jqplot -->
|
26
|
+
<style type="text/css" media="screen">
|
27
|
+
.jqplot-axis {
|
28
|
+
font-size: 0.85em;
|
29
|
+
}
|
30
|
+
.jqplot-axis{
|
31
|
+
font-size: 0.75em;
|
32
|
+
}
|
33
|
+
</style>
|
34
|
+
<script type="text/javascript" language="javascript">
|
35
|
+
|
36
|
+
$(document).ready(function(){
|
37
|
+
$.jqplot.config.enablePlugins = true;
|
38
|
+
|
39
|
+
// line2 = [25, 12.5, 6.25, 3.125, ];
|
40
|
+
var goog = [["6/22/2009",425.32],["6/15/2009",420.09],["6/8/2009",424.84],["6/1/2009",444.32],["5/26/2009",417.23],["5/18/2009",393.5],["5/11/2009",390],["5/4/2009",407.33],["4/27/2009",393.69],["4/20/2009",389.49],["4/13/2009",392.24],["4/6/2009",372.5],["3/30/2009",369.78],["3/23/2009",347.7],["3/16/2009",330.16],
|
41
|
+
["3/9/2009",324.42],["3/2/2009",308.57],["2/23/2009",337.99],["2/17/2009",346.45],["2/9/2009",357.68],["2/2/2009",371.28],["1/26/2009",338.53],["1/20/2009",324.7],["1/12/2009",299.67],["1/5/2009",315.07],["12/29/2008",321.32],["12/22/2008",300.36],["12/15/2008",310.17],["12/8/2008",315.76],["12/1/2008",283.99],["11/24/2008",292.96],["11/17/2008",262.43],["11/10/2008",310.02],["11/3/2008",331.14],["10/27/2008",359.36],["10/20/2008",339.29],["10/13/2008",372.54],["10/6/2008",332],["9/29/2008",386.91],["9/22/2008",431.04],["9/15/2008",449.15],["9/8/2008",437.66],["9/2/2008",444.25],["8/25/2008",463.29],
|
42
|
+
["8/18/2008",490.59],["8/11/2008",510.15],["8/4/2008",495.01],["7/28/2008",467.86],["7/21/2008",491.98],["7/14/2008",481.32],["7/7/2008",533.8],["6/30/2008",537],["6/23/2008",528.07],["6/16/2008",546.43],["6/9/2008",571.51],["6/2/2008",567],["5/27/2008",585.8],["5/19/2008",544.62],["5/12/2008",580.07],["5/5/2008",573.2],["4/28/2008",581.29],["4/21/2008",544.06],["4/14/2008",539.41],["4/7/2008",457.45],["3/31/2008",471.09],["3/24/2008",438.08],["3/17/2008",433.55],["3/10/2008",437.92],["3/3/2008",433.35],["2/25/2008",471.18],["2/19/2008",507.8],["2/11/2008",529.64],["2/4/2008",516.69],["1/28/2008",515.9],
|
43
|
+
["1/22/2008",566.4],["1/14/2008",600.25],["1/7/2008",638.25],["12/31/2007",657],["12/24/2007",702.53],["12/17/2007",696.69],["12/10/2007",689.96],["12/3/2007",714.87],["11/26/2007",693],["11/19/2007",676.7],["11/12/2007",633.63],["11/5/2007",663.97],["10/29/2007",711.25],["10/22/2007",674.6],["10/15/2007",644.71],["10/8/2007",637.39],["10/1/2007",594.05],["9/24/2007",567.27],["9/17/2007",560.1],["9/10/2007",528.75],["9/4/2007",519.35],["8/27/2007",515.25],["8/20/2007",515]];
|
44
|
+
plot = $.jqplot('chart', [goog], {
|
45
|
+
title: 'Google, Inc.',
|
46
|
+
series: [{
|
47
|
+
// label: 'Google, Inc.',
|
48
|
+
neighborThreshold: 0
|
49
|
+
}],
|
50
|
+
axes: {
|
51
|
+
xaxis: {
|
52
|
+
renderer:$.jqplot.DateAxisRenderer,
|
53
|
+
min:'August 1, 2007',
|
54
|
+
tickInterval: "3 months",
|
55
|
+
tickOptions:{formatString:"%Y/%#m/%#d"}
|
56
|
+
},
|
57
|
+
yaxis: {
|
58
|
+
renderer: $.jqplot.LogAxisRenderer,
|
59
|
+
tickOptions:{formatString:'$%.2f'}
|
60
|
+
}
|
61
|
+
},
|
62
|
+
cursor:{zoom:true},
|
63
|
+
highlighter:{show:true}
|
64
|
+
});
|
65
|
+
});
|
66
|
+
</script>
|
67
|
+
</head>
|
68
|
+
<body>
|
69
|
+
<?php include "nav.inc"; ?>
|
70
|
+
<div id="chart" style="margin-top:20px; margin-left:20px; width:600px; height:300px;"></div>
|
71
|
+
<div style="padding-top:20px"><button value="reset" type="button" onclick="plot.resetZoom();">Zoom Out</button></div>
|
72
|
+
</body>
|
73
|
+
</html>
|