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,276 @@
|
|
1
|
+
Title: jqPlot Options
|
2
|
+
|
3
|
+
**This document is out of date. While the options described here should still be
|
4
|
+
relavent and valid, it has not been updated for many new options. Sorry for
|
5
|
+
this inconvenience.**
|
6
|
+
|
7
|
+
This document describes the options available to jqPlot. These are set with the
|
8
|
+
third argument to the $.jqplot('target', data, options) function. Options are
|
9
|
+
using the following convention:
|
10
|
+
|
11
|
+
{{{
|
12
|
+
property: default, // notes
|
13
|
+
}}}
|
14
|
+
|
15
|
+
This document is not complete! Not all options are shown! Also, Options marked
|
16
|
+
with ** in the notes are post 0.7.1 additions. They will be available in the next
|
17
|
+
release. Further information about the options can be found in the online API
|
18
|
+
documentation. For details on how the options relate to the API documentation,
|
19
|
+
see the <Options Tutorial> in the optionsTutorial.txt file.
|
20
|
+
|
21
|
+
{{{
|
22
|
+
options =
|
23
|
+
{
|
24
|
+
seriesColors: [ "#4bb2c5", "#c5b47f", "#EAA228", "#579575", "#839557", "#958c12",
|
25
|
+
"#953579", "#4b5de4", "#d8b83f", "#ff5800", "#0085cc"], // colors that will
|
26
|
+
// be assigned to the series. If there are more series than colors, colors
|
27
|
+
// will wrap around and start at the beginning again.
|
28
|
+
|
29
|
+
stackSeries: false, // if true, will create a stack plot.
|
30
|
+
// Currently supported by line and bar graphs.
|
31
|
+
|
32
|
+
title: '', // Title for the plot. Can also be specified as an object like:
|
33
|
+
|
34
|
+
title: {
|
35
|
+
text: '', // title for the plot,
|
36
|
+
show: true,
|
37
|
+
},
|
38
|
+
|
39
|
+
axesDefaults: {
|
40
|
+
show: false, // wether or not to renderer the axis. Determined automatically.
|
41
|
+
min: null, // minimum numerical value of the axis. Determined automatically.
|
42
|
+
max: null, // maximum numverical value of the axis. Determined automatically.
|
43
|
+
pad: 1.2, // a factor multiplied by the data range on the axis to give the
|
44
|
+
// axis range so that data points don't fall on the edges of the axis.
|
45
|
+
ticks: [], // a 1D [val1, val2, ...], or 2D [[val, label], [val, label], ...]
|
46
|
+
// array of ticks to use. Computed automatically.
|
47
|
+
numberTicks: undefined,
|
48
|
+
renderer: $.jqplot.LinearAxisRenderer, // renderer to use to draw the axis,
|
49
|
+
rendererOptions: {}, // options to pass to the renderer. LinearAxisRenderer
|
50
|
+
// has no options,
|
51
|
+
tickOptions: {
|
52
|
+
mark: 'outside', // Where to put the tick mark on the axis
|
53
|
+
// 'outside', 'inside' or 'cross',
|
54
|
+
showMark: true,
|
55
|
+
showGridline: true, // wether to draw a gridline (across the whole grid) at this tick,
|
56
|
+
markSize: 4, // length the tick will extend beyond the grid in pixels. For
|
57
|
+
// 'cross', length will be added above and below the grid boundary,
|
58
|
+
show: true, // wether to show the tick (mark and label),
|
59
|
+
showLabel: true, // wether to show the text label at the tick,
|
60
|
+
formatString: '', // format string to use with the axis tick formatter
|
61
|
+
}
|
62
|
+
showTicks: true, // wether or not to show the tick labels,
|
63
|
+
showTickMarks: true, // wether or not to show the tick marks
|
64
|
+
},
|
65
|
+
|
66
|
+
axes: {
|
67
|
+
xaxis: {
|
68
|
+
// same options as axesDefaults
|
69
|
+
},
|
70
|
+
yaxis: {
|
71
|
+
// same options as axesDefaults
|
72
|
+
},
|
73
|
+
x2axis: {
|
74
|
+
// same options as axesDefaults
|
75
|
+
},
|
76
|
+
y2axis: {
|
77
|
+
// same options as axesDefaults
|
78
|
+
}
|
79
|
+
},
|
80
|
+
|
81
|
+
seriesDefaults: {
|
82
|
+
show: true, // wether to render the series.
|
83
|
+
xaxis: 'xaxis', // either 'xaxis' or 'x2axis'.
|
84
|
+
yaxis: 'yaxis', // either 'yaxis' or 'y2axis'.
|
85
|
+
label: '', // label to use in the legend for this line.
|
86
|
+
color: '', // CSS color spec to use for the line. Determined automatically.
|
87
|
+
lineWidth: 2.5, // Width of the line in pixels.
|
88
|
+
shadow: true, // show shadow or not.
|
89
|
+
shadowAngle: 45, // angle (degrees) of the shadow, clockwise from x axis.
|
90
|
+
shadowOffset: 1.25, // offset from the line of the shadow.
|
91
|
+
shadowDepth: 3, // Number of strokes to make when drawing shadow. Each
|
92
|
+
// stroke offset by shadowOffset from the last.
|
93
|
+
shadowAlpha: 0.1, // Opacity of the shadow.
|
94
|
+
showLine: true, // whether to render the line segments or not.
|
95
|
+
showMarker: true, // render the data point markers or not.
|
96
|
+
fill: false, // fill under the line,
|
97
|
+
fillAndStroke: false, // **stroke a line at top of fill area.
|
98
|
+
fillColor: undefined, // **custom fill color for filled lines (default is line color).
|
99
|
+
fillAlpha: undefined, // **custom alpha to apply to fillColor.
|
100
|
+
renderer: $.jqplot.LineRenderer], // renderer used to draw the series.
|
101
|
+
rendererOptions: {}, // options passed to the renderer. LineRenderer has no options.
|
102
|
+
markerRenderer: $.jqplot.MarkerRenderer, // renderer to use to draw the data
|
103
|
+
// point markers.
|
104
|
+
markerOptions: {
|
105
|
+
show: true, // wether to show data point markers.
|
106
|
+
style: 'filledCircle', // circle, diamond, square, filledCircle.
|
107
|
+
// filledDiamond or filledSquare.
|
108
|
+
lineWidth: 2, // width of the stroke drawing the marker.
|
109
|
+
size: 9, // size (diameter, edge length, etc.) of the marker.
|
110
|
+
color: '#666666' // color of marker, set to color of line by default.
|
111
|
+
shadow: true, // wether to draw shadow on marker or not.
|
112
|
+
shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
|
113
|
+
shadowOffset: 1, // offset from the line of the shadow,
|
114
|
+
shadowDepth: 3, // Number of strokes to make when drawing shadow. Each stroke
|
115
|
+
// offset by shadowOffset from the last.
|
116
|
+
shadowAlpha: 0.07 // Opacity of the shadow
|
117
|
+
}
|
118
|
+
},
|
119
|
+
|
120
|
+
series:[
|
121
|
+
{Each series has same options as seriesDefaults},
|
122
|
+
{You can override each series individually here}
|
123
|
+
],
|
124
|
+
|
125
|
+
legend: {
|
126
|
+
show: false,
|
127
|
+
location: 'ne', // compass direction, nw, n, ne, e, se, s, sw, w.
|
128
|
+
xoffset: 12, // pixel offset of the legend box from the x (or x2) axis.
|
129
|
+
yoffset: 12, // pixel offset of the legend box from the y (or y2) axis.
|
130
|
+
},
|
131
|
+
|
132
|
+
grid: {
|
133
|
+
drawGridLines: true, // wether to draw lines across the grid or not.
|
134
|
+
gridLineColor: '#cccccc' // **Color of the grid lines.
|
135
|
+
background: '#fffdf6', // CSS color spec for background color of grid.
|
136
|
+
borderColor: '#999999', // CSS color spec for border around grid.
|
137
|
+
borderWidth: 2.0, // pixel width of border around grid.
|
138
|
+
shadow: true, // draw a shadow for grid.
|
139
|
+
shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
|
140
|
+
shadowOffset: 1.5, // offset from the line of the shadow.
|
141
|
+
shadowWidth: 3, // width of the stroke for the shadow.
|
142
|
+
shadowDepth: 3, // Number of strokes to make when drawing shadow.
|
143
|
+
// Each stroke offset by shadowOffset from the last.
|
144
|
+
shadowAlpha: 0.07 // Opacity of the shadow
|
145
|
+
renderer: $.jqplot.CanvasGridRenderer, // renderer to use to draw the grid.
|
146
|
+
rendererOptions: {} // options to pass to the renderer. Note, the default
|
147
|
+
// CanvasGridRenderer takes no additional options.
|
148
|
+
},
|
149
|
+
|
150
|
+
// Plugin and renderer options.
|
151
|
+
|
152
|
+
// BarRenderer.
|
153
|
+
// With BarRenderer, you can specify additional options in the rendererOptions object
|
154
|
+
// on the series or on the seriesDefaults object. Note, some options are respecified
|
155
|
+
// (like shadowDepth) to override lineRenderer defaults from which BarRenderer inherits.
|
156
|
+
|
157
|
+
seriesDefaults: {
|
158
|
+
rendererOptions: {
|
159
|
+
barPadding: 8, // number of pixels between adjacent bars in the same
|
160
|
+
// group (same category or bin).
|
161
|
+
barMargin: 10, // number of pixels between adjacent groups of bars.
|
162
|
+
barDirection: 'vertical', // vertical or horizontal.
|
163
|
+
barWidth: null, // width of the bars. null to calculate automatically.
|
164
|
+
shadowOffset: 2, // offset from the bar edge to stroke the shadow.
|
165
|
+
shadowDepth: 5, // nuber of strokes to make for the shadow.
|
166
|
+
shadowAlpha: 0.8, // transparency of the shadow.
|
167
|
+
}
|
168
|
+
},
|
169
|
+
|
170
|
+
// Cursor
|
171
|
+
// Options are passed to the cursor plugin through the "cursor" object at the top
|
172
|
+
// level of the options object.
|
173
|
+
|
174
|
+
cursor: {
|
175
|
+
style: 'crosshair', // A CSS spec for the cursor type to change the
|
176
|
+
// cursor to when over plot.
|
177
|
+
show: true,
|
178
|
+
showTooltip: true, // show a tooltip showing cursor position.
|
179
|
+
followMouse: false, // wether tooltip should follow the mouse or be stationary.
|
180
|
+
tooltipLocation: 'se', // location of the tooltip either relative to the mouse
|
181
|
+
// (followMouse=true) or relative to the plot. One of
|
182
|
+
// the compass directions, n, ne, e, se, etc.
|
183
|
+
tooltipOffset: 6, // pixel offset of the tooltip from the mouse or the axes.
|
184
|
+
showTooltipGridPosition: false, // show the grid pixel coordinates of the mouse
|
185
|
+
// in the tooltip.
|
186
|
+
showTooltipUnitPosition: true, // show the coordinates in data units of the mouse
|
187
|
+
// in the tooltip.
|
188
|
+
tooltipFormatString: '%.4P', // sprintf style format string for tooltip values.
|
189
|
+
useAxesFormatters: true, // wether to use the same formatter and formatStrings
|
190
|
+
// as used by the axes, or to use the formatString
|
191
|
+
// specified on the cursor with sprintf.
|
192
|
+
tooltipAxesGroups: [], // show only specified axes groups in tooltip. Would specify like:
|
193
|
+
// [['xaxis', 'yaxis'], ['xaxis', 'y2axis']]. By default, all axes
|
194
|
+
// combinations with for the series in the plot are shown.
|
195
|
+
|
196
|
+
},
|
197
|
+
|
198
|
+
// Dragable
|
199
|
+
// Dragable options are specified with the "dragable" object at the top level
|
200
|
+
// of the options object.
|
201
|
+
|
202
|
+
dragable: {
|
203
|
+
color: undefined, // custom color to use for the dragged point and dragged line
|
204
|
+
// section. default will use a transparent variant of the line color.
|
205
|
+
constrainTo: 'none', // Constrain dragging motion to an axis: 'x', 'y', or 'none'.
|
206
|
+
},
|
207
|
+
|
208
|
+
// Highlighter
|
209
|
+
// Highlighter options are specified with the "highlighter" object at the top level
|
210
|
+
// of the options object.
|
211
|
+
|
212
|
+
highlighter: {
|
213
|
+
lineWidthAdjust: 2.5, // pixels to add to the size line stroking the data point marker
|
214
|
+
// when showing highlight. Only affects non filled data point markers.
|
215
|
+
sizeAdjust: 5, // pixels to add to the size of filled markers when drawing highlight.
|
216
|
+
showTooltip: true, // show a tooltip with data point values.
|
217
|
+
tooltipLocation: 'nw', // location of tooltip: n, ne, e, se, s, sw, w, nw.
|
218
|
+
fadeTooltip: true, // use fade effect to show/hide tooltip.
|
219
|
+
tooltipFadeSpeed: "fast"// slow, def, fast, or a number of milliseconds.
|
220
|
+
tooltipOffset: 2, // pixel offset of tooltip from the highlight.
|
221
|
+
tooltipAxes: 'both', // which axis values to display in the tooltip, x, y or both.
|
222
|
+
tooltipSeparator: ', ' // separator between values in the tooltip.
|
223
|
+
useAxesFormatters: true // use the same format string and formatters as used in the axes to
|
224
|
+
// display values in the tooltip.
|
225
|
+
tooltipFormatString: '%.5P' // sprintf format string for the tooltip. only used if
|
226
|
+
// useAxesFormatters is false. Will use sprintf formatter with
|
227
|
+
// this string, not the axes formatters.
|
228
|
+
},
|
229
|
+
|
230
|
+
// LogAxisRenderer
|
231
|
+
// LogAxisRenderer add 2 options to the axes object. These options are specified directly on
|
232
|
+
// the axes or axesDefaults object.
|
233
|
+
|
234
|
+
axesDefaults: {
|
235
|
+
base: 10, // the logarithmic base.
|
236
|
+
tickDistribution: 'even', // 'even' or 'power'. 'even' will produce with even visiual (pixel)
|
237
|
+
// spacing on the axis. 'power' will produce ticks spaced by
|
238
|
+
// increasing powers of the log base.
|
239
|
+
},
|
240
|
+
|
241
|
+
// PieRenderer
|
242
|
+
// PieRenderer accepts options from the rendererOptions object of the series or seriesDefaults object.
|
243
|
+
|
244
|
+
seriesDefaults: {
|
245
|
+
rendererOptions: {
|
246
|
+
diameter: undefined, // diameter of pie, auto computed by default.
|
247
|
+
padding: 20, // padding between pie and neighboring legend or plot margin.
|
248
|
+
sliceMargin: 0, // gap between slices.
|
249
|
+
fill: true, // render solid (filled) slices.
|
250
|
+
shadowOffset: 2, // offset of the shadow from the chart.
|
251
|
+
shadowDepth: 5, // Number of strokes to make when drawing shadow. Each stroke
|
252
|
+
// offset by shadowOffset from the last.
|
253
|
+
shadowAlpha: 0.07 // Opacity of the shadow
|
254
|
+
}
|
255
|
+
},
|
256
|
+
|
257
|
+
// Trendline
|
258
|
+
// Trendline takes options on the trendline object of the series or seriesDefaults object.
|
259
|
+
|
260
|
+
seriesDefaults: {
|
261
|
+
trendline: {
|
262
|
+
show: true, // show the trend line
|
263
|
+
color: '#666666', // CSS color spec for the trend line.
|
264
|
+
label: '', // label for the trend line.
|
265
|
+
type: 'linear', // 'linear', 'exponential' or 'exp'
|
266
|
+
shadow: true, // show the trend line shadow.
|
267
|
+
lineWidth: 1.5, // width of the trend line.
|
268
|
+
shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
|
269
|
+
shadowOffset: 1.5, // offset from the line of the shadow.
|
270
|
+
shadowDepth: 3, // Number of strokes to make when drawing shadow.
|
271
|
+
// Each stroke offset by shadowOffset from the last.
|
272
|
+
shadowAlpha: 0.07 // Opacity of the shadow
|
273
|
+
}
|
274
|
+
}
|
275
|
+
}
|
276
|
+
}}}
|
@@ -0,0 +1,259 @@
|
|
1
|
+
/*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/
|
2
|
+
.jqplot-target {
|
3
|
+
position: relative;
|
4
|
+
color: #666666;
|
5
|
+
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
6
|
+
font-size: 1em;
|
7
|
+
/* height: 300px;
|
8
|
+
width: 400px;*/
|
9
|
+
}
|
10
|
+
|
11
|
+
/*rules applied to all axes*/
|
12
|
+
.jqplot-axis {
|
13
|
+
font-size: 0.75em;
|
14
|
+
}
|
15
|
+
|
16
|
+
.jqplot-xaxis {
|
17
|
+
margin-top: 10px;
|
18
|
+
}
|
19
|
+
|
20
|
+
.jqplot-x2axis {
|
21
|
+
margin-bottom: 10px;
|
22
|
+
}
|
23
|
+
|
24
|
+
.jqplot-yaxis {
|
25
|
+
margin-right: 10px;
|
26
|
+
}
|
27
|
+
|
28
|
+
.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
|
29
|
+
margin-left: 10px;
|
30
|
+
margin-right: 10px;
|
31
|
+
}
|
32
|
+
|
33
|
+
/*rules applied to all axis tick divs*/
|
34
|
+
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
|
35
|
+
position: absolute;
|
36
|
+
white-space: pre;
|
37
|
+
}
|
38
|
+
|
39
|
+
|
40
|
+
.jqplot-xaxis-tick {
|
41
|
+
top: 0px;
|
42
|
+
/* initial position untill tick is drawn in proper place */
|
43
|
+
left: 15px;
|
44
|
+
/* padding-top: 10px;*/
|
45
|
+
vertical-align: top;
|
46
|
+
}
|
47
|
+
|
48
|
+
.jqplot-x2axis-tick {
|
49
|
+
bottom: 0px;
|
50
|
+
/* initial position untill tick is drawn in proper place */
|
51
|
+
left: 15px;
|
52
|
+
/* padding-bottom: 10px;*/
|
53
|
+
vertical-align: bottom;
|
54
|
+
}
|
55
|
+
|
56
|
+
.jqplot-yaxis-tick {
|
57
|
+
right: 0px;
|
58
|
+
/* initial position untill tick is drawn in proper place */
|
59
|
+
top: 15px;
|
60
|
+
/* padding-right: 10px;*/
|
61
|
+
text-align: right;
|
62
|
+
}
|
63
|
+
|
64
|
+
.jqplot-yaxis-tick.jqplot-breakTick {
|
65
|
+
right: -20px;
|
66
|
+
margin-right: 0px;
|
67
|
+
padding:1px 5px 1px 5px;
|
68
|
+
/* background-color: white;*/
|
69
|
+
z-index: 2;
|
70
|
+
font-size: 1.5em;
|
71
|
+
}
|
72
|
+
|
73
|
+
.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
|
74
|
+
left: 0px;
|
75
|
+
/* initial position untill tick is drawn in proper place */
|
76
|
+
top: 15px;
|
77
|
+
/* padding-left: 10px;*/
|
78
|
+
/* padding-right: 15px;*/
|
79
|
+
text-align: left;
|
80
|
+
}
|
81
|
+
|
82
|
+
.jqplot-yMidAxis-tick {
|
83
|
+
text-align: center;
|
84
|
+
white-space: nowrap;
|
85
|
+
}
|
86
|
+
|
87
|
+
.jqplot-xaxis-label {
|
88
|
+
margin-top: 10px;
|
89
|
+
font-size: 11pt;
|
90
|
+
position: absolute;
|
91
|
+
}
|
92
|
+
|
93
|
+
.jqplot-x2axis-label {
|
94
|
+
margin-bottom: 10px;
|
95
|
+
font-size: 11pt;
|
96
|
+
position: absolute;
|
97
|
+
}
|
98
|
+
|
99
|
+
.jqplot-yaxis-label {
|
100
|
+
margin-right: 10px;
|
101
|
+
/* text-align: center;*/
|
102
|
+
font-size: 11pt;
|
103
|
+
position: absolute;
|
104
|
+
}
|
105
|
+
|
106
|
+
.jqplot-yMidAxis-label {
|
107
|
+
font-size: 11pt;
|
108
|
+
position: absolute;
|
109
|
+
}
|
110
|
+
|
111
|
+
.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
|
112
|
+
/* text-align: center;*/
|
113
|
+
font-size: 11pt;
|
114
|
+
margin-left: 10px;
|
115
|
+
position: absolute;
|
116
|
+
}
|
117
|
+
|
118
|
+
.jqplot-meterGauge-tick {
|
119
|
+
font-size: 0.75em;
|
120
|
+
color: #999999;
|
121
|
+
}
|
122
|
+
|
123
|
+
.jqplot-meterGauge-label {
|
124
|
+
font-size: 1em;
|
125
|
+
color: #999999;
|
126
|
+
}
|
127
|
+
|
128
|
+
table.jqplot-table-legend {
|
129
|
+
margin-top: 12px;
|
130
|
+
margin-bottom: 12px;
|
131
|
+
margin-left: 12px;
|
132
|
+
margin-right: 12px;
|
133
|
+
}
|
134
|
+
|
135
|
+
table.jqplot-table-legend, table.jqplot-cursor-legend {
|
136
|
+
background-color: rgba(255,255,255,0.6);
|
137
|
+
border: 1px solid #cccccc;
|
138
|
+
position: absolute;
|
139
|
+
font-size: 0.75em;
|
140
|
+
}
|
141
|
+
|
142
|
+
td.jqplot-table-legend {
|
143
|
+
vertical-align:middle;
|
144
|
+
}
|
145
|
+
|
146
|
+
/*
|
147
|
+
These rules could be used instead of assigning
|
148
|
+
element styles and relying on js object properties.
|
149
|
+
*/
|
150
|
+
|
151
|
+
/*
|
152
|
+
td.jqplot-table-legend-swatch {
|
153
|
+
padding-top: 0.5em;
|
154
|
+
text-align: center;
|
155
|
+
}
|
156
|
+
|
157
|
+
tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
|
158
|
+
padding-top: 0px;
|
159
|
+
}
|
160
|
+
*/
|
161
|
+
|
162
|
+
td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
|
163
|
+
cursor: pointer;
|
164
|
+
}
|
165
|
+
|
166
|
+
.jqplot-table-legend .jqplot-series-hidden {
|
167
|
+
text-decoration: line-through;
|
168
|
+
}
|
169
|
+
|
170
|
+
div.jqplot-table-legend-swatch-outline {
|
171
|
+
border: 1px solid #cccccc;
|
172
|
+
padding:1px;
|
173
|
+
}
|
174
|
+
|
175
|
+
div.jqplot-table-legend-swatch {
|
176
|
+
width:0px;
|
177
|
+
height:0px;
|
178
|
+
border-top-width: 5px;
|
179
|
+
border-bottom-width: 5px;
|
180
|
+
border-left-width: 6px;
|
181
|
+
border-right-width: 6px;
|
182
|
+
border-top-style: solid;
|
183
|
+
border-bottom-style: solid;
|
184
|
+
border-left-style: solid;
|
185
|
+
border-right-style: solid;
|
186
|
+
}
|
187
|
+
|
188
|
+
.jqplot-title {
|
189
|
+
top: 0px;
|
190
|
+
left: 0px;
|
191
|
+
padding-bottom: 0.5em;
|
192
|
+
font-size: 1.2em;
|
193
|
+
}
|
194
|
+
|
195
|
+
table.jqplot-cursor-tooltip {
|
196
|
+
border: 1px solid #cccccc;
|
197
|
+
font-size: 0.75em;
|
198
|
+
}
|
199
|
+
|
200
|
+
|
201
|
+
.jqplot-cursor-tooltip {
|
202
|
+
border: 1px solid #cccccc;
|
203
|
+
font-size: 0.75em;
|
204
|
+
white-space: nowrap;
|
205
|
+
background: rgba(208,208,208,0.5);
|
206
|
+
padding: 1px;
|
207
|
+
}
|
208
|
+
|
209
|
+
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
|
210
|
+
border: 1px solid #cccccc;
|
211
|
+
font-size: 0.75em;
|
212
|
+
white-space: nowrap;
|
213
|
+
background: rgba(208,208,208,0.5);
|
214
|
+
padding: 1px;
|
215
|
+
}
|
216
|
+
|
217
|
+
.jqplot-point-label {
|
218
|
+
font-size: 0.75em;
|
219
|
+
z-index: 2;
|
220
|
+
}
|
221
|
+
|
222
|
+
td.jqplot-cursor-legend-swatch {
|
223
|
+
vertical-align: middle;
|
224
|
+
text-align: center;
|
225
|
+
}
|
226
|
+
|
227
|
+
div.jqplot-cursor-legend-swatch {
|
228
|
+
width: 1.2em;
|
229
|
+
height: 0.7em;
|
230
|
+
}
|
231
|
+
|
232
|
+
.jqplot-error {
|
233
|
+
/* Styles added to the plot target container when there is an error go here.*/
|
234
|
+
text-align: center;
|
235
|
+
}
|
236
|
+
|
237
|
+
.jqplot-error-message {
|
238
|
+
/* Styling of the custom error message div goes here.*/
|
239
|
+
position: relative;
|
240
|
+
top: 46%;
|
241
|
+
display: inline-block;
|
242
|
+
}
|
243
|
+
|
244
|
+
div.jqplot-bubble-label {
|
245
|
+
font-size: 0.8em;
|
246
|
+
/* background: rgba(90%, 90%, 90%, 0.15);*/
|
247
|
+
padding-left: 2px;
|
248
|
+
padding-right: 2px;
|
249
|
+
color: rgb(20%, 20%, 20%);
|
250
|
+
}
|
251
|
+
|
252
|
+
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
|
253
|
+
background: rgba(90%, 90%, 90%, 0.7);
|
254
|
+
}
|
255
|
+
|
256
|
+
div.jqplot-noData-container {
|
257
|
+
text-align: center;
|
258
|
+
background-color: rgba(96%, 96%, 96%, 0.3);
|
259
|
+
}
|