jqplot_rails 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +2 -0
- data/LICENSE +0 -0
- data/README.rdoc +1 -0
- data/files/dist/MIT-LICENSE.txt +21 -0
- data/files/dist/README.txt +77 -0
- data/files/dist/changes.txt +395 -0
- data/files/dist/copyright.txt +56 -0
- data/files/dist/docs/files/MIT-LICENSE-txt.html +39 -0
- data/files/dist/docs/files/changes-txt.html +39 -0
- data/files/dist/docs/files/gpl-2-0-txt.html +39 -0
- data/files/dist/docs/files/images/background.jpg +0 -0
- data/files/dist/docs/files/images/basicline.png +0 -0
- data/files/dist/docs/files/images/basiclogaxis.png +0 -0
- data/files/dist/docs/files/images/basiclogoptions.png +0 -0
- data/files/dist/docs/files/images/basicoptions.png +0 -0
- data/files/dist/docs/files/images/dualaxis.png +0 -0
- data/files/dist/docs/files/images/logo.jpg +0 -0
- data/files/dist/docs/files/images/navdocs.png +0 -0
- data/files/dist/docs/files/images/navdocsover.png +0 -0
- data/files/dist/docs/files/images/navdownload.png +0 -0
- data/files/dist/docs/files/images/navdownloadover.png +0 -0
- data/files/dist/docs/files/images/navexamples.png +0 -0
- data/files/dist/docs/files/images/navexamplesover.png +0 -0
- data/files/dist/docs/files/images/navhome.png +0 -0
- data/files/dist/docs/files/images/navhomeover.png +0 -0
- data/files/dist/docs/files/images/new.png +0 -0
- data/files/dist/docs/files/images/sample3.png +0 -0
- data/files/dist/docs/files/images/samplesm.png +0 -0
- data/files/dist/docs/files/jqPlotCssStyling-txt.html +39 -0
- data/files/dist/docs/files/jqPlotOptions-txt.html +292 -0
- data/files/dist/docs/files/jqplot-axisLabelRenderer-js.html +47 -0
- data/files/dist/docs/files/jqplot-axisTickRenderer-js.html +71 -0
- data/files/dist/docs/files/jqplot-canvasGridRenderer-js.html +39 -0
- data/files/dist/docs/files/jqplot-core-js.html +385 -0
- data/files/dist/docs/files/jqplot-divTitleRenderer-js.html +39 -0
- data/files/dist/docs/files/jqplot-lineRenderer-js.html +69 -0
- data/files/dist/docs/files/jqplot-linearAxisRenderer-js.html +61 -0
- data/files/dist/docs/files/jqplot-markerRenderer-js.html +65 -0
- data/files/dist/docs/files/jqplot-shadowRenderer-js.html +61 -0
- data/files/dist/docs/files/jqplot-shapeRenderer-js.html +65 -0
- data/files/dist/docs/files/jqplot-themeEngine-js.html +191 -0
- data/files/dist/docs/files/jqplot-toImage-js.html +39 -0
- data/files/dist/docs/files/optionsTutorial-txt.html +120 -0
- data/files/dist/docs/files/plugins/jqplot-BezierCurveRenderer-js.html +45 -0
- data/files/dist/docs/files/plugins/jqplot-barRenderer-js.html +69 -0
- data/files/dist/docs/files/plugins/jqplot-blockRenderer-js.html +53 -0
- data/files/dist/docs/files/plugins/jqplot-bubbleRenderer-js.html +71 -0
- data/files/dist/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html +63 -0
- data/files/dist/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html +79 -0
- data/files/dist/docs/files/plugins/jqplot-canvasOverlay-js.html +113 -0
- data/files/dist/docs/files/plugins/jqplot-categoryAxisRenderer-js.html +46 -0
- data/files/dist/docs/files/plugins/jqplot-ciParser-js.html +39 -0
- data/files/dist/docs/files/plugins/jqplot-cursor-js.html +93 -0
- data/files/dist/docs/files/plugins/jqplot-dateAxisRenderer-js.html +101 -0
- data/files/dist/docs/files/plugins/jqplot-donutRenderer-js.html +98 -0
- data/files/dist/docs/files/plugins/jqplot-dragable-js.html +45 -0
- data/files/dist/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html +49 -0
- data/files/dist/docs/files/plugins/jqplot-funnelRenderer-js.html +87 -0
- data/files/dist/docs/files/plugins/jqplot-highlighter-js.html +80 -0
- data/files/dist/docs/files/plugins/jqplot-logAxisRenderer-js.html +47 -0
- data/files/dist/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html +49 -0
- data/files/dist/docs/files/plugins/jqplot-mekkoRenderer-js.html +62 -0
- data/files/dist/docs/files/plugins/jqplot-meterGaugeRenderer-js.html +103 -0
- data/files/dist/docs/files/plugins/jqplot-ohlcRenderer-js.html +65 -0
- data/files/dist/docs/files/plugins/jqplot-pieRenderer-js.html +93 -0
- data/files/dist/docs/files/plugins/jqplot-pointLabels-js.html +72 -0
- data/files/dist/docs/files/plugins/jqplot-pyramidAxisRenderer-js.html +49 -0
- data/files/dist/docs/files/plugins/jqplot-pyramidGridRenderer-js.html +39 -0
- data/files/dist/docs/files/plugins/jqplot-pyramidRenderer-js.html +53 -0
- data/files/dist/docs/files/plugins/jqplot-trendline-js.html +67 -0
- data/files/dist/docs/files/usage-txt.html +58 -0
- data/files/dist/docs/index/Classes.html +70 -0
- data/files/dist/docs/index/Files.html +34 -0
- data/files/dist/docs/index/Functions.html +66 -0
- data/files/dist/docs/index/General.html +42 -0
- data/files/dist/docs/index/General2.html +42 -0
- data/files/dist/docs/index/General3.html +42 -0
- data/files/dist/docs/index/General4.html +46 -0
- data/files/dist/docs/index/General5.html +46 -0
- data/files/dist/docs/index/General6.html +34 -0
- data/files/dist/docs/index/General7.html +58 -0
- data/files/dist/docs/index/Hooks.html +46 -0
- data/files/dist/docs/index/Properties.html +42 -0
- data/files/dist/docs/index/Properties2.html +42 -0
- data/files/dist/docs/index/Properties3.html +46 -0
- data/files/dist/docs/index/Properties4.html +50 -0
- data/files/dist/docs/index/Properties5.html +34 -0
- data/files/dist/docs/index/Properties6.html +58 -0
- data/files/dist/docs/index.html +1 -0
- data/files/dist/docs/javascript/main.js +836 -0
- data/files/dist/docs/javascript/searchdata.js +182 -0
- data/files/dist/docs/search/ClassesA.html +20 -0
- data/files/dist/docs/search/ClassesD.html +20 -0
- data/files/dist/docs/search/ClassesG.html +20 -0
- data/files/dist/docs/search/ClassesH.html +20 -0
- data/files/dist/docs/search/ClassesJ.html +20 -0
- data/files/dist/docs/search/ClassesL.html +20 -0
- data/files/dist/docs/search/ClassesS.html +20 -0
- data/files/dist/docs/search/ClassesSymbols.html +20 -0
- data/files/dist/docs/search/ClassesT.html +20 -0
- data/files/dist/docs/search/ClassesV.html +20 -0
- data/files/dist/docs/search/FilesJ.html +20 -0
- data/files/dist/docs/search/FunctionsC.html +20 -0
- data/files/dist/docs/search/FunctionsD.html +20 -0
- data/files/dist/docs/search/FunctionsG.html +20 -0
- data/files/dist/docs/search/FunctionsI.html +20 -0
- data/files/dist/docs/search/FunctionsM.html +20 -0
- data/files/dist/docs/search/FunctionsN.html +20 -0
- data/files/dist/docs/search/FunctionsR.html +20 -0
- data/files/dist/docs/search/FunctionsS.html +20 -0
- data/files/dist/docs/search/FunctionsZ.html +20 -0
- data/files/dist/docs/search/GeneralA.html +20 -0
- data/files/dist/docs/search/GeneralB.html +20 -0
- data/files/dist/docs/search/GeneralC.html +20 -0
- data/files/dist/docs/search/GeneralD.html +20 -0
- data/files/dist/docs/search/GeneralE.html +20 -0
- data/files/dist/docs/search/GeneralF.html +20 -0
- data/files/dist/docs/search/GeneralG.html +20 -0
- data/files/dist/docs/search/GeneralH.html +20 -0
- data/files/dist/docs/search/GeneralI.html +20 -0
- data/files/dist/docs/search/GeneralJ.html +20 -0
- data/files/dist/docs/search/GeneralL.html +20 -0
- data/files/dist/docs/search/GeneralM.html +20 -0
- data/files/dist/docs/search/GeneralN.html +20 -0
- data/files/dist/docs/search/GeneralO.html +20 -0
- data/files/dist/docs/search/GeneralP.html +20 -0
- data/files/dist/docs/search/GeneralR.html +20 -0
- data/files/dist/docs/search/GeneralS.html +20 -0
- data/files/dist/docs/search/GeneralSymbols.html +20 -0
- data/files/dist/docs/search/GeneralT.html +20 -0
- data/files/dist/docs/search/GeneralU.html +20 -0
- data/files/dist/docs/search/GeneralV.html +20 -0
- data/files/dist/docs/search/GeneralW.html +20 -0
- data/files/dist/docs/search/GeneralX.html +20 -0
- data/files/dist/docs/search/GeneralY.html +20 -0
- data/files/dist/docs/search/GeneralZ.html +20 -0
- data/files/dist/docs/search/HooksA.html +20 -0
- data/files/dist/docs/search/HooksE.html +20 -0
- data/files/dist/docs/search/HooksJ.html +20 -0
- data/files/dist/docs/search/HooksP.html +20 -0
- data/files/dist/docs/search/NoResults.html +15 -0
- data/files/dist/docs/search/PropertiesA.html +20 -0
- data/files/dist/docs/search/PropertiesB.html +20 -0
- data/files/dist/docs/search/PropertiesC.html +20 -0
- data/files/dist/docs/search/PropertiesD.html +20 -0
- data/files/dist/docs/search/PropertiesE.html +20 -0
- data/files/dist/docs/search/PropertiesF.html +20 -0
- data/files/dist/docs/search/PropertiesG.html +20 -0
- data/files/dist/docs/search/PropertiesH.html +20 -0
- data/files/dist/docs/search/PropertiesI.html +20 -0
- data/files/dist/docs/search/PropertiesL.html +20 -0
- data/files/dist/docs/search/PropertiesM.html +20 -0
- data/files/dist/docs/search/PropertiesN.html +20 -0
- data/files/dist/docs/search/PropertiesO.html +20 -0
- data/files/dist/docs/search/PropertiesP.html +20 -0
- data/files/dist/docs/search/PropertiesR.html +20 -0
- data/files/dist/docs/search/PropertiesS.html +20 -0
- data/files/dist/docs/search/PropertiesT.html +20 -0
- data/files/dist/docs/search/PropertiesU.html +20 -0
- data/files/dist/docs/search/PropertiesV.html +20 -0
- data/files/dist/docs/search/PropertiesW.html +20 -0
- data/files/dist/docs/search/PropertiesX.html +20 -0
- data/files/dist/docs/search/PropertiesY.html +20 -0
- data/files/dist/docs/search/PropertiesZ.html +20 -0
- data/files/dist/docs/styles/1.css +767 -0
- data/files/dist/docs/styles/2.css +174 -0
- data/files/dist/docs/styles/main.css +2 -0
- data/files/dist/examples/KCPsample4.csv +25 -0
- data/files/dist/examples/ajax-loader.gif +0 -0
- data/files/dist/examples/area.html +139 -0
- data/files/dist/examples/axisLabelTests.html +157 -0
- data/files/dist/examples/axisLabelsRotatedText.html +229 -0
- data/files/dist/examples/axisScalingForceTickAt.html +242 -0
- data/files/dist/examples/bandedLine.html +310 -0
- data/files/dist/examples/bar-charts.html +219 -0
- data/files/dist/examples/barLineAnimated.html +165 -0
- data/files/dist/examples/barTest.html +299 -0
- data/files/dist/examples/bezierCurve.html +125 -0
- data/files/dist/examples/blockPlot.html +197 -0
- data/files/dist/examples/bubble-plots.html +213 -0
- data/files/dist/examples/bubbleChart.html +264 -0
- data/files/dist/examples/candlestick-charts.html +209 -0
- data/files/dist/examples/candlestick.html +322 -0
- data/files/dist/examples/cursor-highlighter.html +137 -0
- data/files/dist/examples/customHighlighterCursorTrendline.html +104 -0
- data/files/dist/examples/dashboardWidget.html +212 -0
- data/files/dist/examples/dashedLines.html +227 -0
- data/files/dist/examples/data-renderers.html +144 -0
- data/files/dist/examples/date-axes.html +107 -0
- data/files/dist/examples/dateAxisLogAxisZooming.html +105 -0
- data/files/dist/examples/dateAxisRenderer.html +292 -0
- data/files/dist/examples/example.js +114 -0
- data/files/dist/examples/example.min.js +1 -0
- data/files/dist/examples/examples.css +135 -0
- data/files/dist/examples/examples.min.css +1 -0
- data/files/dist/examples/fillBetweenLines.html +134 -0
- data/files/dist/examples/hiddenPlotsInTabs.html +225 -0
- data/files/dist/examples/images/logo.jpg +0 -0
- data/files/dist/examples/index.html +100 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_454545_256x240.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_888888_256x240.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/jquery-ui.css +612 -0
- data/files/dist/examples/jquery-ui/css/ui-lightness/jquery-ui.min.css +10 -0
- data/files/dist/examples/jquery-ui/js/jquery-ui.min.js +473 -0
- data/files/dist/examples/jquery-ui/js/jquery.effects.blind.js +80 -0
- data/files/dist/examples/jquery-ui/js/jquery.effects.blind.min.js +14 -0
- data/files/dist/examples/jquery-ui/js/jquery.effects.core.js +890 -0
- data/files/dist/examples/jquery-ui/js/jquery.effects.core.min.js +32 -0
- data/files/dist/examples/jsondata.txt +1 -0
- data/files/dist/examples/kcp_area.html +250 -0
- data/files/dist/examples/kcp_cdf.html +351 -0
- data/files/dist/examples/kcp_engel.html +244 -0
- data/files/dist/examples/kcp_lorenz.html +510 -0
- data/files/dist/examples/kcp_pdf.html +387 -0
- data/files/dist/examples/kcp_pyramid.html +580 -0
- data/files/dist/examples/kcp_pyramid2.html +568 -0
- data/files/dist/examples/line-charts.html +193 -0
- data/files/dist/examples/mekkoCharts.html +269 -0
- data/files/dist/examples/meterGauge.html +179 -0
- data/files/dist/examples/nav.inc +40 -0
- data/files/dist/examples/pie-donut-charts.html +160 -0
- data/files/dist/examples/pieTest.html +187 -0
- data/files/dist/examples/pieTest2.js +80 -0
- data/files/dist/examples/pieTest4.html +258 -0
- data/files/dist/examples/point-labels.html +193 -0
- data/files/dist/examples/resizablePlot.html +196 -0
- data/files/dist/examples/rotated-tick-labels.html +216 -0
- data/files/dist/examples/rotatedTickLabelsZoom.html +118 -0
- data/files/dist/examples/smoothedLine.html +137 -0
- data/files/dist/examples/syntaxhighlighter/LGPL-LICENSE +165 -0
- data/files/dist/examples/syntaxhighlighter/MIT-LICENSE +20 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shAutoloader.js +17 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shAutoloader.min.js +1 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shBrushJScript.js +52 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shBrushJScript.min.js +1 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shBrushXml.js +69 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shBrushXml.min.js +1 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shCore.js +17 -0
- data/files/dist/examples/syntaxhighlighter/scripts/shCore.min.js +1 -0
- data/files/dist/examples/syntaxhighlighter/styles/shCore.css +226 -0
- data/files/dist/examples/syntaxhighlighter/styles/shCore.min.css +1 -0
- data/files/dist/examples/syntaxhighlighter/styles/shCoreDefault.css +328 -0
- data/files/dist/examples/syntaxhighlighter/styles/shCoreDefault.min.css +1 -0
- data/files/dist/examples/syntaxhighlighter/styles/shThemeDefault.css +117 -0
- data/files/dist/examples/syntaxhighlighter/styles/shThemeDefault.min.css +1 -0
- data/files/dist/examples/syntaxhighlighter/styles/shThemejqPlot.css +138 -0
- data/files/dist/examples/syntaxhighlighter/styles/shThemejqPlot.min.css +1 -0
- data/files/dist/examples/theming.html +519 -0
- data/files/dist/examples/topbanner.inc +9 -0
- data/files/dist/examples/waterfall.html +162 -0
- data/files/dist/examples/waterfall2.html +231 -0
- data/files/dist/examples/yahooData.js +1807 -0
- data/files/dist/examples/yahooData.min.js +1 -0
- data/files/dist/examples/zoom1.html +149 -0
- data/files/dist/examples/zoomOptions.html +176 -0
- data/files/dist/examples/zoomProxy.html +110 -0
- data/files/dist/examples/zooming.html +209 -0
- data/files/dist/excanvas.js +1438 -0
- data/files/dist/excanvas.min.js +57 -0
- data/files/dist/gpl-2.0.txt +280 -0
- data/files/dist/jqPlotCssStyling.txt +53 -0
- data/files/dist/jqPlotOptions.txt +276 -0
- data/files/dist/jquery.jqplot.css +259 -0
- data/files/dist/jquery.jqplot.js +10901 -0
- data/files/dist/jquery.jqplot.min.css +1 -0
- data/files/dist/jquery.js +9046 -0
- data/files/dist/jquery.min.js +4 -0
- data/files/dist/optionsTutorial.txt +240 -0
- data/files/dist/plugins/jqplot.BezierCurveRenderer.js +312 -0
- data/files/dist/plugins/jqplot.BezierCurveRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.barRenderer.js +747 -0
- data/files/dist/plugins/jqplot.barRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.blockRenderer.js +234 -0
- data/files/dist/plugins/jqplot.blockRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.bubbleRenderer.js +754 -0
- data/files/dist/plugins/jqplot.bubbleRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.canvasAxisLabelRenderer.js +202 -0
- data/files/dist/plugins/jqplot.canvasAxisLabelRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.canvasAxisTickRenderer.js +242 -0
- data/files/dist/plugins/jqplot.canvasAxisTickRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.canvasOverlay.js +864 -0
- data/files/dist/plugins/jqplot.canvasOverlay.min.js +57 -0
- data/files/dist/plugins/jqplot.canvasTextRenderer.js +448 -0
- data/files/dist/plugins/jqplot.canvasTextRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.categoryAxisRenderer.js +636 -0
- data/files/dist/plugins/jqplot.categoryAxisRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.ciParser.js +115 -0
- data/files/dist/plugins/jqplot.ciParser.min.js +57 -0
- data/files/dist/plugins/jqplot.cursor.js +1093 -0
- data/files/dist/plugins/jqplot.cursor.min.js +57 -0
- data/files/dist/plugins/jqplot.dateAxisRenderer.js +702 -0
- data/files/dist/plugins/jqplot.dateAxisRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.donutRenderer.js +800 -0
- data/files/dist/plugins/jqplot.donutRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.dragable.js +224 -0
- data/files/dist/plugins/jqplot.dragable.min.js +57 -0
- data/files/dist/plugins/jqplot.enhancedLegendRenderer.js +241 -0
- data/files/dist/plugins/jqplot.enhancedLegendRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.funnelRenderer.js +938 -0
- data/files/dist/plugins/jqplot.funnelRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.highlighter.js +454 -0
- data/files/dist/plugins/jqplot.highlighter.min.js +57 -0
- data/files/dist/plugins/jqplot.json2.js +475 -0
- data/files/dist/plugins/jqplot.json2.min.js +57 -0
- data/files/dist/plugins/jqplot.logAxisRenderer.js +528 -0
- data/files/dist/plugins/jqplot.logAxisRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.mekkoAxisRenderer.js +610 -0
- data/files/dist/plugins/jqplot.mekkoAxisRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.mekkoRenderer.js +436 -0
- data/files/dist/plugins/jqplot.mekkoRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.meterGaugeRenderer.js +1029 -0
- data/files/dist/plugins/jqplot.meterGaugeRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.ohlcRenderer.js +372 -0
- data/files/dist/plugins/jqplot.ohlcRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.pieRenderer.js +899 -0
- data/files/dist/plugins/jqplot.pieRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.pointLabels.js +362 -0
- data/files/dist/plugins/jqplot.pointLabels.min.js +57 -0
- data/files/dist/plugins/jqplot.pyramidAxisRenderer.js +730 -0
- data/files/dist/plugins/jqplot.pyramidAxisRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.pyramidGridRenderer.js +423 -0
- data/files/dist/plugins/jqplot.pyramidGridRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.pyramidRenderer.js +490 -0
- data/files/dist/plugins/jqplot.pyramidRenderer.min.js +57 -0
- data/files/dist/plugins/jqplot.trendline.js +222 -0
- data/files/dist/plugins/jqplot.trendline.min.js +57 -0
- data/files/dist/usage.txt +126 -0
- data/files/javascripts/excanvas.min.js +57 -0
- data/files/javascripts/jquery.jqplot.min.js +57 -0
- data/files/javascripts/plugins/jqplot.BezierCurveRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.barRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.blockRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.bubbleRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.canvasAxisLabelRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.canvasAxisTickRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.canvasOverlay.min.js +57 -0
- data/files/javascripts/plugins/jqplot.canvasTextRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.categoryAxisRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.ciParser.min.js +57 -0
- data/files/javascripts/plugins/jqplot.cursor.min.js +57 -0
- data/files/javascripts/plugins/jqplot.dateAxisRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.donutRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.dragable.min.js +57 -0
- data/files/javascripts/plugins/jqplot.enhancedLegendRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.funnelRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.highlighter.min.js +57 -0
- data/files/javascripts/plugins/jqplot.json2.min.js +57 -0
- data/files/javascripts/plugins/jqplot.logAxisRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.mekkoAxisRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.mekkoRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.meterGaugeRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.ohlcRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.pieRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.pointLabels.min.js +57 -0
- data/files/javascripts/plugins/jqplot.pyramidAxisRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.pyramidGridRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.pyramidRenderer.min.js +57 -0
- data/files/javascripts/plugins/jqplot.trendline.min.js +57 -0
- data/files/stylesheets/jqplot_rails_overrides.css +3 -0
- data/files/stylesheets/jquery.jqplot.min.css +1 -0
- data/lib/jqplot_rails/jqplot_action_view.rb +106 -0
- data/lib/jqplot_rails/railtie.rb +29 -0
- data/lib/jqplot_rails/tasks.rb +58 -0
- data/lib/jqplot_rails/version.rb +17 -0
- data/lib/jqplot_rails.rb +5 -0
- metadata +473 -0
@@ -0,0 +1,568 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
|
6
|
+
<title>Pyramid Charts 2</title>
|
7
|
+
|
8
|
+
<link class="include" rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
9
|
+
<link rel="stylesheet" type="text/css" href="examples.min.css" />
|
10
|
+
<link type="text/css" rel="stylesheet" href="syntaxhighlighter/styles/shCoreDefault.min.css" />
|
11
|
+
<link type="text/css" rel="stylesheet" href="syntaxhighlighter/styles/shThemejqPlot.min.css" />
|
12
|
+
|
13
|
+
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
14
|
+
<script class="include" type="text/javascript" src="../jquery.min.js"></script>
|
15
|
+
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<div class="logo">
|
20
|
+
<div class="nav">
|
21
|
+
<a class="nav" href="../../../index.php"><span>></span>Home</a>
|
22
|
+
<a class="nav" href="../../../docs/"><span>></span>Docs</a>
|
23
|
+
<a class="nav" href="../../download/"><span>></span>Download</a>
|
24
|
+
<a class="nav" href="../../../info.php"><span>></span>Info</a>
|
25
|
+
<a class="nav" href="../../../donate.php"><span>></span>Donate</a>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<div class="example-content">
|
29
|
+
|
30
|
+
<div class="example-nav">
|
31
|
+
<a href="kcp_pyramid.html">Previous</a> <a href="./">Examples</a> <a href="line-charts.html">Next</a></div>
|
32
|
+
|
33
|
+
|
34
|
+
<!-- Example scripts go here -->
|
35
|
+
|
36
|
+
<link class="include" type="text/css" href="jquery-ui/css/ui-lightness/jquery-ui.min.css" rel="Stylesheet" />
|
37
|
+
|
38
|
+
<style type="text/css">
|
39
|
+
.chart-container {
|
40
|
+
border: 1px solid darkblue;
|
41
|
+
padding: 30px;
|
42
|
+
width: 600px;
|
43
|
+
height: 700px;
|
44
|
+
}
|
45
|
+
|
46
|
+
#chart1 {
|
47
|
+
width: 96%;
|
48
|
+
height: 96%;
|
49
|
+
}
|
50
|
+
|
51
|
+
.jqplot-datestamp {
|
52
|
+
font-size: 0.8em;
|
53
|
+
color: #777;
|
54
|
+
/* margin-top: 1em;
|
55
|
+
text-align: right;*/
|
56
|
+
font-style: italic;
|
57
|
+
position: absolute;
|
58
|
+
bottom: 15px;
|
59
|
+
right: 15px;
|
60
|
+
}
|
61
|
+
|
62
|
+
td.controls li {
|
63
|
+
list-style-type: none;
|
64
|
+
}
|
65
|
+
|
66
|
+
td.controls ul {
|
67
|
+
margin-top: 0.5em;
|
68
|
+
padding-left: 0.2em;
|
69
|
+
}
|
70
|
+
|
71
|
+
pre.code {
|
72
|
+
margin-top: 45px;
|
73
|
+
clear: both;
|
74
|
+
}
|
75
|
+
|
76
|
+
</style>
|
77
|
+
|
78
|
+
<table class="app">
|
79
|
+
<td class="controls">
|
80
|
+
|
81
|
+
<div style="margin-bottom: 15px;">
|
82
|
+
Axes:
|
83
|
+
<select name="axisPosition">
|
84
|
+
<option value="both">Left & Right</option>
|
85
|
+
<option value = "left">Left</option>
|
86
|
+
<option value = "right">Right</option>
|
87
|
+
<option value = "mid">Mid</option>
|
88
|
+
</select>
|
89
|
+
</div>
|
90
|
+
|
91
|
+
<div>
|
92
|
+
Background Color:
|
93
|
+
<ul>
|
94
|
+
<li><input name="backgroundColor" value="white" type="radio" checked />Default</li>
|
95
|
+
<li><input name="backgroundColor" value="#efefef" type="radio" />Gray</li>
|
96
|
+
</ul>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
<div>
|
100
|
+
Pyramid Color:
|
101
|
+
<ul>
|
102
|
+
<li><input name="seriesColor" value="green" type="radio" checked />Green</li>
|
103
|
+
<li><input name="seriesColor" value="blue" type="radio" />Blue</li>
|
104
|
+
</ul>
|
105
|
+
</div>
|
106
|
+
|
107
|
+
<div>
|
108
|
+
Grids:
|
109
|
+
<ul>
|
110
|
+
<li><input name="gridsVertical" value="vertical" type="checkbox" checked />Vertical</li>
|
111
|
+
<li><input name="gridsHorizontal" value="horizontal" type="checkbox" checked />Horizontal</li>
|
112
|
+
<li><input name="showMinorTicks" value="true" type="checkbox" />Only major</li>
|
113
|
+
<li><input name="plotBands" value="true" type="checkbox" />Plot Bands</li>
|
114
|
+
</ul>
|
115
|
+
</div>
|
116
|
+
|
117
|
+
<div>
|
118
|
+
<ul>
|
119
|
+
<li><input name="barPadding" value="4" type="checkbox" checked />Gap between bars</li>
|
120
|
+
<!-- value for showContour is speed at which to fade lines in/out -->
|
121
|
+
<li><input name="showContour" value="500" type="checkbox" />Comparison Line</li>
|
122
|
+
</ul>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
<div class="tooltip">
|
126
|
+
<table>
|
127
|
+
<tr>
|
128
|
+
<td>Age: </td><td><div class="tooltip-item" id="tooltipAge"> </div></td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td>Male: </td><td><div class="tooltip-item" id="tooltipMale"> </div></td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td>Female: </td><td><div class="tooltip-item" id="tooltipFemale"> </div></td>
|
135
|
+
</tr>
|
136
|
+
<tr>
|
137
|
+
<td>Ratio: </td><td><div class="tooltip-item" id="tooltipRatio"> </div></td>
|
138
|
+
</tr>
|
139
|
+
</table>
|
140
|
+
</div>
|
141
|
+
</td>
|
142
|
+
|
143
|
+
<td class="chart">
|
144
|
+
<div class="chart-container">
|
145
|
+
<div id="chart1"></div>
|
146
|
+
<div class="jqplot-datestamp"></div>
|
147
|
+
</div>
|
148
|
+
</td>
|
149
|
+
|
150
|
+
</table>
|
151
|
+
|
152
|
+
<pre class="code brush:js"></pre>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
<script class="code" type="text/javascript" language="javascript">
|
157
|
+
$(document).ready(function(){
|
158
|
+
|
159
|
+
// the "x" values from the data will go into the ticks array.
|
160
|
+
// ticks should be strings for this case where we have values like "75+"
|
161
|
+
var ticks = ["0-4", "5-9", "10-14", "15-19", "20-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65-69", "70-74", "75+"];
|
162
|
+
|
163
|
+
// The "y" values of the data are put into seperate series arrays.
|
164
|
+
var male = [4.425251, 5.064975, 4.401382, 3.787731, 2.306403, 3.110203, 2.824716, 3.846422, 3.067799, 2.936013, 2.505067, 2.018346, 1.90446, 1.357237, 0.909704, 0.988836];
|
165
|
+
var female = [4.28698, 4.343237, 4.710053, 3.99281, 2.811107, 3.191518, 4.855351, 4.62347, 4.032976, 4.414623, 3.210845, 2.426347, 2.635736, 1.811459, 1.515899, 1.683044];
|
166
|
+
var male2 = [1.445677, 2.088224, 2.159879, 2.401152, 3.701622, 3.897444, 5.048783, 4.367545, 3.304588, 3.784367, 3.059088, 2.052513, 1.412907, 0.934326, 0.541234, 0.784258];
|
167
|
+
var female2 =[2.238284, 2.974165, 2.360351, 3.03517, 4.80941, 6.229139, 7.257596, 5.847782, 5.226342, 6.201237, 4.474141, 2.769444, 2.048169, 1.47749, 0.87372, 1.193951];
|
168
|
+
|
169
|
+
// Custom color arrays are set up for each series to get the look that is desired.
|
170
|
+
// Two color arrays are created for the default and optional color which the user can pick.
|
171
|
+
var greenColors = ["#526D2C", "#77933C", "#C57225", "#C57225"];
|
172
|
+
var blueColors = ["#3F7492", "#4F9AB8", "#C57225", "#C57225"];
|
173
|
+
|
174
|
+
// To accomodate changing y axis, need to keep track of plot options.
|
175
|
+
// changing axes will require recreating the plot, so need to keep
|
176
|
+
// track of state changes.
|
177
|
+
var plotOptions = {
|
178
|
+
// We set up a customized title which acts as labels for the left and right sides of the pyramid.
|
179
|
+
title: '<div style="float:left;width:50%;text-align:center">Male</div><div style="float:right;width:50%;text-align:center">Female</div>',
|
180
|
+
|
181
|
+
// by default, the series will use the green color scheme.
|
182
|
+
seriesColors: greenColors,
|
183
|
+
|
184
|
+
grid: {
|
185
|
+
drawBorder: false,
|
186
|
+
shadow: false,
|
187
|
+
background: "white",
|
188
|
+
rendererOptions: {
|
189
|
+
// plotBands is an option of the pyramidGridRenderer.
|
190
|
+
// it will put banding at starting at a specified value
|
191
|
+
// along the y axis with an adjustable interval.
|
192
|
+
plotBands: {
|
193
|
+
show: false,
|
194
|
+
interval: 2
|
195
|
+
}
|
196
|
+
},
|
197
|
+
},
|
198
|
+
|
199
|
+
// This makes the effective starting value of the axes 0 instead of 1.
|
200
|
+
// For display, the y axis will use the ticks we supplied.
|
201
|
+
defaultAxisStart: 0,
|
202
|
+
seriesDefaults: {
|
203
|
+
renderer: $.jqplot.PyramidRenderer,
|
204
|
+
rendererOptions: {
|
205
|
+
barPadding: 4
|
206
|
+
},
|
207
|
+
yaxis: "yaxis",
|
208
|
+
shadow: false
|
209
|
+
},
|
210
|
+
|
211
|
+
// We have 4 series, the left and right pyramid bars and
|
212
|
+
// the left and rigt overlay lines.
|
213
|
+
series: [
|
214
|
+
// For pyramid plots, the default side is right.
|
215
|
+
// We want to override here to put first set of bars
|
216
|
+
// on left.
|
217
|
+
{rendererOptions:{side: "left"}},
|
218
|
+
{yaxis: "y2axis"},
|
219
|
+
// Pyramid series are filled bars by default.
|
220
|
+
// The overlay series will be unfilled lines.
|
221
|
+
{
|
222
|
+
rendererOptions: {
|
223
|
+
fill: false,
|
224
|
+
side: "left"
|
225
|
+
}
|
226
|
+
},
|
227
|
+
{
|
228
|
+
yaxis: "y2axis",
|
229
|
+
rendererOptions: {
|
230
|
+
fill: false
|
231
|
+
}
|
232
|
+
}
|
233
|
+
],
|
234
|
+
|
235
|
+
// Set up all the y axes, since users are allowed to switch between them.
|
236
|
+
// The only axis that will show is the one that the series are "attached" to.
|
237
|
+
// We need the appropriate options for the others for when the user switches.
|
238
|
+
axes: {
|
239
|
+
xaxis: {
|
240
|
+
tickOptions: {},
|
241
|
+
rendererOptions: {
|
242
|
+
baselineWidth: 2
|
243
|
+
}
|
244
|
+
},
|
245
|
+
yaxis: {
|
246
|
+
label: "Age",
|
247
|
+
// Use canvas label renderer to get rotated labels.
|
248
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
249
|
+
// include empty tick options, they will be used
|
250
|
+
// as users set options with plot controls.
|
251
|
+
tickOptions: {},
|
252
|
+
showMinorTicks: true,
|
253
|
+
ticks: ticks,
|
254
|
+
rendererOptions: {
|
255
|
+
category: true,
|
256
|
+
baselineWidth: 2
|
257
|
+
}
|
258
|
+
},
|
259
|
+
yMidAxis: {
|
260
|
+
label: "Age",
|
261
|
+
// include empty tick options, they will be used
|
262
|
+
// as users set options with plot controls.
|
263
|
+
tickOptions: {},
|
264
|
+
showMinorTicks: true,
|
265
|
+
ticks: ticks,
|
266
|
+
rendererOptions: {
|
267
|
+
category: true,
|
268
|
+
baselineWidth: 2
|
269
|
+
}
|
270
|
+
},
|
271
|
+
y2axis: {
|
272
|
+
label: "Age",
|
273
|
+
// Use canvas label renderer to get rotated labels.
|
274
|
+
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
275
|
+
// include empty tick options, they will be used
|
276
|
+
// as users set options with plot controls.
|
277
|
+
tickOptions: {},
|
278
|
+
showMinorTicks: true,
|
279
|
+
ticks: ticks,
|
280
|
+
rendererOptions: {
|
281
|
+
category: true,
|
282
|
+
baselineWidth: 2
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
};
|
287
|
+
|
288
|
+
// initialize form elements
|
289
|
+
// set these before attaching event handlers.
|
290
|
+
|
291
|
+
$("input[type=checkbox][name=gridsVertical]").attr("checked", true);
|
292
|
+
$("input[type=checkbox][name=gridsHorizontal]").attr("checked", true);
|
293
|
+
$("input[type=checkbox][name=showMinorTicks]").attr("checked", false);
|
294
|
+
$("input[type=checkbox][name=plotBands]").attr("checked", false);
|
295
|
+
$("input[type=checkbox][name=showContour]").attr("checked", true);
|
296
|
+
$("input[type=checkbox][name=barPadding]").attr("checked", true);
|
297
|
+
$("select[name=axisPosition]").val("both");
|
298
|
+
$("input[type=radio][name=backgroundColor]").attr("checked", false);
|
299
|
+
$("input[type=radio][name=backgroundColor][value=white]").attr("checked", true);
|
300
|
+
$("input[type=radio][name=backgroundColor]").attr("checked", false);
|
301
|
+
$("input[type=radio][name=backgroundColor][value=white]").attr("checked", true);
|
302
|
+
$("input[type=radio][name=seriesColor]").attr("checked", false);
|
303
|
+
$("input[type=radio][name=seriesColor][value=green]").attr("checked", true);
|
304
|
+
|
305
|
+
plot1 = $.jqplot("chart1", [male, female, male2, female2], plotOptions);
|
306
|
+
|
307
|
+
// After plot creation, check to see if contours should be displayed
|
308
|
+
checkContour();
|
309
|
+
|
310
|
+
//////
|
311
|
+
// The followng functions use verbose css selectors to make
|
312
|
+
// it clear exactly which elements they are binging to/operating on
|
313
|
+
//////
|
314
|
+
|
315
|
+
//////
|
316
|
+
// Function which checkes if the countour lines checkbox is checked.
|
317
|
+
// If not, hide the contour lines.
|
318
|
+
//////
|
319
|
+
function checkContour() {
|
320
|
+
if (!$("input[type=checkbox][name=showContour]").get(0).checked) {
|
321
|
+
plot1.series[2].canvas._elem.addClass("jqplot-series-hidden");
|
322
|
+
plot1.series[2].canvas._elem.hide();
|
323
|
+
plot1.series[3].canvas._elem.addClass("jqplot-series-hidden");
|
324
|
+
plot1.series[3].canvas._elem.hide();
|
325
|
+
}
|
326
|
+
}
|
327
|
+
|
328
|
+
$("select[name=axisPosition]").change(function(){
|
329
|
+
// this refers to the html element we are binding to.
|
330
|
+
// $(this) is jQuery object on that element.
|
331
|
+
|
332
|
+
switch ($(this).val()) {
|
333
|
+
case "both":
|
334
|
+
plotOptions.series[0].yaxis = "yaxis";
|
335
|
+
plotOptions.series[1].yaxis = "y2axis";
|
336
|
+
plotOptions.series[2].yaxis = "yaxis";
|
337
|
+
plotOptions.series[3].yaxis = "y2axis";
|
338
|
+
break;
|
339
|
+
case "left":
|
340
|
+
plotOptions.series[0].yaxis = "yaxis";
|
341
|
+
plotOptions.series[1].yaxis = "yaxis";
|
342
|
+
plotOptions.series[2].yaxis = "yaxis";
|
343
|
+
plotOptions.series[3].yaxis = "yaxis";
|
344
|
+
break;
|
345
|
+
case "right":
|
346
|
+
plotOptions.series[0].yaxis = "y2axis";
|
347
|
+
plotOptions.series[1].yaxis = "y2axis";
|
348
|
+
plotOptions.series[2].yaxis = "y2axis";
|
349
|
+
plotOptions.series[3].yaxis = "y2axis";
|
350
|
+
break;
|
351
|
+
case "mid":
|
352
|
+
plotOptions.series[0].yaxis = "yMidAxis";
|
353
|
+
plotOptions.series[1].yaxis = "yMidAxis";
|
354
|
+
plotOptions.series[2].yaxis = "yMidAxis";
|
355
|
+
plotOptions.series[3].yaxis = "yMidAxis";
|
356
|
+
break;
|
357
|
+
default:
|
358
|
+
break;
|
359
|
+
|
360
|
+
}
|
361
|
+
|
362
|
+
plot1.destroy();
|
363
|
+
plot1 = $.jqplot("chart1", [male, female, male2, female2], plotOptions);
|
364
|
+
// Finally, check to see if we need to hide contour lines.
|
365
|
+
checkContour();
|
366
|
+
});
|
367
|
+
|
368
|
+
$("input[type=radio][name=backgroundColor]").change(function(){
|
369
|
+
// this refers to the html element we are binding to.
|
370
|
+
// $(this) is jQuery object on that element.
|
371
|
+
plot1.grid.background = $(this).val();
|
372
|
+
plotOptions.grid.background = $(this).val();
|
373
|
+
plot1.replot();
|
374
|
+
// Finally, check to see if we need to hide contour lines.
|
375
|
+
checkContour();
|
376
|
+
});
|
377
|
+
|
378
|
+
$("input[type=radio][name=seriesColor]").change(function(){
|
379
|
+
// this refers to the html element we are binding to.
|
380
|
+
// $(this) is jQuery object on that element.
|
381
|
+
if ($(this).val() === "blue") {
|
382
|
+
// reset highlight colors so they will be recalculated.
|
383
|
+
plot1.series[0].highlightColors = [];
|
384
|
+
plot1.series[1].highlightColors = [];
|
385
|
+
// reset series color to properly calculate highlight color.
|
386
|
+
plot1.series[0].color = blueColors[0];
|
387
|
+
plot1.series[1].color = blueColors[1];
|
388
|
+
// to actually draw a new color, have to set the color on the shaperenderer.
|
389
|
+
plot1.series[0].renderer.shapeRenderer.fillStyle = blueColors[0];
|
390
|
+
plot1.series[1].renderer.shapeRenderer.fillStyle = blueColors[1];
|
391
|
+
// update plot options state.
|
392
|
+
plotOptions.seriesColors = blueColors;
|
393
|
+
}
|
394
|
+
else if ($(this).val() === "green") {
|
395
|
+
// reset highlight colors so they will be recalculated.
|
396
|
+
plot1.series[0].highlightColors = [];
|
397
|
+
plot1.series[1].highlightColors = [];
|
398
|
+
// reset series color to properly calculate highlight color.
|
399
|
+
plot1.series[0].color = greenColors[0];
|
400
|
+
plot1.series[1].color = greenColors[1];
|
401
|
+
// to actually draw a new color, have to set the color on the shaperenderer.
|
402
|
+
plot1.series[0].renderer.shapeRenderer.fillStyle = greenColors[0];
|
403
|
+
plot1.series[1].renderer.shapeRenderer.fillStyle = greenColors[1];
|
404
|
+
// update plot options state.
|
405
|
+
plotOptions.seriesColors = blueColors;
|
406
|
+
}
|
407
|
+
plot1.replot();
|
408
|
+
// Finally, check to see if we need to hide contour lines.
|
409
|
+
checkContour();
|
410
|
+
});
|
411
|
+
|
412
|
+
|
413
|
+
$("input[type=checkbox][name=gridsVertical]").change(function(){
|
414
|
+
// this refers to the html element we are binding to.
|
415
|
+
// $(this) is jQuery object on that element.
|
416
|
+
plot1.axes.xaxis.tickOptions.showGridline = this.checked;
|
417
|
+
plotOptions.axes.xaxis.tickOptions.showGridline = this.checked;
|
418
|
+
plot1.replot();
|
419
|
+
// Finally, check to see if we need to hide contour lines.
|
420
|
+
checkContour();
|
421
|
+
});
|
422
|
+
|
423
|
+
$("input[type=checkbox][name=gridsHorizontal]").change(function(){
|
424
|
+
// this refers to the html element we are binding to.
|
425
|
+
// $(this) is jQuery object on that element.
|
426
|
+
plot1.axes.yaxis.tickOptions.showGridline = this.checked;
|
427
|
+
plot1.axes.y2axis.tickOptions.showGridline = this.checked;
|
428
|
+
plot1.axes.yMidAxis.tickOptions.showGridline = this.checked;
|
429
|
+
plotOptions.axes.yaxis.tickOptions.showGridline = this.checked;
|
430
|
+
plotOptions.axes.y2axis.tickOptions.showGridline = this.checked;
|
431
|
+
plotOptions.axes.yMidAxis.tickOptions.showGridline = this.checked;
|
432
|
+
plot1.replot();
|
433
|
+
// Finally, check to see if we need to hide contour lines.
|
434
|
+
checkContour();
|
435
|
+
});
|
436
|
+
|
437
|
+
$("input[type=checkbox][name=showMinorTicks]").change(function(){
|
438
|
+
// this refers to the html element we are binding to.
|
439
|
+
// $(this) is jQuery object on that element.
|
440
|
+
plot1.axes.yaxis.showMinorTicks = !this.checked;
|
441
|
+
plot1.axes.y2axis.showMinorTicks = !this.checked;
|
442
|
+
plot1.axes.yMidAxis.showMinorTicks = !this.checked;
|
443
|
+
plotOptions.axes.yaxis.showMinorTicks = !this.checked;
|
444
|
+
plotOptions.axes.y2axis.showMinorTicks = !this.checked;
|
445
|
+
plotOptions.axes.yMidAxis.showMinorTicks = !this.checked;
|
446
|
+
plot1.replot();
|
447
|
+
// Finally, check to see if we need to hide contour lines.
|
448
|
+
checkContour();
|
449
|
+
});
|
450
|
+
|
451
|
+
$("input[type=checkbox][name=plotBands]").change(function(){
|
452
|
+
// this refers to the html element we are binding to.
|
453
|
+
// $(this) is jQuery object on that element.
|
454
|
+
plot1.grid.plotBands.show = this.checked;
|
455
|
+
plotOptions.grid.rendererOptions.plotBands.show = this.checked;
|
456
|
+
plot1.replot();
|
457
|
+
// Finally, check to see if we need to hide contour lines.
|
458
|
+
checkContour();
|
459
|
+
});
|
460
|
+
|
461
|
+
$("input[type=checkbox][name=showContour]").change(function(){
|
462
|
+
// this refers to the html element we are binding to.
|
463
|
+
// $(this) is jQuery object on that element.
|
464
|
+
var speed = $(this).val();
|
465
|
+
if (this.checked) {
|
466
|
+
plot1.series[2].canvas._elem.removeClass("jqplot-series-hidden");
|
467
|
+
plot1.series[2].canvas._elem.fadeIn(speed);
|
468
|
+
plot1.series[3].canvas._elem.removeClass("jqplot-series-hidden");
|
469
|
+
plot1.series[3].canvas._elem.fadeIn(speed);
|
470
|
+
}
|
471
|
+
else {
|
472
|
+
plot1.series[2].canvas._elem.addClass("jqplot-series-hidden");
|
473
|
+
plot1.series[2].canvas._elem.fadeOut(speed);
|
474
|
+
plot1.series[3].canvas._elem.addClass("jqplot-series-hidden");
|
475
|
+
plot1.series[3].canvas._elem.fadeOut(speed);
|
476
|
+
}
|
477
|
+
});
|
478
|
+
|
479
|
+
$("input[type=checkbox][name=barPadding]").change(function(){
|
480
|
+
// this refers to the html element we are binding to.
|
481
|
+
// $(this) is jQuery object on that element.
|
482
|
+
if (this.checked) {
|
483
|
+
var val = parseFloat($(this).val());
|
484
|
+
plot1.series[0].barPadding = val;
|
485
|
+
plot1.series[1].barPadding = val;
|
486
|
+
plotOptions.seriesDefaults.rendererOptions.barPadding = val;
|
487
|
+
}
|
488
|
+
else {
|
489
|
+
plot1.series[0].barPadding = 0;
|
490
|
+
plot1.series[1].barPadding = 0;
|
491
|
+
plotOptions.seriesDefaults.rendererOptions.barPadding = 0;
|
492
|
+
}
|
493
|
+
plot1.replot();
|
494
|
+
// Finally, check to see if we need to hide contour lines.
|
495
|
+
checkContour();
|
496
|
+
});
|
497
|
+
|
498
|
+
// bind to the data highlighting event to make custom tooltip:
|
499
|
+
$(".jqplot-target").bind("jqplotDataHighlight", function(evt, seriesIndex, pointIndex, data) {
|
500
|
+
// Here, assume first series is male poulation and second series is female population.
|
501
|
+
// Adjust series indices as appropriate.
|
502
|
+
var malePopulation = Math.abs(plot1.series[0].data[pointIndex][1]);
|
503
|
+
var femalePopulation = Math.abs(plot1.series[1].data[pointIndex][1]);
|
504
|
+
var ratio = femalePopulation / malePopulation * 100;
|
505
|
+
|
506
|
+
$("#tooltipMale").stop(true, true).fadeIn(250).html(malePopulation.toPrecision(4));
|
507
|
+
$("#tooltipFemale").stop(true, true).fadeIn(250).html(femalePopulation.toPrecision(4));
|
508
|
+
$("#tooltipRatio").stop(true, true).fadeIn(250).html(ratio.toPrecision(4));
|
509
|
+
|
510
|
+
// Since we don't know which axis is rendererd and acive with out a little extra work,
|
511
|
+
// just use the supplied ticks array to get the age label.
|
512
|
+
$("#tooltipAge").stop(true, true).fadeIn(250).html(ticks[pointIndex]);
|
513
|
+
});
|
514
|
+
|
515
|
+
// bind to the data highlighting event to make custom tooltip:
|
516
|
+
$(".jqplot-target").bind("jqplotDataUnhighlight", function(evt, seriesIndex, pointIndex, data) {
|
517
|
+
// clear out all the tooltips.
|
518
|
+
$(".tooltip-item").stop(true, true).fadeOut(200).html('');
|
519
|
+
});
|
520
|
+
|
521
|
+
// add a date at the bottom.
|
522
|
+
|
523
|
+
var d = new $.jsDate();
|
524
|
+
$("div.jqplot-datestamp").html("Generated on "+d.strftime("%v"));
|
525
|
+
|
526
|
+
$("div.chart-container").resizable({delay:20});
|
527
|
+
|
528
|
+
$("div.chart-container").bind("resize", function(event, ui) {
|
529
|
+
plot1.replot();
|
530
|
+
});
|
531
|
+
|
532
|
+
});
|
533
|
+
</script>
|
534
|
+
|
535
|
+
<!-- End example scripts -->
|
536
|
+
|
537
|
+
<!-- Don't touch this! -->
|
538
|
+
|
539
|
+
|
540
|
+
<script class="include" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
541
|
+
<script type="text/javascript" src="syntaxhighlighter/scripts/shCore.min.js"></script>
|
542
|
+
<script type="text/javascript" src="syntaxhighlighter/scripts/shBrushJScript.min.js"></script>
|
543
|
+
<script type="text/javascript" src="syntaxhighlighter/scripts/shBrushXml.min.js"></script>
|
544
|
+
<!-- End Don't touch this! -->
|
545
|
+
|
546
|
+
<!-- Additional plugins go here -->
|
547
|
+
|
548
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.min.js"></script>
|
549
|
+
|
550
|
+
<!-- load the pyramidAxis and Grid renderers in production. pyramidRenderer will try to load via ajax if not present, but that is not optimal and depends on paths being set. -->
|
551
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.pyramidAxisRenderer.min.js"></script>
|
552
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.pyramidGridRenderer.min.js"></script>
|
553
|
+
|
554
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.pyramidRenderer.min.js"></script>
|
555
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.min.js"></script>
|
556
|
+
<script class="include" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
|
557
|
+
<script class="include" type="text/javascript" src="jquery-ui/js/jquery-ui.min.js"></script>
|
558
|
+
|
559
|
+
<!-- End additional plugins -->
|
560
|
+
|
561
|
+
|
562
|
+
</div>
|
563
|
+
<script type="text/javascript" src="example.min.js"></script>
|
564
|
+
|
565
|
+
</body>
|
566
|
+
|
567
|
+
|
568
|
+
</html>
|