reportbuilder 1.2.5 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,94 @@
|
|
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
|
+
<!-- Use Compatibility mode in IE -->
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
9
|
+
<title>Zooming with Point Labels</title>
|
10
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
11
|
+
|
12
|
+
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
13
|
+
<link rel="stylesheet" type="text/css" href="examples.css" />
|
14
|
+
|
15
|
+
<!-- BEGIN: load jquery -->
|
16
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
17
|
+
<!-- END: load jquery -->
|
18
|
+
|
19
|
+
<!-- BEGIN: load jqplot -->
|
20
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
22
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.pointLabels.js"></script>
|
23
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.js"></script>
|
24
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
25
|
+
|
26
|
+
<!-- END: load jqplot -->
|
27
|
+
<script language="javascript" type="text/javascript">
|
28
|
+
|
29
|
+
$(document).ready(function(){
|
30
|
+
$.jqplot.config.enablePlugins = true;
|
31
|
+
var line1 = [[-12,7, null],[-3,14, null],[2,-1, '<'],[7,-1, '<'],[11,11, null], [13, -1, '<']];
|
32
|
+
plot = $.jqplot('chart', [line1],
|
33
|
+
{
|
34
|
+
title: 'Plot with Zooming with Point Labels',
|
35
|
+
seriesDefaults: {showMarker:false, pointLabels:{location:'s', ypadding:2}},
|
36
|
+
cursor: {tooltipLocation:'sw', zoom:true},
|
37
|
+
axesDefaults:{useSeriesColor: true},
|
38
|
+
axes:{yaxis:{pad: 1.3}}
|
39
|
+
}
|
40
|
+
);
|
41
|
+
|
42
|
+
pop1980 = [7071, 2968, 3005, 1595, 789];
|
43
|
+
pop1990 = [7322, 3485, 2783, 1630, 983];
|
44
|
+
pop2000 = [8008, 3694, 2896, 1974, 1322];
|
45
|
+
ticks = ["New York", "Los Angeles", "Chicago", "Houston", "Phoenix"];
|
46
|
+
|
47
|
+
plot2 = $.jqplot('chart2',[pop1980, pop1990, pop2000],{
|
48
|
+
title: 'City Population (thousands)',
|
49
|
+
legend: {
|
50
|
+
show: true
|
51
|
+
},
|
52
|
+
seriesDefaults: {
|
53
|
+
renderer: $.jqplot.BarRenderer,
|
54
|
+
pointLabels: {
|
55
|
+
location: 's'
|
56
|
+
}
|
57
|
+
},
|
58
|
+
series: [
|
59
|
+
{label: '1980'},
|
60
|
+
{label: '1990'},
|
61
|
+
{label: '2000'},
|
62
|
+
{label: '2008 (est)'}
|
63
|
+
],
|
64
|
+
axes: {
|
65
|
+
xaxis: {
|
66
|
+
label: 'City',
|
67
|
+
renderer: $.jqplot.CategoryAxisRenderer,
|
68
|
+
ticks: ticks
|
69
|
+
},
|
70
|
+
yaxis: {
|
71
|
+
max: 9000,
|
72
|
+
min: 500,
|
73
|
+
tickOptions: {
|
74
|
+
formatString: '%d'
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
});
|
79
|
+
});
|
80
|
+
</script>
|
81
|
+
|
82
|
+
</head>
|
83
|
+
<body>
|
84
|
+
<?php include "nav.inc"; ?>
|
85
|
+
<p>Click and drag to zoom. Double click on plot or click "Reset Zoom" button to reset zoom.</p>
|
86
|
+
<div id="chart" style="height:300px; width:600px;"></div>
|
87
|
+
<div style="padding-top:20px">
|
88
|
+
<button value="reset" type="button" onclick="$.jqplot.Cursor.resetZoom(plot)">Reset Zoom</button>
|
89
|
+
|
90
|
+
|
91
|
+
<div id="chart2" style="height:300px; width:600px;"></div>
|
92
|
+
</div>
|
93
|
+
</body>
|
94
|
+
</html>
|
@@ -0,0 +1,47 @@
|
|
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.pointLabels.js"></script>
|
19
|
+
<!-- END: load jqplot -->
|
20
|
+
|
21
|
+
|
22
|
+
<script language="javascript" type="text/javascript">
|
23
|
+
$(document).ready(function(){
|
24
|
+
$.jqplot.config.enablePlugins = true;
|
25
|
+
|
26
|
+
s1 = [[0, 300, '<img height="30px" width="30px" src="../images/new.png"/>'], [1, 150, '<img height="30px" width="30px" src="../images/new.png"/>'], [2, 35, '<img height="30px" width="30px" src="../images/new.png"/>']];
|
27
|
+
|
28
|
+
plot1 = $.jqplot('chart1',[s1],{
|
29
|
+
title: 'Simple Test',
|
30
|
+
legend: {show: true},
|
31
|
+
seriesDefaults: {
|
32
|
+
pointLabels: {
|
33
|
+
show: true,
|
34
|
+
escapeHTML: false,
|
35
|
+
ypadding: -15
|
36
|
+
}
|
37
|
+
}
|
38
|
+
});
|
39
|
+
|
40
|
+
});
|
41
|
+
</script>
|
42
|
+
</head>
|
43
|
+
<body>
|
44
|
+
<?php include "nav.inc"; ?>
|
45
|
+
<div id="chart1" class="plot" style="width:500px;height:300px;"></div>
|
46
|
+
</body>
|
47
|
+
</html>
|
@@ -0,0 +1,90 @@
|
|
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>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.categoryAxisRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.js"></script>
|
21
|
+
<!-- END: load jqplot -->
|
22
|
+
<style type="text/css" media="screen">
|
23
|
+
.jqplot-axis {
|
24
|
+
font-size: 0.85em;
|
25
|
+
}
|
26
|
+
div.plot {
|
27
|
+
margin-bottom: 70px;
|
28
|
+
}
|
29
|
+
|
30
|
+
p {
|
31
|
+
margin: 2em 0;
|
32
|
+
}
|
33
|
+
</style>
|
34
|
+
<script id="example_1" type="text/javascript" language="javascript">$(document).ready(function(){
|
35
|
+
data = [ [25,100], [26,0], [27,100], [28,0], [29,0], [30,300], [31,300]];
|
36
|
+
plot1 = $.jqplot('chartdiv', [data], {
|
37
|
+
title: 'test',
|
38
|
+
axes: {
|
39
|
+
xaxis: {renderer: $.jqplot.CategoryAxisRenderer},
|
40
|
+
yaxis: {min:0, tickOptions:{prefix: '$'}}
|
41
|
+
},
|
42
|
+
seriesDefaults: {
|
43
|
+
color: '#F90',
|
44
|
+
renderer: $.jqplot.BarRenderer,
|
45
|
+
shadow: false
|
46
|
+
}
|
47
|
+
});
|
48
|
+
});
|
49
|
+
</script>
|
50
|
+
|
51
|
+
<script id="example_2" type="text/javascript" language="javascript">$(document).ready(function(){
|
52
|
+
$.jqplot.config.defaultTickFormatString = '$%d';
|
53
|
+
|
54
|
+
data = [ [25,100], [26,0], [27,100], [28,0], [29,0], [30,300], [31,300]];
|
55
|
+
ticks = [0, 100, 200, 300, 400];
|
56
|
+
plot1 = $.jqplot('chartdiv2', [data], {
|
57
|
+
title: 'test',
|
58
|
+
axes: {
|
59
|
+
xaxis: {renderer: $.jqplot.CategoryAxisRenderer},
|
60
|
+
yaxis: {min:0, ticks: ticks}
|
61
|
+
},
|
62
|
+
seriesDefaults: {
|
63
|
+
color: '#F90',
|
64
|
+
renderer: $.jqplot.BarRenderer,
|
65
|
+
shadow: false
|
66
|
+
}
|
67
|
+
});
|
68
|
+
});
|
69
|
+
</script>
|
70
|
+
<script type="text/javascript">
|
71
|
+
$(document).ready(function(){
|
72
|
+
|
73
|
+
$('#code_1').html($('#example_1').html());
|
74
|
+
$('#code_2').html($('#example_2').html());
|
75
|
+
$(document).unload(function() {$('*').unbind(); });
|
76
|
+
|
77
|
+
});
|
78
|
+
</script>
|
79
|
+
</head>
|
80
|
+
<body>
|
81
|
+
<?php include "nav.inc"; ?>
|
82
|
+
<p>Example of the "prefix" axis tick option. This option adds a prefix to the tick label if and only if no formatString option is specified.</p>
|
83
|
+
<div id="chartdiv" style="margin-top:20px; margin-left:20px; width:500px; height:300px;"></div>
|
84
|
+
<pre id="code_1" class="code-block"></pre>
|
85
|
+
|
86
|
+
<p>A new configuration option, $.jqplot.config.defaultTickFormatString, has been added as well. When no user formatString is specified, linear axes previously used a hard coded '%.1f' default format string. The config option controls this default format string. This allows an alternative way to format tick labels, with or without a prefix, if no formatString option is specified.</p>
|
87
|
+
<div id="chartdiv2" style="margin-top:20px; margin-left:20px; width:500px; height:300px;"></div>
|
88
|
+
<pre id="code_2" class="code-block"></pre>
|
89
|
+
</body>
|
90
|
+
</html>
|
@@ -0,0 +1,150 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html lang="en">
|
4
|
+
<head>
|
5
|
+
<!-- Use Compatibility mode in IE -->
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
|
7
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
8
|
+
<title>Plots in Hidden Containers</title>
|
9
|
+
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.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
|
+
<style type="text/css">
|
15
|
+
body {
|
16
|
+
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
17
|
+
margin: 2em;
|
18
|
+
}
|
19
|
+
|
20
|
+
p, pre {
|
21
|
+
margin: 1.5em;
|
22
|
+
}
|
23
|
+
|
24
|
+
#resizable1, #resizable2 {
|
25
|
+
width: 400px;
|
26
|
+
height: 300px;
|
27
|
+
margin-top: 2em;
|
28
|
+
margin-bottom: 2em;
|
29
|
+
}
|
30
|
+
|
31
|
+
|
32
|
+
.jqplot-target {
|
33
|
+
font-size: 16px;
|
34
|
+
}
|
35
|
+
|
36
|
+
.ui-resizable-helper {
|
37
|
+
border: 2px solid gray;
|
38
|
+
}
|
39
|
+
</style>
|
40
|
+
|
41
|
+
<!-- BEGIN: load jquery -->
|
42
|
+
<script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
|
43
|
+
<!-- END: load jquery -->
|
44
|
+
|
45
|
+
<!-- BEGIN: load jqplot -->
|
46
|
+
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
47
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.logAxisRenderer.js"></script>
|
48
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.trendline.js"></script>
|
49
|
+
|
50
|
+
<link type="text/css" href="jquery-ui/css/ui-lightness/jquery-ui-1.8.1.custom.css" rel="Stylesheet" />
|
51
|
+
<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.1.custom.min.js"></script>
|
52
|
+
|
53
|
+
<!-- END: load jqplot -->
|
54
|
+
<script type="text/javascript" language="javascript">
|
55
|
+
|
56
|
+
$(document).ready(function(){
|
57
|
+
|
58
|
+
$.jqplot.config.enablePlugins = false;
|
59
|
+
|
60
|
+
l1 = [18, 36, 41, 93, 100, 115, 133, 129, 119, 107, 91, 146, 169];
|
61
|
+
l2 = [[8, 66], [13, 46], [22,14]];
|
62
|
+
l3 = [[3.3, 7], [9.5, 22], [12.1, 37], [18.6, 95], [24, 102]];
|
63
|
+
|
64
|
+
var options = {
|
65
|
+
title: "Lines",
|
66
|
+
legend:{show:true, location:'se'},
|
67
|
+
seriesDefaults:{trendline:{show:true, type:"exp"}},
|
68
|
+
axes:{yaxis:{renderer:$.jqplot.LogAxisRenderer}}
|
69
|
+
}
|
70
|
+
|
71
|
+
|
72
|
+
$("#resizable1").resizable({delay:20});
|
73
|
+
$("#resizable2").resizable({delay:20, helper:'ui-resizable-helper'});
|
74
|
+
|
75
|
+
|
76
|
+
$('#resizable1').bind('resize', function(event, ui) {
|
77
|
+
plot1.replot();
|
78
|
+
});
|
79
|
+
|
80
|
+
$('#resizable2').bind('resizestop', function(event, ui) {
|
81
|
+
$('#chart2').height($('#resizable2').height()*0.96);
|
82
|
+
$('#chart2').width($('#resizable2').width()*0.96);
|
83
|
+
plot2.replot({resetAxes:true});
|
84
|
+
});
|
85
|
+
|
86
|
+
plot1 = $.jqplot('chart1', [l1, l3], options);
|
87
|
+
plot2 = $.jqplot('chart2', [l1, l3], options);
|
88
|
+
|
89
|
+
});
|
90
|
+
|
91
|
+
</script>
|
92
|
+
</head>
|
93
|
+
<body>
|
94
|
+
<?php include "nav.inc"; ?>
|
95
|
+
|
96
|
+
<p>Plot targets can be placed inside of resizable containers for dynamic plot sizing. The examples here use the jQuery UI package for resizing functionality.</p>
|
97
|
+
|
98
|
+
<table><tr>
|
99
|
+
<td>
|
100
|
+
<div id="resizable1" class="ui-widget-content">
|
101
|
+
<div id="chart1" style="height:96%; width:96%;"></div>
|
102
|
+
</div>
|
103
|
+
</td>
|
104
|
+
<td>
|
105
|
+
|
106
|
+
<p>The first plot has good resize performance in Firefox, Safari and other canvas enabled browsers. The plot will resize dynamically with the container. IE performance will be slow since IE doesn't natively support the canvas element.</p>
|
107
|
+
|
108
|
+
<p>Resizing is handled by binding a handler to the 'resize' event. The handler function replots the plot during resize. Here, the plot targets's height and width must be specified as a percentage of the container and the container must be visible.</p>
|
109
|
+
|
110
|
+
<p>The event handler looks like:</p>
|
111
|
+
<pre>
|
112
|
+
$('#resizable1').bind('resize', function(event, ui) {
|
113
|
+
plot1.replot();
|
114
|
+
});
|
115
|
+
</pre>
|
116
|
+
</td>
|
117
|
+
</tr></table>
|
118
|
+
<table><tr>
|
119
|
+
<td>
|
120
|
+
|
121
|
+
<div id="resizable2" class="ui-widget-content">
|
122
|
+
<div id="chart2" style="height:288px; width:384px;"></div>
|
123
|
+
</div>
|
124
|
+
</td>
|
125
|
+
<td>
|
126
|
+
<p>The second plot uses an alternative sizing method that is more responsive in all browsers, especially IE. The differnece? First, the plot target is given a static height and width that will fit inside the resizable container. Then, instead of resizing dynamically with the container, the plots replot() method is called at the end of the resize. When resizing is done, the plot targets hieght and width are set to a percentage of the container's and then the replot method is called.</p>
|
127
|
+
|
128
|
+
<p>Also, an options object is passed into the replot method. It contains a single option, resetAxes, which, if true, resets all axes so the min, max, numberTicks and tickInterval are recalculated.</p>
|
129
|
+
<pre>
|
130
|
+
$('#resizable2').bind('resizestop', function(event, ui) {
|
131
|
+
$('#chart2').height($('#resizable2').height()*0.96);
|
132
|
+
$('#chart2').width($('#resizable2').width()*0.96);
|
133
|
+
plot2.replot({resetAxes:true});
|
134
|
+
});
|
135
|
+
</pre>
|
136
|
+
|
137
|
+
<p>You can also pass in option objects to reset specific axes like:</p>
|
138
|
+
|
139
|
+
<pre>
|
140
|
+
{resetAxes:['yaxis', 'y2axis']};
|
141
|
+
|
142
|
+
or
|
143
|
+
|
144
|
+
{resetAxes:{yaxis:true, y2axis:true}};
|
145
|
+
</pre>
|
146
|
+
|
147
|
+
</td></tr></table>
|
148
|
+
|
149
|
+
</body>
|
150
|
+
</html>
|
@@ -0,0 +1,61 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
5
|
+
<title>jqPlot Test 2</title>
|
6
|
+
|
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
|
+
<!-- to render rotated axis ticks, include both the canvasText and canvasAxisTick renderers -->
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
21
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
22
|
+
<!-- END: load jqplot -->
|
23
|
+
|
24
|
+
<style type="text/css" media="screen">
|
25
|
+
.jqplot-axis-tick {
|
26
|
+
|
27
|
+
}
|
28
|
+
</style>
|
29
|
+
|
30
|
+
<script type="text/javascript" language="javascript">
|
31
|
+
|
32
|
+
$(document).ready(function(){
|
33
|
+
$.jqplot.config.enablePlugins = true;
|
34
|
+
|
35
|
+
line1=[['2008-09-30', 4], ['2008-10-30', 6.5], ['2008-11-30', 5.7], ['2008-12-30', 9], ['2009-01-30', 8.2]];
|
36
|
+
|
37
|
+
plot1 = $.jqplot('chart', [line1], {
|
38
|
+
title:'Rotated Axis Text',
|
39
|
+
axes:{
|
40
|
+
xaxis:{
|
41
|
+
renderer:$.jqplot.DateAxisRenderer,
|
42
|
+
min:'August 30, 2008',
|
43
|
+
tickInterval:'1 month',
|
44
|
+
rendererOptions:{
|
45
|
+
tickRenderer:$.jqplot.CanvasAxisTickRenderer},
|
46
|
+
tickOptions:{formatString:'%b %#d, %Y', fontSize:'10pt', fontFamily:'Tahoma', angle:-40, fontWeight:'normal', fontStretch:1}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
series:[{lineWidth:4, markerOptions:{style:'square'}}]
|
50
|
+
});
|
51
|
+
|
52
|
+
});
|
53
|
+
</script>
|
54
|
+
|
55
|
+
</head>
|
56
|
+
<body>
|
57
|
+
<?php include "nav.inc"; ?>
|
58
|
+
<div id="chart" style="margin-top:20px; margin-left:60px; width:500px; height:300px;"></div>
|
59
|
+
|
60
|
+
</body>
|
61
|
+
</html>
|
@@ -0,0 +1,68 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
5
|
+
<title>jqPlot Test 2</title>
|
6
|
+
|
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
|
+
<!-- to render rotated axis ticks, include both the canvasText and canvasAxisTick renderers -->
|
19
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
20
|
+
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.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
|
+
<!-- END: load jqplot -->
|
24
|
+
|
25
|
+
<style type="text/css" media="screen">
|
26
|
+
.jqplot-axis-tick {
|
27
|
+
|
28
|
+
}
|
29
|
+
</style>
|
30
|
+
|
31
|
+
<script type="text/javascript" language="javascript">
|
32
|
+
|
33
|
+
$(document).ready(function(){
|
34
|
+
$.jqplot.config.enablePlugins = true;
|
35
|
+
|
36
|
+
line1=[['2008-09-30', 4], ['2008-10-30', 6.5], ['2008-11-30', 5.7], ['2008-12-30', 9], ['2009-01-30', 8.2], ['2009-02-28', 7.6], ['2009-03-30', 11.4], ['2009-04-30', 16.2], ['2009-05-30', 21.8], ['2009-06-30', 19.3], ['2009-07-30', 29.7], ['2009-08-30', 36.7], ['2009-09-30', 38.7], ['2009-10-30', 33.7], ['2009-11-30', 49.7], ['2009-12-30', 62.7]];
|
37
|
+
|
38
|
+
plot1 = $.jqplot('chart', [line1], {
|
39
|
+
title:'Rotated Axis Text',
|
40
|
+
axes:{
|
41
|
+
xaxis:{
|
42
|
+
renderer:$.jqplot.DateAxisRenderer,
|
43
|
+
min:'August 30, 2008',
|
44
|
+
tickInterval:'1 month',
|
45
|
+
rendererOptions:{
|
46
|
+
tickRenderer:$.jqplot.CanvasAxisTickRenderer},
|
47
|
+
tickOptions:{formatString:'%b %#d, %Y', fontSize:'10pt', fontFamily:'Tahoma', angle:-40, fontWeight:'normal', fontStretch:1}
|
48
|
+
},
|
49
|
+
yaxis:{
|
50
|
+
rendererOptions:{
|
51
|
+
tickRenderer:$.jqplot.CanvasAxisTickRenderer},
|
52
|
+
tickOptions:{formatString:'%.5f', fontSize:'10pt', fontFamily:'Tahoma', angle:30, fontWeight:'normal', fontStretch:1}
|
53
|
+
}
|
54
|
+
},
|
55
|
+
series:[{lineWidth:4, markerOptions:{style:'square'}}],
|
56
|
+
cursor:{zoom:true}
|
57
|
+
});
|
58
|
+
|
59
|
+
});
|
60
|
+
</script>
|
61
|
+
|
62
|
+
</head>
|
63
|
+
<body>
|
64
|
+
<?php include "nav.inc"; ?>
|
65
|
+
<div id="chart" style="margin-top:20px; margin-left:60px; width:500px; height:300px;"></div>
|
66
|
+
|
67
|
+
</body>
|
68
|
+
</html>
|