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,528 @@
|
|
1
|
+
/**
|
2
|
+
* jqPlot
|
3
|
+
* Pure JavaScript plotting plugin using jQuery
|
4
|
+
*
|
5
|
+
* Version: 1.0.0b2_r1012
|
6
|
+
*
|
7
|
+
* Copyright (c) 2009-2011 Chris Leonello
|
8
|
+
* jqPlot is currently available for use in all personal or commercial projects
|
9
|
+
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
10
|
+
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
11
|
+
* choose the license that best suits your project and use it accordingly.
|
12
|
+
*
|
13
|
+
* Although not required, the author would appreciate an email letting him
|
14
|
+
* know of any substantial use of jqPlot. You can reach the author at:
|
15
|
+
* chris at jqplot dot com or see http://www.jqplot.com/info.php .
|
16
|
+
*
|
17
|
+
* If you are feeling kind and generous, consider supporting the project by
|
18
|
+
* making a donation at: http://www.jqplot.com/donate.php .
|
19
|
+
*
|
20
|
+
* sprintf functions contained in jqplot.sprintf.js by Ash Searle:
|
21
|
+
*
|
22
|
+
* version 2007.04.27
|
23
|
+
* author Ash Searle
|
24
|
+
* http://hexmen.com/blog/2007/03/printf-sprintf/
|
25
|
+
* http://hexmen.com/js/sprintf.js
|
26
|
+
* The author (Ash Searle) has placed this code in the public domain:
|
27
|
+
* "This code is unrestricted: you are free to use it however you like."
|
28
|
+
*
|
29
|
+
*/
|
30
|
+
(function($) {
|
31
|
+
/**
|
32
|
+
* class: $.jqplot.LogAxisRenderer
|
33
|
+
* A plugin for a jqPlot to render a logarithmic axis.
|
34
|
+
*
|
35
|
+
* To use this renderer, include the plugin in your source
|
36
|
+
* > <script type="text/javascript" language="javascript" src="plugins/jqplot.logAxisRenderer.js"></script>
|
37
|
+
*
|
38
|
+
* and supply the appropriate options to your plot
|
39
|
+
*
|
40
|
+
* > {axes:{xaxis:{renderer:$.jqplot.LogAxisRenderer}}}
|
41
|
+
**/
|
42
|
+
$.jqplot.LogAxisRenderer = function() {
|
43
|
+
$.jqplot.LinearAxisRenderer.call(this);
|
44
|
+
// prop: axisDefaults
|
45
|
+
// Default properties which will be applied directly to the series.
|
46
|
+
//
|
47
|
+
// Group: Properties
|
48
|
+
//
|
49
|
+
// Properties
|
50
|
+
//
|
51
|
+
// base - the logarithmic base, commonly 2, 10 or Math.E
|
52
|
+
// tickDistribution - Deprecated. "power" distribution of ticks
|
53
|
+
// always used. Option has no effect.
|
54
|
+
this.axisDefaults = {
|
55
|
+
base : 10,
|
56
|
+
tickDistribution :'power'
|
57
|
+
};
|
58
|
+
};
|
59
|
+
|
60
|
+
$.jqplot.LogAxisRenderer.prototype = new $.jqplot.LinearAxisRenderer();
|
61
|
+
$.jqplot.LogAxisRenderer.prototype.constructor = $.jqplot.LogAxisRenderer;
|
62
|
+
|
63
|
+
$.jqplot.LogAxisRenderer.prototype.init = function(options) {
|
64
|
+
// prop: drawBaseline
|
65
|
+
// True to draw the axis baseline.
|
66
|
+
this.drawBaseline = true;
|
67
|
+
// prop: minorTicks
|
68
|
+
// Number of ticks to add between "major" ticks.
|
69
|
+
// Major ticks are ticks supplied by user or auto computed.
|
70
|
+
// Minor ticks cannot be created by user.
|
71
|
+
this.minorTicks = 'auto';
|
72
|
+
this._scalefact = 1.0;
|
73
|
+
|
74
|
+
$.extend(true, this, options);
|
75
|
+
|
76
|
+
this._autoFormatString = '%d';
|
77
|
+
this._overrideFormatString = false;
|
78
|
+
|
79
|
+
for (var d in this.renderer.axisDefaults) {
|
80
|
+
if (this[d] == null) {
|
81
|
+
this[d] = this.renderer.axisDefaults[d];
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
this.resetDataBounds();
|
86
|
+
};
|
87
|
+
|
88
|
+
$.jqplot.LogAxisRenderer.prototype.createTicks = function(plot) {
|
89
|
+
// we're are operating on an axis here
|
90
|
+
var ticks = this._ticks;
|
91
|
+
var userTicks = this.ticks;
|
92
|
+
var name = this.name;
|
93
|
+
var db = this._dataBounds;
|
94
|
+
var dim = (this.name.charAt(0) === 'x') ? this._plotDimensions.width : this._plotDimensions.height;
|
95
|
+
var interval;
|
96
|
+
var min, max;
|
97
|
+
var pos1, pos2;
|
98
|
+
var tt, i;
|
99
|
+
|
100
|
+
var threshold = 30;
|
101
|
+
// For some reason scalefactor is screwing up ticks.
|
102
|
+
this._scalefact = (Math.max(dim, threshold+1) - threshold)/300;
|
103
|
+
|
104
|
+
// if we already have ticks, use them.
|
105
|
+
// ticks must be in order of increasing value.
|
106
|
+
if (userTicks.length) {
|
107
|
+
// ticks could be 1D or 2D array of [val, val, ,,,] or [[val, label], [val, label], ...] or mixed
|
108
|
+
for (i=0; i<userTicks.length; i++){
|
109
|
+
var ut = userTicks[i];
|
110
|
+
var t = new this.tickRenderer(this.tickOptions);
|
111
|
+
if (ut.constructor == Array) {
|
112
|
+
t.value = ut[0];
|
113
|
+
t.label = ut[1];
|
114
|
+
if (!this.showTicks) {
|
115
|
+
t.showLabel = false;
|
116
|
+
t.showMark = false;
|
117
|
+
}
|
118
|
+
else if (!this.showTickMarks) {
|
119
|
+
t.showMark = false;
|
120
|
+
}
|
121
|
+
t.setTick(ut[0], this.name);
|
122
|
+
this._ticks.push(t);
|
123
|
+
}
|
124
|
+
|
125
|
+
else if ($.isPlainObject(ut)) {
|
126
|
+
$.extend(true, t, ut);
|
127
|
+
t.axis = this.name;
|
128
|
+
this._ticks.push(t);
|
129
|
+
}
|
130
|
+
|
131
|
+
else {
|
132
|
+
t.value = ut;
|
133
|
+
if (!this.showTicks) {
|
134
|
+
t.showLabel = false;
|
135
|
+
t.showMark = false;
|
136
|
+
}
|
137
|
+
else if (!this.showTickMarks) {
|
138
|
+
t.showMark = false;
|
139
|
+
}
|
140
|
+
t.setTick(ut, this.name);
|
141
|
+
this._ticks.push(t);
|
142
|
+
}
|
143
|
+
}
|
144
|
+
this.numberTicks = userTicks.length;
|
145
|
+
this.min = this._ticks[0].value;
|
146
|
+
this.max = this._ticks[this.numberTicks-1].value;
|
147
|
+
}
|
148
|
+
|
149
|
+
// we don't have any ticks yet, let's make some!
|
150
|
+
else if (this.min == null && this.max == null) {
|
151
|
+
min = db.min * (2 - this.padMin);
|
152
|
+
max = db.max * this.padMax;
|
153
|
+
|
154
|
+
// if min and max are same, space them out a bit
|
155
|
+
if (min == max) {
|
156
|
+
var adj = 0.05;
|
157
|
+
min = min*(1-adj);
|
158
|
+
max = max*(1+adj);
|
159
|
+
}
|
160
|
+
|
161
|
+
// perform some checks
|
162
|
+
if (this.min != null && this.min <= 0) {
|
163
|
+
throw('log axis minimum must be greater than 0');
|
164
|
+
}
|
165
|
+
if (this.max != null && this.max <= 0) {
|
166
|
+
throw('log axis maximum must be greater than 0');
|
167
|
+
}
|
168
|
+
|
169
|
+
function findCeil (val) {
|
170
|
+
var order = Math.pow(10, Math.floor(Math.log(val)/Math.LN10));
|
171
|
+
return Math.ceil(val/order) * order;
|
172
|
+
}
|
173
|
+
|
174
|
+
function findFloor(val) {
|
175
|
+
var order = Math.pow(10, Math.floor(Math.log(val)/Math.LN10));
|
176
|
+
return Math.floor(val/order) * order;
|
177
|
+
}
|
178
|
+
|
179
|
+
// var range = max - min;
|
180
|
+
var rmin, rmax;
|
181
|
+
|
182
|
+
// for power distribution, open up range to get a nice power of axis.renderer.base.
|
183
|
+
// power distribution won't respect the user's min/max settings.
|
184
|
+
rmin = Math.pow(this.base, Math.floor(Math.log(min)/Math.log(this.base)));
|
185
|
+
rmax = Math.pow(this.base, Math.ceil(Math.log(max)/Math.log(this.base)));
|
186
|
+
|
187
|
+
// // if min and max are same, space them out a bit
|
188
|
+
// if (rmin === rmax) {
|
189
|
+
// var adj = 0.05;
|
190
|
+
// rmin = rmin*(1-adj);
|
191
|
+
// rmax = rmax*(1+adj);
|
192
|
+
// }
|
193
|
+
|
194
|
+
var order = Math.round(Math.log(rmin)/Math.LN10);
|
195
|
+
|
196
|
+
if (this.tickOptions == null || !this.tickOptions.formatString) {
|
197
|
+
this._overrideFormatString = true;
|
198
|
+
}
|
199
|
+
|
200
|
+
this.min = rmin;
|
201
|
+
this.max = rmax;
|
202
|
+
var range = this.max - this.min;
|
203
|
+
|
204
|
+
var minorTicks = (this.minorTicks === 'auto') ? 0 : this.minorTicks;
|
205
|
+
var numberTicks;
|
206
|
+
if (this.numberTicks == null){
|
207
|
+
if (dim > 140) {
|
208
|
+
numberTicks = Math.round(Math.log(this.max/this.min)/Math.log(this.base) + 1);
|
209
|
+
if (numberTicks < 2) {
|
210
|
+
numberTicks = 2;
|
211
|
+
}
|
212
|
+
if (minorTicks === 0) {
|
213
|
+
var temp = dim/(numberTicks - 1);
|
214
|
+
if (temp < 100) {
|
215
|
+
minorTicks = 0;
|
216
|
+
}
|
217
|
+
else if (temp < 190) {
|
218
|
+
minorTicks = 1;
|
219
|
+
}
|
220
|
+
else if (temp < 250) {
|
221
|
+
minorTicks = 3;
|
222
|
+
}
|
223
|
+
else if (temp < 600) {
|
224
|
+
minorTicks = 4;
|
225
|
+
}
|
226
|
+
else {
|
227
|
+
minorTicks = 9;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
}
|
231
|
+
else {
|
232
|
+
numberTicks = 2;
|
233
|
+
if (minorTicks === 0) {
|
234
|
+
minorTicks = 1;
|
235
|
+
}
|
236
|
+
minorTicks = 0;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
else {
|
240
|
+
numberTicks = this.numberTicks;
|
241
|
+
}
|
242
|
+
|
243
|
+
if (order >= 0 && minorTicks !== 3) {
|
244
|
+
this._autoFormatString = '%d';
|
245
|
+
}
|
246
|
+
// Adjust format string for case with 3 ticks where we'll have like 1, 2.5, 5, 7.5, 10
|
247
|
+
else if (order <= 0 && minorTicks === 3) {
|
248
|
+
var temp = -(order - 1);
|
249
|
+
this._autoFormatString = '%.'+ Math.abs(order-1) + 'f';
|
250
|
+
}
|
251
|
+
|
252
|
+
// Adjust format string for values less than 1.
|
253
|
+
else if (order < 0) {
|
254
|
+
var temp = -order;
|
255
|
+
this._autoFormatString = '%.'+ Math.abs(order) + 'f';
|
256
|
+
}
|
257
|
+
|
258
|
+
else {
|
259
|
+
this._autoFormatString = '%d';
|
260
|
+
}
|
261
|
+
|
262
|
+
var to, t, val, tt1, spread, interval;
|
263
|
+
for (var i=0; i<numberTicks; i++){
|
264
|
+
tt = Math.pow(this.base, i - numberTicks + 1) * this.max;
|
265
|
+
|
266
|
+
t = new this.tickRenderer(this.tickOptions);
|
267
|
+
|
268
|
+
if (this._overrideFormatString) {
|
269
|
+
t.formatString = this._autoFormatString;
|
270
|
+
}
|
271
|
+
|
272
|
+
if (!this.showTicks) {
|
273
|
+
t.showLabel = false;
|
274
|
+
t.showMark = false;
|
275
|
+
}
|
276
|
+
else if (!this.showTickMarks) {
|
277
|
+
t.showMark = false;
|
278
|
+
}
|
279
|
+
t.setTick(tt, this.name);
|
280
|
+
this._ticks.push(t);
|
281
|
+
|
282
|
+
if (minorTicks && i<numberTicks-1) {
|
283
|
+
tt1 = Math.pow(this.base, i - numberTicks + 2) * this.max;
|
284
|
+
spread = tt1 - tt;
|
285
|
+
interval = tt1 / (minorTicks+1);
|
286
|
+
for (var j=minorTicks-1; j>=0; j--) {
|
287
|
+
val = tt1-interval*(j+1);
|
288
|
+
t = new this.tickRenderer(this.tickOptions);
|
289
|
+
|
290
|
+
if (this._overrideFormatString && this._autoFormatString != '') {
|
291
|
+
t.formatString = this._autoFormatString;
|
292
|
+
}
|
293
|
+
if (!this.showTicks) {
|
294
|
+
t.showLabel = false;
|
295
|
+
t.showMark = false;
|
296
|
+
}
|
297
|
+
else if (!this.showTickMarks) {
|
298
|
+
t.showMark = false;
|
299
|
+
}
|
300
|
+
t.setTick(val, this.name);
|
301
|
+
this._ticks.push(t);
|
302
|
+
}
|
303
|
+
}
|
304
|
+
}
|
305
|
+
}
|
306
|
+
|
307
|
+
// min and max are set as would be the case with zooming
|
308
|
+
else if (this.min != null && this.max != null) {
|
309
|
+
var opts = $.extend(true, {}, this.tickOptions, {name: this.name, value: null});
|
310
|
+
var nt, ti;
|
311
|
+
// don't have an interval yet, pick one that gives the most
|
312
|
+
// "round" ticks we can get.
|
313
|
+
if (this.numberTicks == null && this.tickInterval == null) {
|
314
|
+
// var threshold = 30;
|
315
|
+
var tdim = Math.max(dim, threshold+1);
|
316
|
+
var nttarget = Math.ceil((tdim-threshold)/35 + 1);
|
317
|
+
|
318
|
+
var ret = $.jqplot.LinearTickGenerator.bestConstrainedInterval(this.min, this.max, nttarget);
|
319
|
+
|
320
|
+
this._autoFormatString = ret[3];
|
321
|
+
nt = ret[2];
|
322
|
+
ti = ret[4];
|
323
|
+
|
324
|
+
for (var i=0; i<nt; i++) {
|
325
|
+
opts.value = this.min + i * ti;
|
326
|
+
t = new this.tickRenderer(opts);
|
327
|
+
|
328
|
+
if (this._overrideFormatString && this._autoFormatString != '') {
|
329
|
+
t.formatString = this._autoFormatString;
|
330
|
+
}
|
331
|
+
if (!this.showTicks) {
|
332
|
+
t.showLabel = false;
|
333
|
+
t.showMark = false;
|
334
|
+
}
|
335
|
+
else if (!this.showTickMarks) {
|
336
|
+
t.showMark = false;
|
337
|
+
}
|
338
|
+
this._ticks.push(t);
|
339
|
+
}
|
340
|
+
}
|
341
|
+
|
342
|
+
// for loose zoom, number ticks and interval are also set.
|
343
|
+
else if (this.numberTicks != null && this.tickInterval != null) {
|
344
|
+
nt = this.numberTicks;
|
345
|
+
for (var i=0; i<nt; i++) {
|
346
|
+
opts.value = this.min + i * this.tickInterval;
|
347
|
+
t = new this.tickRenderer(opts);
|
348
|
+
|
349
|
+
if (this._overrideFormatString && this._autoFormatString != '') {
|
350
|
+
t.formatString = this._autoFormatString;
|
351
|
+
}
|
352
|
+
if (!this.showTicks) {
|
353
|
+
t.showLabel = false;
|
354
|
+
t.showMark = false;
|
355
|
+
}
|
356
|
+
else if (!this.showTickMarks) {
|
357
|
+
t.showMark = false;
|
358
|
+
}
|
359
|
+
this._ticks.push(t);
|
360
|
+
}
|
361
|
+
}
|
362
|
+
}
|
363
|
+
};
|
364
|
+
|
365
|
+
$.jqplot.LogAxisRenderer.prototype.pack = function(pos, offsets) {
|
366
|
+
var lb = parseInt(this.base, 10);
|
367
|
+
var ticks = this._ticks;
|
368
|
+
var trans = function (v) { return Math.log(v)/Math.log(lb); };
|
369
|
+
var invtrans = function (v) { return Math.pow(Math.E, (Math.log(lb)*v)); };
|
370
|
+
var max = trans(this.max);
|
371
|
+
var min = trans(this.min);
|
372
|
+
var offmax = offsets.max;
|
373
|
+
var offmin = offsets.min;
|
374
|
+
var lshow = (this._label == null) ? false : this._label.show;
|
375
|
+
|
376
|
+
for (var p in pos) {
|
377
|
+
this._elem.css(p, pos[p]);
|
378
|
+
}
|
379
|
+
|
380
|
+
this._offsets = offsets;
|
381
|
+
// pixellength will be + for x axes and - for y axes becasue pixels always measured from top left.
|
382
|
+
var pixellength = offmax - offmin;
|
383
|
+
var unitlength = max - min;
|
384
|
+
|
385
|
+
// point to unit and unit to point conversions references to Plot DOM element top left corner.
|
386
|
+
this.p2u = function(p){
|
387
|
+
return invtrans((p - offmin) * unitlength / pixellength + min);
|
388
|
+
};
|
389
|
+
|
390
|
+
this.u2p = function(u){
|
391
|
+
return (trans(u) - min) * pixellength / unitlength + offmin;
|
392
|
+
};
|
393
|
+
|
394
|
+
if (this.name == 'xaxis' || this.name == 'x2axis'){
|
395
|
+
this.series_u2p = function(u){
|
396
|
+
return (trans(u) - min) * pixellength / unitlength;
|
397
|
+
};
|
398
|
+
this.series_p2u = function(p){
|
399
|
+
return invtrans(p * unitlength / pixellength + min);
|
400
|
+
};
|
401
|
+
}
|
402
|
+
// yaxis is max at top of canvas.
|
403
|
+
else {
|
404
|
+
this.series_u2p = function(u){
|
405
|
+
return (trans(u) - max) * pixellength / unitlength;
|
406
|
+
};
|
407
|
+
this.series_p2u = function(p){
|
408
|
+
return invtrans(p * unitlength / pixellength + max);
|
409
|
+
};
|
410
|
+
}
|
411
|
+
|
412
|
+
if (this.show) {
|
413
|
+
if (this.name == 'xaxis' || this.name == 'x2axis') {
|
414
|
+
for (var i=0; i<ticks.length; i++) {
|
415
|
+
var t = ticks[i];
|
416
|
+
if (t.show && t.showLabel) {
|
417
|
+
var shim;
|
418
|
+
|
419
|
+
if (t.constructor == $.jqplot.CanvasAxisTickRenderer && t.angle) {
|
420
|
+
switch (t.labelPosition) {
|
421
|
+
case 'auto':
|
422
|
+
// position at end
|
423
|
+
if (t.angle < 0) {
|
424
|
+
shim = -t.getWidth() + t._textRenderer.height * Math.sin(-t._textRenderer.angle) / 2;
|
425
|
+
}
|
426
|
+
// position at start
|
427
|
+
else {
|
428
|
+
shim = -t._textRenderer.height * Math.sin(t._textRenderer.angle) / 2;
|
429
|
+
}
|
430
|
+
break;
|
431
|
+
case 'end':
|
432
|
+
shim = -t.getWidth() + t._textRenderer.height * Math.sin(-t._textRenderer.angle) / 2;
|
433
|
+
break;
|
434
|
+
case 'start':
|
435
|
+
shim = -t._textRenderer.height * Math.sin(t._textRenderer.angle) / 2;
|
436
|
+
break;
|
437
|
+
case 'middle':
|
438
|
+
shim = -t.getWidth()/2 + t._textRenderer.height * Math.sin(-t._textRenderer.angle) / 2;
|
439
|
+
break;
|
440
|
+
default:
|
441
|
+
shim = -t.getWidth()/2 + t._textRenderer.height * Math.sin(-t._textRenderer.angle) / 2;
|
442
|
+
break;
|
443
|
+
}
|
444
|
+
}
|
445
|
+
else {
|
446
|
+
shim = -t.getWidth()/2;
|
447
|
+
}
|
448
|
+
// var shim = t.getWidth()/2;
|
449
|
+
var val = this.u2p(t.value) + shim + 'px';
|
450
|
+
t._elem.css('left', val);
|
451
|
+
t.pack();
|
452
|
+
}
|
453
|
+
}
|
454
|
+
if (lshow) {
|
455
|
+
var w = this._label._elem.outerWidth(true);
|
456
|
+
this._label._elem.css('left', offmin + pixellength/2 - w/2 + 'px');
|
457
|
+
if (this.name == 'xaxis') {
|
458
|
+
this._label._elem.css('bottom', '0px');
|
459
|
+
}
|
460
|
+
else {
|
461
|
+
this._label._elem.css('top', '0px');
|
462
|
+
}
|
463
|
+
this._label.pack();
|
464
|
+
}
|
465
|
+
}
|
466
|
+
else {
|
467
|
+
for (var i=0; i<ticks.length; i++) {
|
468
|
+
var t = ticks[i];
|
469
|
+
if (t.show && t.showLabel) {
|
470
|
+
var shim;
|
471
|
+
if (t.constructor == $.jqplot.CanvasAxisTickRenderer && t.angle) {
|
472
|
+
switch (t.labelPosition) {
|
473
|
+
case 'auto':
|
474
|
+
// position at end
|
475
|
+
case 'end':
|
476
|
+
if (t.angle < 0) {
|
477
|
+
shim = -t._textRenderer.height * Math.cos(-t._textRenderer.angle) / 2;
|
478
|
+
}
|
479
|
+
else {
|
480
|
+
shim = -t.getHeight() + t._textRenderer.height * Math.cos(t._textRenderer.angle) / 2;
|
481
|
+
}
|
482
|
+
break;
|
483
|
+
case 'start':
|
484
|
+
if (t.angle > 0) {
|
485
|
+
shim = -t._textRenderer.height * Math.cos(-t._textRenderer.angle) / 2;
|
486
|
+
}
|
487
|
+
else {
|
488
|
+
shim = -t.getHeight() + t._textRenderer.height * Math.cos(t._textRenderer.angle) / 2;
|
489
|
+
}
|
490
|
+
break;
|
491
|
+
case 'middle':
|
492
|
+
// if (t.angle > 0) {
|
493
|
+
// shim = -t.getHeight()/2 + t._textRenderer.height * Math.sin(-t._textRenderer.angle) / 2;
|
494
|
+
// }
|
495
|
+
// else {
|
496
|
+
// shim = -t.getHeight()/2 - t._textRenderer.height * Math.sin(t._textRenderer.angle) / 2;
|
497
|
+
// }
|
498
|
+
shim = -t.getHeight()/2;
|
499
|
+
break;
|
500
|
+
default:
|
501
|
+
shim = -t.getHeight()/2;
|
502
|
+
break;
|
503
|
+
}
|
504
|
+
}
|
505
|
+
else {
|
506
|
+
shim = -t.getHeight()/2;
|
507
|
+
}
|
508
|
+
|
509
|
+
var val = this.u2p(t.value) + shim + 'px';
|
510
|
+
t._elem.css('top', val);
|
511
|
+
t.pack();
|
512
|
+
}
|
513
|
+
}
|
514
|
+
if (lshow) {
|
515
|
+
var h = this._label._elem.outerHeight(true);
|
516
|
+
this._label._elem.css('top', offmax - pixellength/2 - h/2 + 'px');
|
517
|
+
if (this.name == 'yaxis') {
|
518
|
+
this._label._elem.css('left', '0px');
|
519
|
+
}
|
520
|
+
else {
|
521
|
+
this._label._elem.css('right', '0px');
|
522
|
+
}
|
523
|
+
this._label.pack();
|
524
|
+
}
|
525
|
+
}
|
526
|
+
}
|
527
|
+
};
|
528
|
+
})(jQuery);
|
@@ -0,0 +1,57 @@
|
|
1
|
+
/**
|
2
|
+
* jqPlot
|
3
|
+
* Pure JavaScript plotting plugin using jQuery
|
4
|
+
*
|
5
|
+
* Version: 1.0.0b2_r1012
|
6
|
+
*
|
7
|
+
* Copyright (c) 2009-2011 Chris Leonello
|
8
|
+
* jqPlot is currently available for use in all personal or commercial projects
|
9
|
+
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
10
|
+
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
11
|
+
* choose the license that best suits your project and use it accordingly.
|
12
|
+
*
|
13
|
+
* Although not required, the author would appreciate an email letting him
|
14
|
+
* know of any substantial use of jqPlot. You can reach the author at:
|
15
|
+
* chris at jqplot dot com or see http://www.jqplot.com/info.php .
|
16
|
+
*
|
17
|
+
* If you are feeling kind and generous, consider supporting the project by
|
18
|
+
* making a donation at: http://www.jqplot.com/donate.php .
|
19
|
+
*
|
20
|
+
* sprintf functions contained in jqplot.sprintf.js by Ash Searle:
|
21
|
+
*
|
22
|
+
* version 2007.04.27
|
23
|
+
* author Ash Searle
|
24
|
+
* http://hexmen.com/blog/2007/03/printf-sprintf/
|
25
|
+
* http://hexmen.com/js/sprintf.js
|
26
|
+
* The author (Ash Searle) has placed this code in the public domain:
|
27
|
+
* "This code is unrestricted: you are free to use it however you like."
|
28
|
+
*
|
29
|
+
* included jsDate library by Chris Leonello:
|
30
|
+
*
|
31
|
+
* Copyright (c) 2010-2011 Chris Leonello
|
32
|
+
*
|
33
|
+
* jsDate is currently available for use in all personal or commercial projects
|
34
|
+
* under both the MIT and GPL version 2.0 licenses. This means that you can
|
35
|
+
* choose the license that best suits your project and use it accordingly.
|
36
|
+
*
|
37
|
+
* jsDate borrows many concepts and ideas from the Date Instance
|
38
|
+
* Methods by Ken Snyder along with some parts of Ken's actual code.
|
39
|
+
*
|
40
|
+
* Ken's origianl Date Instance Methods and copyright notice:
|
41
|
+
*
|
42
|
+
* Ken Snyder (ken d snyder at gmail dot com)
|
43
|
+
* 2008-09-10
|
44
|
+
* version 2.0.2 (http://kendsnyder.com/sandbox/date/)
|
45
|
+
* Creative Commons Attribution License 3.0 (http://creativecommons.org/licenses/by/3.0/)
|
46
|
+
*
|
47
|
+
* jqplotToImage function based on Larry Siden's export-jqplot-to-png.js.
|
48
|
+
* Larry has generously given permission to adapt his code for inclusion
|
49
|
+
* into jqPlot.
|
50
|
+
*
|
51
|
+
* Larry's original code can be found here:
|
52
|
+
*
|
53
|
+
* https://github.com/lsiden/export-jqplot-to-png
|
54
|
+
*
|
55
|
+
*
|
56
|
+
*/
|
57
|
+
(function(a){a.jqplot.LogAxisRenderer=function(){a.jqplot.LinearAxisRenderer.call(this);this.axisDefaults={base:10,tickDistribution:"power"}};a.jqplot.LogAxisRenderer.prototype=new a.jqplot.LinearAxisRenderer();a.jqplot.LogAxisRenderer.prototype.constructor=a.jqplot.LogAxisRenderer;a.jqplot.LogAxisRenderer.prototype.init=function(b){this.drawBaseline=true;this.minorTicks="auto";this._scalefact=1;a.extend(true,this,b);this._autoFormatString="%d";this._overrideFormatString=false;for(var c in this.renderer.axisDefaults){if(this[c]==null){this[c]=this.renderer.axisDefaults[c]}}this.resetDataBounds()};a.jqplot.LogAxisRenderer.prototype.createTicks=function(d){var G=this._ticks;var w=this.ticks;var s=this.name;var u=this._dataBounds;var b=(this.name.charAt(0)==="x")?this._plotDimensions.width:this._plotDimensions.height;var k;var N,v;var m,l;var M,K;var g=30;this._scalefact=(Math.max(b,g+1)-g)/300;if(w.length){for(K=0;K<w.length;K++){var A=w[K];var H=new this.tickRenderer(this.tickOptions);if(A.constructor==Array){H.value=A[0];H.label=A[1];if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}H.setTick(A[0],this.name);this._ticks.push(H)}else{if(a.isPlainObject(A)){a.extend(true,H,A);H.axis=this.name;this._ticks.push(H)}else{H.value=A;if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}H.setTick(A,this.name);this._ticks.push(H)}}}this.numberTicks=w.length;this.min=this._ticks[0].value;this.max=this._ticks[this.numberTicks-1].value}else{if(this.min==null&&this.max==null){N=u.min*(2-this.padMin);v=u.max*this.padMax;if(N==v){var c=0.05;N=N*(1-c);v=v*(1+c)}if(this.min!=null&&this.min<=0){throw ("log axis minimum must be greater than 0")}if(this.max!=null&&this.max<=0){throw ("log axis maximum must be greater than 0")}function f(j){var i=Math.pow(10,Math.floor(Math.log(j)/Math.LN10));return Math.ceil(j/i)*i}function x(j){var i=Math.pow(10,Math.floor(Math.log(j)/Math.LN10));return Math.floor(j/i)*i}var F,r;F=Math.pow(this.base,Math.floor(Math.log(N)/Math.log(this.base)));r=Math.pow(this.base,Math.ceil(Math.log(v)/Math.log(this.base)));var E=Math.round(Math.log(F)/Math.LN10);if(this.tickOptions==null||!this.tickOptions.formatString){this._overrideFormatString=true}this.min=F;this.max=r;var q=this.max-this.min;var C=(this.minorTicks==="auto")?0:this.minorTicks;var h;if(this.numberTicks==null){if(b>140){h=Math.round(Math.log(this.max/this.min)/Math.log(this.base)+1);if(h<2){h=2}if(C===0){var o=b/(h-1);if(o<100){C=0}else{if(o<190){C=1}else{if(o<250){C=3}else{if(o<600){C=4}else{C=9}}}}}}else{h=2;if(C===0){C=1}C=0}}else{h=this.numberTicks}if(E>=0&&C!==3){this._autoFormatString="%d"}else{if(E<=0&&C===3){var o=-(E-1);this._autoFormatString="%."+Math.abs(E-1)+"f"}else{if(E<0){var o=-E;this._autoFormatString="%."+Math.abs(E)+"f"}else{this._autoFormatString="%d"}}}var O,H,z,p,n,k;for(var K=0;K<h;K++){M=Math.pow(this.base,K-h+1)*this.max;H=new this.tickRenderer(this.tickOptions);if(this._overrideFormatString){H.formatString=this._autoFormatString}if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}H.setTick(M,this.name);this._ticks.push(H);if(C&&K<h-1){p=Math.pow(this.base,K-h+2)*this.max;n=p-M;k=p/(C+1);for(var J=C-1;J>=0;J--){z=p-k*(J+1);H=new this.tickRenderer(this.tickOptions);if(this._overrideFormatString&&this._autoFormatString!=""){H.formatString=this._autoFormatString}if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}H.setTick(z,this.name);this._ticks.push(H)}}}}else{if(this.min!=null&&this.max!=null){var y=a.extend(true,{},this.tickOptions,{name:this.name,value:null});var I,e;if(this.numberTicks==null&&this.tickInterval==null){var D=Math.max(b,g+1);var L=Math.ceil((D-g)/35+1);var B=a.jqplot.LinearTickGenerator.bestConstrainedInterval(this.min,this.max,L);this._autoFormatString=B[3];I=B[2];e=B[4];for(var K=0;K<I;K++){y.value=this.min+K*e;H=new this.tickRenderer(y);if(this._overrideFormatString&&this._autoFormatString!=""){H.formatString=this._autoFormatString}if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}this._ticks.push(H)}}else{if(this.numberTicks!=null&&this.tickInterval!=null){I=this.numberTicks;for(var K=0;K<I;K++){y.value=this.min+K*this.tickInterval;H=new this.tickRenderer(y);if(this._overrideFormatString&&this._autoFormatString!=""){H.formatString=this._autoFormatString}if(!this.showTicks){H.showLabel=false;H.showMark=false}else{if(!this.showTickMarks){H.showMark=false}}this._ticks.push(H)}}}}}}};a.jqplot.LogAxisRenderer.prototype.pack=function(f,e){var r=parseInt(this.base,10);var y=this._ticks;var d=function(h){return Math.log(h)/Math.log(r)};var b=function(h){return Math.pow(Math.E,(Math.log(r)*h))};var u=d(this.max);var s=d(this.min);var m=e.max;var k=e.min;var o=(this._label==null)?false:this._label.show;for(var q in f){this._elem.css(q,f[q])}this._offsets=e;var g=m-k;var j=u-s;this.p2u=function(h){return b((h-k)*j/g+s)};this.u2p=function(h){return(d(h)-s)*g/j+k};if(this.name=="xaxis"||this.name=="x2axis"){this.series_u2p=function(h){return(d(h)-s)*g/j};this.series_p2u=function(h){return b(h*j/g+s)}}else{this.series_u2p=function(h){return(d(h)-u)*g/j};this.series_p2u=function(h){return b(h*j/g+u)}}if(this.show){if(this.name=="xaxis"||this.name=="x2axis"){for(var v=0;v<y.length;v++){var n=y[v];if(n.show&&n.showLabel){var c;if(n.constructor==a.jqplot.CanvasAxisTickRenderer&&n.angle){switch(n.labelPosition){case"auto":if(n.angle<0){c=-n.getWidth()+n._textRenderer.height*Math.sin(-n._textRenderer.angle)/2}else{c=-n._textRenderer.height*Math.sin(n._textRenderer.angle)/2}break;case"end":c=-n.getWidth()+n._textRenderer.height*Math.sin(-n._textRenderer.angle)/2;break;case"start":c=-n._textRenderer.height*Math.sin(n._textRenderer.angle)/2;break;case"middle":c=-n.getWidth()/2+n._textRenderer.height*Math.sin(-n._textRenderer.angle)/2;break;default:c=-n.getWidth()/2+n._textRenderer.height*Math.sin(-n._textRenderer.angle)/2;break}}else{c=-n.getWidth()/2}var z=this.u2p(n.value)+c+"px";n._elem.css("left",z);n.pack()}}if(o){var l=this._label._elem.outerWidth(true);this._label._elem.css("left",k+g/2-l/2+"px");if(this.name=="xaxis"){this._label._elem.css("bottom","0px")}else{this._label._elem.css("top","0px")}this._label.pack()}}else{for(var v=0;v<y.length;v++){var n=y[v];if(n.show&&n.showLabel){var c;if(n.constructor==a.jqplot.CanvasAxisTickRenderer&&n.angle){switch(n.labelPosition){case"auto":case"end":if(n.angle<0){c=-n._textRenderer.height*Math.cos(-n._textRenderer.angle)/2}else{c=-n.getHeight()+n._textRenderer.height*Math.cos(n._textRenderer.angle)/2}break;case"start":if(n.angle>0){c=-n._textRenderer.height*Math.cos(-n._textRenderer.angle)/2}else{c=-n.getHeight()+n._textRenderer.height*Math.cos(n._textRenderer.angle)/2}break;case"middle":c=-n.getHeight()/2;break;default:c=-n.getHeight()/2;break}}else{c=-n.getHeight()/2}var z=this.u2p(n.value)+c+"px";n._elem.css("top",z);n.pack()}}if(o){var x=this._label._elem.outerHeight(true);this._label._elem.css("top",m-g/2-x/2+"px");if(this.name=="yaxis"){this._label._elem.css("left","0px")}else{this._label._elem.css("right","0px")}this._label.pack()}}}}})(jQuery);
|