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,193 @@
|
|
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>Open Hi Low Close and Canclestick Charts</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.categoryAxisRenderer.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.ohlcRenderer.js"></script>
|
22
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.js"></script>
|
23
|
+
<!-- <script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
24
|
+
-->
|
25
|
+
|
26
|
+
<!-- END: load jqplot -->
|
27
|
+
<script language="javascript" type="text/javascript">
|
28
|
+
|
29
|
+
$(document).ready(function(){
|
30
|
+
$.jqplot.config.enablePlugins = true;
|
31
|
+
|
32
|
+
var ohlc = [['07/06/09', 138.7, 139.68, 135.18, 135.4],
|
33
|
+
['06/29/09', 143.46, 144.66, 139.79, 140.02],
|
34
|
+
['06/22/09', 140.67, 143.56, 132.88, 142.44],
|
35
|
+
['06/15/09', 136.01, 139.5, 134.53, 139.48],
|
36
|
+
['06/08/09', 143.82, 144.56, 136.04, 136.97],
|
37
|
+
['06/01/09', 136.47, 146.4, 136, 144.67],
|
38
|
+
['05/26/09', 124.76, 135.9, 124.55, 135.81],
|
39
|
+
['05/18/09', 123.73, 129.31, 121.57, 122.5],
|
40
|
+
['05/11/09', 127.37, 130.96, 119.38, 122.42],
|
41
|
+
['05/04/09', 128.24, 133.5, 126.26, 129.19],
|
42
|
+
['04/27/09', 122.9, 127.95, 122.66, 127.24],
|
43
|
+
['04/20/09', 121.73, 127.2, 118.6, 123.9],
|
44
|
+
['04/13/09', 120.01, 124.25, 115.76, 123.42],
|
45
|
+
['04/06/09', 114.94, 120, 113.28, 119.57],
|
46
|
+
['03/30/09', 104.51, 116.13, 102.61, 115.99],
|
47
|
+
['03/23/09', 102.71, 109.98, 101.75, 106.85],
|
48
|
+
['03/16/09', 96.53, 103.48, 94.18, 101.59],
|
49
|
+
['03/09/09', 84.18, 97.2, 82.57, 95.93],
|
50
|
+
['03/02/09', 88.12, 92.77, 82.33, 85.3],
|
51
|
+
['02/23/09', 91.65, 92.92, 86.51, 89.31],
|
52
|
+
['02/17/09', 96.87, 97.04, 89, 91.2],
|
53
|
+
['02/09/09', 100, 103, 95.77, 99.16],
|
54
|
+
['02/02/09', 89.1, 100, 88.9, 99.72],
|
55
|
+
['01/26/09', 88.86, 95, 88.3, 90.13],
|
56
|
+
['01/20/09', 81.93, 90, 78.2, 88.36],
|
57
|
+
['01/12/09', 90.46, 90.99, 80.05, 82.33],
|
58
|
+
['01/05/09', 93.17, 97.17, 90.04, 90.58],
|
59
|
+
['12/29/08', 86.52, 91.04, 84.72, 90.75],
|
60
|
+
['12/22/08', 90.02, 90.03, 84.55, 85.81],
|
61
|
+
['12/15/08', 95.99, 96.48, 88.02, 90],
|
62
|
+
['12/08/08', 97.28, 103.6, 92.53, 98.27],
|
63
|
+
['12/01/08', 91.3, 96.23, 86.5, 94],
|
64
|
+
['11/24/08', 85.21, 95.25, 84.84, 92.67],
|
65
|
+
['11/17/08', 88.48, 91.58, 79.14, 82.58],
|
66
|
+
['11/10/08', 100.17, 100.4, 86.02, 90.24],
|
67
|
+
['11/03/08', 105.93, 111.79, 95.72, 98.24],
|
68
|
+
['10/27/08', 95.07, 112.19, 91.86, 107.59],
|
69
|
+
['10/20/08', 99.78, 101.25, 90.11, 96.38],
|
70
|
+
['10/13/08', 104.55, 116.4, 85.89, 97.4],
|
71
|
+
['10/06/08', 91.96, 101.5, 85, 96.8],
|
72
|
+
['09/29/08', 119.62, 119.68, 94.65, 97.07],
|
73
|
+
['09/22/08', 139.94, 140.25, 123, 128.24],
|
74
|
+
['09/15/08', 142.03, 147.69, 120.68, 140.91],
|
75
|
+
['09/08/08', 164.57, 164.89, 146, 148.94]
|
76
|
+
];
|
77
|
+
|
78
|
+
var hlc = [['07/06/09', 139.68, 135.18, 135.4],
|
79
|
+
['06/29/09', 144.66, 139.79, 140.02],
|
80
|
+
['06/22/09', 143.56, 132.88, 142.44],
|
81
|
+
['06/15/09', 139.5, 134.53, 139.48],
|
82
|
+
['06/08/09', 144.56, 136.04, 136.97],
|
83
|
+
['06/01/09', 146.4, 136, 144.67],
|
84
|
+
['05/26/09', 135.9, 124.55, 135.81],
|
85
|
+
['05/18/09', 129.31, 121.57, 122.5],
|
86
|
+
['05/11/09', 130.96, 119.38, 122.42],
|
87
|
+
['05/04/09', 133.5, 126.26, 129.19],
|
88
|
+
['04/27/09', 127.95, 122.66, 127.24],
|
89
|
+
['04/20/09', 127.2, 118.6, 123.9],
|
90
|
+
['04/13/09', 124.25, 115.76, 123.42],
|
91
|
+
['04/06/09', 120, 113.28, 119.57],
|
92
|
+
['03/30/09', 116.13, 102.61, 115.99],
|
93
|
+
['03/23/09', 109.98, 101.75, 106.85],
|
94
|
+
['03/16/09', 103.48, 94.18, 101.59],
|
95
|
+
['03/09/09', 97.2, 82.57, 95.93],
|
96
|
+
['03/02/09', 92.77, 82.33, 85.3],
|
97
|
+
['02/23/09', 92.92, 86.51, 89.31],
|
98
|
+
['02/17/09', 97.04, 89, 91.2],
|
99
|
+
['02/09/09', 103, 95.77, 99.16],
|
100
|
+
['02/02/09', 100, 88.9, 99.72],
|
101
|
+
['01/26/09', 95, 88.3, 90.13],
|
102
|
+
['01/20/09', 90, 78.2, 88.36],
|
103
|
+
['01/12/09', 90.99, 80.05, 82.33],
|
104
|
+
['01/05/09', 97.17, 90.04, 90.58],
|
105
|
+
['12/29/08', 91.04, 84.72, 90.75],
|
106
|
+
['12/22/08', 90.03, 84.55, 85.81],
|
107
|
+
['12/15/08', 96.48, 88.02, 90],
|
108
|
+
['12/08/08', 103.6, 92.53, 98.27],
|
109
|
+
['12/01/08', 96.23, 86.5, 94],
|
110
|
+
['11/24/08', 95.25, 84.84, 92.67],
|
111
|
+
['11/17/08', 91.58, 79.14, 82.58],
|
112
|
+
['11/10/08', 100.4, 86.02, 90.24],
|
113
|
+
['11/03/08', 111.79, 95.72, 98.24],
|
114
|
+
['10/27/08', 112.19, 91.86, 107.59],
|
115
|
+
['10/20/08', 101.25, 90.11, 96.38],
|
116
|
+
['10/13/08', 116.4, 85.89, 97.4],
|
117
|
+
['10/06/08', 101.5, 85, 96.8],
|
118
|
+
['09/29/08', 119.68, 94.65, 97.07],
|
119
|
+
['09/22/08', 140.25, 123, 128.24],
|
120
|
+
['09/15/08', 147.69, 120.68, 140.91],
|
121
|
+
['09/08/08', 164.89, 146, 148.94]
|
122
|
+
];
|
123
|
+
|
124
|
+
|
125
|
+
var ticks = ['08/01/08', '12/01/08', '04/01/09', '08/01/09'];
|
126
|
+
|
127
|
+
plot1 = $.jqplot('chart1',[ohlc],{
|
128
|
+
title: 'Chart',
|
129
|
+
axesDefaults:{},
|
130
|
+
axes: {
|
131
|
+
xaxis: {
|
132
|
+
renderer:$.jqplot.DateAxisRenderer,
|
133
|
+
tickOptions:{formatString:'%y.%m.%d'},
|
134
|
+
min: "08-01-1908",
|
135
|
+
tickInterval: "60 days",
|
136
|
+
ticks: ticks
|
137
|
+
},
|
138
|
+
yaxis: {
|
139
|
+
tickOptions:{formatString:'%.2f'}
|
140
|
+
}
|
141
|
+
},
|
142
|
+
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
|
143
|
+
cursor:{
|
144
|
+
zoom:true,
|
145
|
+
tooltipOffset: 10,
|
146
|
+
tooltipLocation: 'nw'
|
147
|
+
},
|
148
|
+
highlighter: {
|
149
|
+
showMarker:false,
|
150
|
+
tooltipAxes: 'xy',
|
151
|
+
yvalues: 4,
|
152
|
+
formatString:'<table class="jqplot-highlighter"><tr><td>date:</td><td>%s</td></tr><tr><td>open:</td><td>%s</td></tr><tr><td>hi:</td><td>%s</td></tr><tr><td>low:</td><td>%s</td></tr><tr><td>close:</td><td>%s</td></tr></table>'
|
153
|
+
}
|
154
|
+
});
|
155
|
+
|
156
|
+
plot2 = $.jqplot('chart2',[ohlc],{
|
157
|
+
title: 'Chart',
|
158
|
+
axesDefaults:{},
|
159
|
+
axes: {
|
160
|
+
xaxis: {
|
161
|
+
renderer:$.jqplot.DateAxisRenderer,
|
162
|
+
tickOptions:{formatString:'%y.%m'}
|
163
|
+
},
|
164
|
+
yaxis: {
|
165
|
+
tickOptions:{formatString:'%.2f'}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true, fillUpBody:true, upBodyColor:'#aa3333', downBodyColor:'#3333aa'}}],
|
169
|
+
cursor:{
|
170
|
+
zoom:true,
|
171
|
+
tooltipOffset: 10,
|
172
|
+
tooltipLocation: 'nw'
|
173
|
+
},
|
174
|
+
highlighter: {
|
175
|
+
showMarker:false,
|
176
|
+
tooltipAxes: 'xy',
|
177
|
+
yvalues: 4,
|
178
|
+
formatString:'<table class="jqplot-highlighter"><tr><td>date:</td><td>%s</td></tr><tr><td>open:</td><td>%s</td></tr><tr><td>hi:</td><td>%s</td></tr><tr><td>low:</td><td>%s</td></tr><tr><td>close:</td><td>%s</td></tr></table>'
|
179
|
+
}
|
180
|
+
});
|
181
|
+
|
182
|
+
});
|
183
|
+
|
184
|
+
|
185
|
+
</script>
|
186
|
+
|
187
|
+
</head>
|
188
|
+
<body>
|
189
|
+
<?php include "nav.inc"; ?>
|
190
|
+
<div id="chart1" style="margin:20px;height:240px; width:640px;"></div>
|
191
|
+
<div id="chart2" style="margin:20px;height:240px; width:640px;"></div>
|
192
|
+
</body>
|
193
|
+
</html>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6
|
+
<title>Theming 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.barRenderer.js"></script>
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.pieRenderer.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.donutRenderer.js"></script>
|
22
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.js"></script>
|
23
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
24
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.funnelRenderer.js"></script>
|
25
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
26
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
27
|
+
<!-- END: load jqplot -->
|
28
|
+
|
29
|
+
<style type="text/css">
|
30
|
+
.jqplot-target {
|
31
|
+
margin: 30px;
|
32
|
+
}
|
33
|
+
</style>
|
34
|
+
|
35
|
+
<script language="javascript" type="text/javascript">
|
36
|
+
$(document).ready(function(){
|
37
|
+
|
38
|
+
l2 = [11, 9, 5, 12, 14];
|
39
|
+
l3 = [4, 8, 5, 3, 6];
|
40
|
+
l4 = [12, 6, 13, 11, 2];
|
41
|
+
l5 = [4, -3, 3, 6, 2, -2];
|
42
|
+
|
43
|
+
|
44
|
+
plot1b = $.jqplot('chart1b',[l2, l3, l4],{
|
45
|
+
stackSeries: true,
|
46
|
+
showMarker: false,
|
47
|
+
seriesDefaults: {
|
48
|
+
fill: true
|
49
|
+
},
|
50
|
+
axes: {
|
51
|
+
xaxis: {
|
52
|
+
renderer: $.jqplot.CategoryAxisRenderer,
|
53
|
+
ticks: ["Mon", "Tue", "Wed", "Thr", "Fri"]
|
54
|
+
}
|
55
|
+
}
|
56
|
+
});
|
57
|
+
|
58
|
+
plot1c = $.jqplot('chart1c',[l5],{
|
59
|
+
stackSeries: true,
|
60
|
+
showMarker: false,
|
61
|
+
seriesDefaults: {
|
62
|
+
fill: true,
|
63
|
+
fillToZero: true,
|
64
|
+
rendererOptions: {
|
65
|
+
highlightMouseDown: true
|
66
|
+
}
|
67
|
+
}
|
68
|
+
});
|
69
|
+
|
70
|
+
$('#chart1c').bind('jqplotDataClick',
|
71
|
+
function (ev, seriesIndex, pointIndex, data) {
|
72
|
+
$('#info1c').html('series: '+seriesIndex+', point: '+pointIndex+', data: '+data);
|
73
|
+
}
|
74
|
+
);
|
75
|
+
|
76
|
+
$('#chart1b').bind('jqplotDataHighlight',
|
77
|
+
function (ev, seriesIndex, pointIndex, data) {
|
78
|
+
$('#info1b').html('series: '+seriesIndex+', point: '+pointIndex+', data: '+data);
|
79
|
+
}
|
80
|
+
);
|
81
|
+
|
82
|
+
$('#chart1b').bind('jqplotDataUnhighlight',
|
83
|
+
function (ev) {
|
84
|
+
$('#info1b').html('Nothing');
|
85
|
+
}
|
86
|
+
);
|
87
|
+
});
|
88
|
+
|
89
|
+
|
90
|
+
</script>
|
91
|
+
</head>
|
92
|
+
<body>
|
93
|
+
<?php include "nav.inc"; ?>
|
94
|
+
|
95
|
+
<p>Area charts support highlighting and mouse events by default. The options and handlers and callbacks are essentially the same as with bar, pie, donut and funnel charts. One notable exception for area charts is that no data point index will be provided to the callback and the entire data set for the highlighted area will be returned. This is because the area is not associated with one particular data point, but with the entire data set of the series.</p>
|
96
|
+
|
97
|
+
<div><span>Moused Over: </span><span id="info1b">Nothing</span></div>
|
98
|
+
|
99
|
+
<div id="chart1b" class="plot" style="width:400px;height:260px;"></div>
|
100
|
+
|
101
|
+
<p>For the chart below, mouseover has been disabled and click handling is enabled by setting "highlightMouseDown: true". For "fillToZero" area charts that have both negative and positive values as shown below, clicking in either the positive of negative regions will generate the same result.</p>
|
102
|
+
|
103
|
+
<div><span>You Clicked: </span><span id="info1c">Nothing yet</span></div>
|
104
|
+
|
105
|
+
<div id="chart1c" class="plot" style="width:400px;height:260px;"></div>
|
106
|
+
</body>
|
107
|
+
</html>
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
4
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
5
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
6
|
+
|
7
|
+
<!-- BEGIN: load jquery -->
|
8
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
9
|
+
|
10
|
+
<!-- END: load jquery -->
|
11
|
+
|
12
|
+
<!-- BEGIN: load jqplot -->
|
13
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
14
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
15
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.js"></script>
|
16
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
17
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.enhancedLegendRenderer.js"></script>
|
18
|
+
|
19
|
+
<style type="text/css">
|
20
|
+
.jqplot-y2axis { margin-left: 4px; }
|
21
|
+
.jqplot { margin: 70px;}
|
22
|
+
table.jqplot-table-legend { border: 0px;}
|
23
|
+
|
24
|
+
</style>
|
25
|
+
|
26
|
+
|
27
|
+
<script type="text/javascript" language="javascript"><!--
|
28
|
+
$(document).ready(function(){
|
29
|
+
$.jqplot.config.enablePlugins = true;
|
30
|
+
l1 = [[2011,1200], [2039,1200]];
|
31
|
+
l2 = [[2011,0], [2039,800]];
|
32
|
+
l3 = [[2011,0], [2039,400]];
|
33
|
+
|
34
|
+
plot1 = $.jqplot('chart1', [l1,l2,l3], {
|
35
|
+
grid: {
|
36
|
+
background:'#ffffff',
|
37
|
+
// turn off the border. Note, should set
|
38
|
+
// borderColor as well due to way axes shares color
|
39
|
+
// defaults with the grid.
|
40
|
+
borderWidth:0,
|
41
|
+
borderColor:'#ffffff',
|
42
|
+
shadow:true,
|
43
|
+
// give a wide shadow
|
44
|
+
shadowWidth: 10,
|
45
|
+
shadowOffset: 3,
|
46
|
+
shadowDepth: 8,
|
47
|
+
// use new shadowColor option to give a custom lighter color
|
48
|
+
// because the high shadowDepth will make it look too dark.
|
49
|
+
shadowColor: 'rgba(230, 230, 230, 0.07)'
|
50
|
+
},
|
51
|
+
legend: {
|
52
|
+
renderer: $.jqplot.EnhancedLegendRenderer,
|
53
|
+
show:true,
|
54
|
+
location: 's',
|
55
|
+
placement:'outside',
|
56
|
+
yoffset: 30,
|
57
|
+
rendererOptions:{
|
58
|
+
numberRows: 2
|
59
|
+
}
|
60
|
+
},
|
61
|
+
stackSeries:true,
|
62
|
+
// use the new fillToValue option to make filled series "hover" above the x axis.
|
63
|
+
seriesDefaults:{fill:true, fillToZero:true, fillToValue: 100, yaxis:'y2axis'},
|
64
|
+
series:[{label:'oil'}, {label:'renewables'}, {label:'wind and water'}],
|
65
|
+
axesDefaults: {
|
66
|
+
showTickMarks:false,
|
67
|
+
tickOptions: {
|
68
|
+
formatString: '%d'
|
69
|
+
}
|
70
|
+
},
|
71
|
+
axes:{
|
72
|
+
xaxis: {
|
73
|
+
borderWidth:2,
|
74
|
+
borderColor:'#999999',
|
75
|
+
ticks:[2010, 2040],
|
76
|
+
tickOptions:{
|
77
|
+
showGridline: false
|
78
|
+
}
|
79
|
+
},
|
80
|
+
y2axis:{
|
81
|
+
borderWidth:0,
|
82
|
+
borderColor:'#ffffff',
|
83
|
+
autoscale: true,
|
84
|
+
min:0,
|
85
|
+
max: 3000,
|
86
|
+
numberTicks:4,
|
87
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
88
|
+
label:'energy use'
|
89
|
+
},
|
90
|
+
x2axis: {
|
91
|
+
borderWidth:0,
|
92
|
+
borderColor:'#ffffff'
|
93
|
+
},
|
94
|
+
yaxis: {
|
95
|
+
borderWidth:2,
|
96
|
+
borderColor: '#999999'
|
97
|
+
}
|
98
|
+
}
|
99
|
+
});
|
100
|
+
|
101
|
+
// Going to post process the css position of the y2axis label so it appears on the left side of the grid.
|
102
|
+
// Can't specify this in a css rule because jqPlot figures out the correct position of the label and then
|
103
|
+
// sets the style attributes on the label itself. This will override those element style attributes.
|
104
|
+
$('.jqplot-y2axis-label').css({top:'10px', right:plot1._width - plot1._gridPadding.left - 5 + 'px'});
|
105
|
+
});
|
106
|
+
-->
|
107
|
+
</script>
|
108
|
+
|
109
|
+
</head>
|
110
|
+
<body>
|
111
|
+
<?php include "nav.inc"; ?>
|
112
|
+
<div class="jqplot" id="chart1" style="height:300px;width:400px;"></div>
|
113
|
+
|
114
|
+
</body>
|
115
|
+
|
116
|
+
|
117
|
+
</html>
|
@@ -0,0 +1,131 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
4
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
5
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
6
|
+
|
7
|
+
<!-- BEGIN: load jquery -->
|
8
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
9
|
+
|
10
|
+
<!-- END: load jquery -->
|
11
|
+
|
12
|
+
<!-- BEGIN: load jqplot -->
|
13
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
14
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.logAxisRenderer.js"></script>
|
15
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
16
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.js"></script>
|
17
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
18
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.js"></script>
|
21
|
+
|
22
|
+
<style type="text/css">
|
23
|
+
.jqplot-point-label {white-space: nowrap;}
|
24
|
+
/* .jqplot-yaxis-label {font-size: 14pt;}*/
|
25
|
+
/* .jqplot-yaxis-tick {font-size: 7pt;}*/
|
26
|
+
.jqplot { margin: 70px;}
|
27
|
+
</style>
|
28
|
+
|
29
|
+
|
30
|
+
<script type="text/javascript" language="javascript"><!--
|
31
|
+
$(document).ready(function(){
|
32
|
+
$.jqplot.config.enablePlugins = true;
|
33
|
+
line1 = [6.5, 9.2, 14, 19.65, 26.4, 35, 51];
|
34
|
+
line2 = [['1/1/2008', 42], ['2/14/2008', 56], ['3/7/2008', 39], ['4/22/2008', 81]];
|
35
|
+
|
36
|
+
plot1 = $.jqplot('chart1', [line1], {
|
37
|
+
legend: {show:false},
|
38
|
+
axes:{
|
39
|
+
xaxis:{
|
40
|
+
autoscale: true,
|
41
|
+
tickOptions:{
|
42
|
+
// formatString:'%.4f',
|
43
|
+
angle: -30
|
44
|
+
},
|
45
|
+
// tickRenderer:$.jqplot.CanvasAxisTickRenderer,
|
46
|
+
label:'Core Motor Amperage',
|
47
|
+
labelOptions:{
|
48
|
+
// fontFamily:'Helvetica',
|
49
|
+
fontSize: '13pt'
|
50
|
+
},
|
51
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
52
|
+
},
|
53
|
+
yaxis:{
|
54
|
+
autoscale: true,
|
55
|
+
renderer:$.jqplot.LogAxisRenderer,
|
56
|
+
tickOptions:{
|
57
|
+
formatString:'%.2f',
|
58
|
+
labelPosition: 'middle',
|
59
|
+
angle:-30
|
60
|
+
},
|
61
|
+
tickRenderer:$.jqplot.CanvasAxisTickRenderer,
|
62
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
63
|
+
labelOptions:{
|
64
|
+
// fontFamily:'Helvetica',
|
65
|
+
fontSize: '13pt'
|
66
|
+
},
|
67
|
+
label:'Core Motor Voltage'
|
68
|
+
}
|
69
|
+
}
|
70
|
+
});
|
71
|
+
|
72
|
+
plot2 = $.jqplot('chart2', [line2], {
|
73
|
+
axes: {
|
74
|
+
xaxis: {
|
75
|
+
autoscale: true,
|
76
|
+
renderer: $.jqplot.DateAxisRenderer,
|
77
|
+
label: 'Incliment Occurrance',
|
78
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
79
|
+
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
80
|
+
tickOptions: {
|
81
|
+
// labelPosition: 'middle',
|
82
|
+
angle: 15
|
83
|
+
}
|
84
|
+
|
85
|
+
},
|
86
|
+
yaxis: {
|
87
|
+
label: 'Incliment Factor',
|
88
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
89
|
+
}
|
90
|
+
}
|
91
|
+
});
|
92
|
+
|
93
|
+
line3 = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp Marketing Gimmick', 9], ['HDTV Receiver', 15], ['8 Track Control Module', 12], ['SSPFM (Sealed Sludge Pump Fourier Modulator)', 3], ['Transcender/Spice Rack', 6], ['Hair Spray Rear View Mirror Danger Indicator', 18]];
|
94
|
+
|
95
|
+
plot3 = $.jqplot('chart3', [line3], {
|
96
|
+
series:[{renderer:$.jqplot.BarRenderer}],
|
97
|
+
axes: {
|
98
|
+
xaxis: {
|
99
|
+
renderer: $.jqplot.CategoryAxisRenderer,
|
100
|
+
label: 'Warranty Concern',
|
101
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
102
|
+
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
103
|
+
tickOptions: {
|
104
|
+
angle: -30
|
105
|
+
}
|
106
|
+
|
107
|
+
},
|
108
|
+
yaxis: {
|
109
|
+
autoscale:true,
|
110
|
+
label: 'Occurance',
|
111
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
112
|
+
}
|
113
|
+
}
|
114
|
+
});
|
115
|
+
|
116
|
+
|
117
|
+
});
|
118
|
+
-->
|
119
|
+
</script>
|
120
|
+
|
121
|
+
</head>
|
122
|
+
<body>
|
123
|
+
<?php include "nav.inc"; ?>
|
124
|
+
<div class="jqplot" id="chart1"></div>
|
125
|
+
<div class="jqplot" id="chart2"></div>
|
126
|
+
<div class="jqplot" id="chart3"></div>
|
127
|
+
|
128
|
+
</body>
|
129
|
+
|
130
|
+
|
131
|
+
</html>
|