mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
jqplot version update to 1.0.8
This commit is contained in:
parent
2d2462c825
commit
ae04210b66
@ -1,6 +1,6 @@
|
||||
Title: MIT License
|
||||
|
||||
Copyright (c) 2009-2011 Chris Leonello
|
||||
Copyright (c) 2009-2013 Chris Leonello
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -21,7 +21,7 @@ Bugs, issues, feature requests: <http://www.bitbucket.org/cleonello/jqplot/issue
|
||||
|
||||
Basic Usage Instructions:
|
||||
|
||||
jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.4.4 is included in
|
||||
jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.9.1 is included in
|
||||
the distribution. To use jqPlot include jQuery, the jqPlot jQuery plugin, the jqPlot css file and
|
||||
optionally the excanvas script to support IE version prior to IE 9 in your web page:
|
||||
|
||||
@ -46,7 +46,7 @@ to get a description of the various build targets.
|
||||
|
||||
Legal Notices:
|
||||
|
||||
Copyright (c) 2009-2010 Chris Leonello
|
||||
Copyright (c) 2009-2013 Chris Leonello
|
||||
jqPlot is currently available for use in all personal or commercial projects
|
||||
under both the MIT and GPL version 2.0 licenses. This means that you can
|
||||
choose the license that best suits your project and use it accordingly.
|
||||
|
@ -1,5 +1,68 @@
|
||||
Title: Change Log
|
||||
|
||||
1.0.8:
|
||||
* Issue #375: sortMergedLabels does not sort string labels
|
||||
* Issue #279: Groups > 3 Causes Alignment Issues
|
||||
* Issue #439: IE can't display a customized legend in Quirks mode
|
||||
* Issue #482: "Undefined" error message when plotting a chart with no data
|
||||
* Issue #116: Don't mix spaces and tabs for indentation
|
||||
* Issue #564: Metergauge renderer not resizable when replotting
|
||||
* Issue #409: MeterGaugeRenderer replot/redraw offsets center
|
||||
* Issue #523: Adding rectangles to Canvas Overlay plugin
|
||||
* Issue #756: jqplot.min files contain non-UTF-8 characters
|
||||
* Issue #223: fillToZero does not color negative values when crossover point is 0
|
||||
* Pull Request #23: Adding rectangles to Canvas Overlay plugin
|
||||
* Pull Request #28: Cross-over points of 0 will actually change colors
|
||||
* Pull Request #35: Don't highlight hidden bars or show tooltips for them
|
||||
* Pull Request #41: Add dutch(nl) and svenska(sv) translations for dates
|
||||
* Add tooltip support for Pie Charts
|
||||
* Update to latest YUI compressor
|
||||
|
||||
1.0.7:
|
||||
* Issue #726: Bug in sprintf %p, sometimes it outputs exponential form rather than decimal
|
||||
* Issue #717: Plot's preDrawHooks not called
|
||||
* Issue #707: Browser hangs with LogAxisRenderer when value is 0
|
||||
* Issue #695: Horizontal Bar Chart Negative Series Colors Not Working
|
||||
* Issue #670: Examples IE7, IE8 and IE9 multipleBarColors.html failure and fix
|
||||
* Issue #636: X Axis Date Renderer Single Day Not plotting
|
||||
* Issue #607: Integration issue
|
||||
* Issue #571: Decimal numbers not properly formatted
|
||||
* Issue #552: jqPlot crashes when interval too small
|
||||
* Issue #536: DateAxisRenderer invalid scaling
|
||||
* Issue #534: "decimalMark" in the "jqplot.sprintf.js"
|
||||
* Issue #529: Scientific notation on label values ending in 0
|
||||
* Issue #521: invalid JS in meterGaugeRenderer.js
|
||||
* Issue #516: Including BezierCurveRenderer plugin and initializing jqplot with no options give error
|
||||
* Issue #500: DateAxisRenderer has timezone related issues
|
||||
* Issue #452: Including ALL jqPlot plugins causes an Error
|
||||
* Issue #494: No point when use LogAxisRenderer and a point has a zero value
|
||||
* Issue #430: getIsoWeek: invalid method call
|
||||
* Issue #280: jqplot Options
|
||||
* Issue #179: Spelling/grammar
|
||||
* Pull Request #18: Implement getTop in CanvasAxisTickRenderer
|
||||
* Pull Request #21: Performance issue when drawing pointlabels with zeros/null values
|
||||
* Pull Request #24: Added suggested fix in comment #8 for issue #536
|
||||
* Pull Request #29: Removed unbalanced addition of UTC offset
|
||||
* Pull Request #33: Documentation fixes (issue #179, other changes)
|
||||
* Pull Request #34: Start of updating jqPlotOptions.txt
|
||||
* Pull Request #37: Example and suggested fix for issues #552 and issue #536
|
||||
* Pull Request #39: Fixed trailing comma which caused issues with IE7
|
||||
|
||||
1.0.6:
|
||||
* Add left sidebar navigation to examples
|
||||
* Update examples for jquery 1.9.1 and jquery ui 1.10.0
|
||||
* Add colorpicker.js to distribution
|
||||
* Fix some problems with examples when viewing with local file system
|
||||
* Add "minified" copyright notice for minified files, similar to jquery's notice.
|
||||
* Pull Request #25: jqplot.sprintf.js is no longer the last file in the concatenated jquery.jqplot.js
|
||||
* Pull Request #17: Fixed bug causing custom pointLabels passed with plot data to be ignored for horizontal bar graphs.
|
||||
* Pull Request #10: Build error by invalid encoding.
|
||||
* Issue #714: handle tickColor in meterGaugeRenderer
|
||||
* Issue #519: jsDate Polish Localization
|
||||
|
||||
1.0.5:
|
||||
* Updated to jQuery 1.9
|
||||
|
||||
1.0.0b2:
|
||||
* Major improvements in memory usage:
|
||||
** Merged in changes from Timo Besenruether to reuse canvas elements and improve
|
||||
@ -143,7 +206,7 @@ Title: Change Log
|
||||
* Enhanced bar plots so you can now color each bar of a series
|
||||
independently with the "varyBarColor" option.
|
||||
* Re-factored series drawing so that each series and series shadow drawn
|
||||
on it's own canvas. Allows series to be redrawn independently of each other.
|
||||
on its own canvas. Allows series to be redrawn independently of each other.
|
||||
* Added additional default series colors.
|
||||
* Added useNegativeColors option to turn off negative color array and use
|
||||
only seriesColors array to define all bar/filled line colors.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Version: @VERSION
|
||||
*
|
||||
* Copyright (c) 2009-2011 Chris Leonello
|
||||
* Copyright (c) 2009-2013 Chris Leonello
|
||||
* jqPlot is currently available for use in all personal or commercial projects
|
||||
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
|
||||
* version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
|
||||
@ -28,7 +28,7 @@
|
||||
*
|
||||
* included jsDate library by Chris Leonello:
|
||||
*
|
||||
* Copyright (c) 2010-2011 Chris Leonello
|
||||
* Copyright (c) 2010-2013 Chris Leonello
|
||||
*
|
||||
* jsDate is currently available for use in all personal or commercial projects
|
||||
* under both the MIT and GPL version 2.0 licenses. This means that you can
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -18,7 +18,7 @@ var indexSectionsWithContent = {
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"Q": true,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
@ -48,7 +48,7 @@ var indexSectionsWithContent = {
|
||||
"N": true,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"Q": true,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": false,
|
||||
|
File diff suppressed because one or more lines are too long
20
phpgwapi/js/jquery/jqplot/docs/search/FunctionsQ.html
Normal file
20
phpgwapi/js/jquery/jqplot/docs/search/FunctionsQ.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
|
||||
<html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
|
||||
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
|
||||
|
||||
<!-- Generated by Natural Docs, version 1.4 -->
|
||||
<!-- http://www.naturaldocs.org -->
|
||||
|
||||
<!-- saved from url=(0026)http://www.naturaldocs.org -->
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_quickInit><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.quickInit" target=_parent class=ISymbol>quickInit</a>, <span class=IParent>jqPlot</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
searchResults.Search();
|
||||
--></script></div><script language=JavaScript><!--
|
||||
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_activeTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.activeTheme" target=_parent class=ISymbol>activeTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_addLegendRowHooks><div class=IEntry><a href="../files/jqplot-core-js.html#$.jqplot.$.jqplot.addLegendRowHooks" target=_parent class=ISymbol>addLegendRowHooks</a>, <span class=IParent>$.jqplot.$.jqplot</span></div></div><div class=SRResult id=SR_alpha><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.alpha" target=_parent class=ISymbol>alpha</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_angle><div class=IEntry><a href="javascript:searchResults.Toggle('SR_angle')" class=ISymbol>angle</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasAxisLabelRenderer-js.html#$.jqplot.CanvasAxisLabelRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisLabelRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>shadowRenderer</a></div></div></div><div class=SRResult id=SR_autoscale><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.autoscale" target=_parent class=ISymbol>autoscale</a>, <span class=IParent>Axis</span></div></div><div class=SRResult id=SR_autoscaleBubbles><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleBubbles" target=_parent class=ISymbol>autoscaleBubbles</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscaleMultiplier><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleMultiplier" target=_parent class=ISymbol>autoscaleMultiplier</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscalePointsFactor><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscalePointsFactor" target=_parent class=ISymbol>autoscalePointsFactor</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_Available_spcOptions><div class=IEntry><a href="../files/jqplot-core-js.html#Available_Options" target=_parent class=ISymbol>Available Options</a></div></div><div class=SRResult id=SR_axes><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axes" target=_parent class=ISymbol>axes</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axesDefaults><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axesDefaults" target=_parent class=ISymbol>axesDefaults</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_Axis><div class=IEntry><a href="../files/jqplot-core-js.html#Axis" target=_parent class=ISymbol>Axis</a></div></div><div class=SRResult id=SR_axisDefaults><div class=IEntry><a href="../files/plugins/jqplot-logAxisRenderer-js.html#$.jqplot.LogAxisRenderer.axisDefaults" target=_parent class=ISymbol>axisDefaults</a>, <span class=IParent>$.jqplot.<wbr>LogAxisRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_activeTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.activeTheme" target=_parent class=ISymbol>activeTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_addLegendRowHooks><div class=IEntry><a href="../files/jqplot-core-js.html#$.jqplot.$.jqplot.addLegendRowHooks" target=_parent class=ISymbol>addLegendRowHooks</a>, <span class=IParent>$.jqplot.$.jqplot</span></div></div><div class=SRResult id=SR_alignTicks><div class=IEntry><a href="../files/jqplot-linearAxisRenderer-js.html#$.jqplot.LinearAxisRenderer.alignTicks" target=_parent class=ISymbol>alignTicks</a>, <span class=IParent>$.jqplot.<wbr>LinearAxisRenderer</span></div></div><div class=SRResult id=SR_alpha><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.alpha" target=_parent class=ISymbol>alpha</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_angle><div class=IEntry><a href="javascript:searchResults.Toggle('SR_angle')" class=ISymbol>angle</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasAxisLabelRenderer-js.html#$.jqplot.CanvasAxisLabelRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisLabelRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>shadowRenderer</a></div></div></div><div class=SRResult id=SR_animate><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.animate" target=_parent class=ISymbol>animate</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_animateReplot><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.animateReplot" target=_parent class=ISymbol>animateReplot</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_autoscale><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.autoscale" target=_parent class=ISymbol>autoscale</a>, <span class=IParent>Axis</span></div></div><div class=SRResult id=SR_autoscaleBubbles><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleBubbles" target=_parent class=ISymbol>autoscaleBubbles</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscaleMultiplier><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleMultiplier" target=_parent class=ISymbol>autoscaleMultiplier</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscalePointsFactor><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscalePointsFactor" target=_parent class=ISymbol>autoscalePointsFactor</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_Available_spcOptions><div class=IEntry><a href="../files/jqplot-core-js.html#Available_Options" target=_parent class=ISymbol>Available Options</a></div></div><div class=SRResult id=SR_axes><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axes" target=_parent class=ISymbol>axes</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axesDefaults><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axesDefaults" target=_parent class=ISymbol>axesDefaults</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_Axis><div class=IEntry><a href="../files/jqplot-core-js.html#Axis" target=_parent class=ISymbol>Axis</a></div></div><div class=SRResult id=SR_axisDefaults><div class=IEntry><a href="../files/plugins/jqplot-logAxisRenderer-js.html#$.jqplot.LogAxisRenderer.axisDefaults" target=_parent class=ISymbol>axisDefaults</a>, <span class=IParent>$.jqplot.<wbr>LogAxisRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.name" target=_parent class=ISymbol>name</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_needlePad><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needlePad" target=_parent class=ISymbol>needlePad</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_needleThickness><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needleThickness" target=_parent class=ISymbol>needleThickness</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_negativeColor><div class=IEntry><a href="../files/jqplot-core-js.html#Series.negativeColor" target=_parent class=ISymbol>negativeColor</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_neighborThreshold><div class=IEntry><a href="../files/jqplot-core-js.html#Series.neighborThreshold" target=_parent class=ISymbol>neighborThreshold</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_newTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.newTheme" target=_parent class=ISymbol>newTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_noDataIndicator><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.noDataIndicator" target=_parent class=ISymbol>noDataIndicator</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_numberColumns><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberColumns')" class=ISymbol>numberColumns</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberColumns" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberRows><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberRows')" class=ISymbol>numberRows</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberRows" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberTicks><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.numberTicks" target=_parent class=ISymbol>numberTicks</a>, <span class=IParent>Axis</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.name" target=_parent class=ISymbol>name</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_needlePad><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needlePad" target=_parent class=ISymbol>needlePad</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_needleThickness><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needleThickness" target=_parent class=ISymbol>needleThickness</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_negativeColor><div class=IEntry><a href="../files/jqplot-core-js.html#Series.negativeColor" target=_parent class=ISymbol>negativeColor</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_negativeSeriesColors><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.negativeSeriesColors" target=_parent class=ISymbol>negativeSeriesColors</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_neighborThreshold><div class=IEntry><a href="../files/jqplot-core-js.html#Series.neighborThreshold" target=_parent class=ISymbol>neighborThreshold</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_newTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.newTheme" target=_parent class=ISymbol>newTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_noDataIndicator><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.noDataIndicator" target=_parent class=ISymbol>noDataIndicator</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_numberColumns><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberColumns')" class=ISymbol>numberColumns</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberColumns" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberRows><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberRows')" class=ISymbol>numberRows</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberRows" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberTicks><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.numberTicks" target=_parent class=ISymbol>numberTicks</a>, <span class=IParent>Axis</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_objects><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.objects" target=_parent class=ISymbol>objects</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_openColor><div class=IEntry><a href="../files/plugins/jqplot-ohlcRenderer-js.html#$.jqplot.OHLCRenderer.openColor" target=_parent class=ISymbol>openColor</a>, <span class=IParent>$.jqplot.<wbr>OHLCRenderer</span></div></div><div class=SRResult id=SR_Options_spcTutorial><div class=IEntry><a href="../files/optionsTutorial-txt.html#Options_Tutorial" target=_parent class=ISymbol>Options Tutorial</a></div></div><div class=SRResult id=SR_Options_spcUsage><div class=IEntry><a href="../files/jqplot-core-js.html#Options_Usage" target=_parent class=ISymbol>Options Usage</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_objects><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.objects" target=_parent class=ISymbol>objects</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_offsetBars><div class=IEntry><a href="../files/plugins/jqplot-pyramidRenderer-js.html#offsetBars" target=_parent class=ISymbol>offsetBars</a></div></div><div class=SRResult id=SR_openColor><div class=IEntry><a href="../files/plugins/jqplot-ohlcRenderer-js.html#$.jqplot.OHLCRenderer.openColor" target=_parent class=ISymbol>openColor</a>, <span class=IParent>$.jqplot.<wbr>OHLCRenderer</span></div></div><div class=SRResult id=SR_Options_spcTutorial><div class=IEntry><a href="../files/optionsTutorial-txt.html#Options_Tutorial" target=_parent class=ISymbol>Options Tutorial</a></div></div><div class=SRResult id=SR_Options_spcUsage><div class=IEntry><a href="../files/jqplot-core-js.html#Options_Usage" target=_parent class=ISymbol>Options Usage</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
File diff suppressed because one or more lines are too long
20
phpgwapi/js/jquery/jqplot/docs/search/GeneralQ.html
Normal file
20
phpgwapi/js/jquery/jqplot/docs/search/GeneralQ.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
|
||||
<html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
|
||||
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
|
||||
|
||||
<!-- Generated by Natural Docs, version 1.4 -->
|
||||
<!-- http://www.naturaldocs.org -->
|
||||
|
||||
<!-- saved from url=(0026)http://www.naturaldocs.org -->
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_quickInit><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.quickInit" target=_parent class=ISymbol>quickInit</a>, <span class=IParent>jqPlot</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
searchResults.Search();
|
||||
--></script></div><script language=JavaScript><!--
|
||||
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_xaxis><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xaxis')" class=ISymbol>xaxis</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xaxis" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/jqplot-core-js.html#Series.xaxis" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_xmax><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmax" target=_parent class=ISymbol>xmax</a>, <span class=IParent>HorizontalLine</span></div></div><div class=SRResult id=SR_xmin><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmin" target=_parent class=ISymbol>xmin</a>, <span class=IParent>HorizontalLine</span></div></div><div class=SRResult id=SR_xoffset><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.xoffset" target=_parent class=ISymbol>xoffset</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_xpadding><div class=IEntry><a href="../files/plugins/jqplot-pointLabels-js.html#$.jqplot.PointLabels.xpadding" target=_parent class=ISymbol>xpadding</a>, <span class=IParent>$.jqplot.<wbr>PointLabels</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_xaxis><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xaxis')" class=ISymbol>xaxis</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xaxis" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/jqplot-core-js.html#Series.xaxis" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_xmax><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xmax')" class=ISymbol>xmax</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xmax" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmax" target=_parent class=IParent>HorizontalLine</a></div></div></div><div class=SRResult id=SR_xmin><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xmin')" class=ISymbol>xmin</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xmin" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmin" target=_parent class=IParent>HorizontalLine</a></div></div></div><div class=SRResult id=SR_xoffset><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.xoffset" target=_parent class=ISymbol>xoffset</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_xpadding><div class=IEntry><a href="../files/plugins/jqplot-pointLabels-js.html#$.jqplot.PointLabels.xpadding" target=_parent class=ISymbol>xpadding</a>, <span class=IParent>$.jqplot.<wbr>PointLabels</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_activeTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.activeTheme" target=_parent class=ISymbol>activeTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_alpha><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.alpha" target=_parent class=ISymbol>alpha</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_angle><div class=IEntry><a href="javascript:searchResults.Toggle('SR_angle')" class=ISymbol>angle</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasAxisLabelRenderer-js.html#$.jqplot.CanvasAxisLabelRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisLabelRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>shadowRenderer</a></div></div></div><div class=SRResult id=SR_autoscale><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.autoscale" target=_parent class=ISymbol>autoscale</a>, <span class=IParent>Axis</span></div></div><div class=SRResult id=SR_autoscaleBubbles><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleBubbles" target=_parent class=ISymbol>autoscaleBubbles</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscaleMultiplier><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleMultiplier" target=_parent class=ISymbol>autoscaleMultiplier</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscalePointsFactor><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscalePointsFactor" target=_parent class=ISymbol>autoscalePointsFactor</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_axes><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axes" target=_parent class=ISymbol>axes</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axesDefaults><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axesDefaults" target=_parent class=ISymbol>axesDefaults</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axisDefaults><div class=IEntry><a href="../files/plugins/jqplot-logAxisRenderer-js.html#$.jqplot.LogAxisRenderer.axisDefaults" target=_parent class=ISymbol>axisDefaults</a>, <span class=IParent>$.jqplot.<wbr>LogAxisRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_activeTheme><div class=IEntry><a href="../files/jqplot-themeEngine-js.html#$.jqplot.ThemeEngine.activeTheme" target=_parent class=ISymbol>activeTheme</a>, <span class=IParent>$.jqplot.<wbr>ThemeEngine</span></div></div><div class=SRResult id=SR_alignTicks><div class=IEntry><a href="../files/jqplot-linearAxisRenderer-js.html#$.jqplot.LinearAxisRenderer.alignTicks" target=_parent class=ISymbol>alignTicks</a>, <span class=IParent>$.jqplot.<wbr>LinearAxisRenderer</span></div></div><div class=SRResult id=SR_alpha><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.alpha" target=_parent class=ISymbol>alpha</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_angle><div class=IEntry><a href="javascript:searchResults.Toggle('SR_angle')" class=ISymbol>angle</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasAxisLabelRenderer-js.html#$.jqplot.CanvasAxisLabelRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisLabelRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.angle" target=_parent class=IParent>$.jqplot.<wbr>shadowRenderer</a></div></div></div><div class=SRResult id=SR_animate><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.animate" target=_parent class=ISymbol>animate</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_animateReplot><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.animateReplot" target=_parent class=ISymbol>animateReplot</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_autoscale><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.autoscale" target=_parent class=ISymbol>autoscale</a>, <span class=IParent>Axis</span></div></div><div class=SRResult id=SR_autoscaleBubbles><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleBubbles" target=_parent class=ISymbol>autoscaleBubbles</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscaleMultiplier><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscaleMultiplier" target=_parent class=ISymbol>autoscaleMultiplier</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_autoscalePointsFactor><div class=IEntry><a href="../files/plugins/jqplot-bubbleRenderer-js.html#$.jqplot.BubbleRenderer.autoscalePointsFactor" target=_parent class=ISymbol>autoscalePointsFactor</a>, <span class=IParent>$.jqplot.<wbr>BubbleRenderer</span></div></div><div class=SRResult id=SR_axes><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axes" target=_parent class=ISymbol>axes</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axesDefaults><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.axesDefaults" target=_parent class=ISymbol>axesDefaults</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_axisDefaults><div class=IEntry><a href="../files/plugins/jqplot-logAxisRenderer-js.html#$.jqplot.LogAxisRenderer.axisDefaults" target=_parent class=ISymbol>axisDefaults</a>, <span class=IParent>$.jqplot.<wbr>LogAxisRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_marginBottom><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginBottom" target=_parent class=ISymbol>marginBottom</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginLeft><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginLeft" target=_parent class=ISymbol>marginLeft</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginRight><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginRight" target=_parent class=ISymbol>marginRight</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginTop><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginTop" target=_parent class=ISymbol>marginTop</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_mark><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mark')" class=ISymbol>mark</a><div class=ISubIndex><a href="../files/jqplot-axisTickRenderer-js.html#$.jqplot.AxisTickRenderer.mark" target=_parent class=IParent>$.jqplot.<wbr>AxisTickRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.mark" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a></div></div></div><div class=SRResult id=SR_markerOptions><div class=IEntry><a href="../files/jqplot-core-js.html#Series.markerOptions" target=_parent class=ISymbol>markerOptions</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_markerRenderer><div class=IEntry><a href="javascript:searchResults.Toggle('SR_markerRenderer')" class=ISymbol>markerRenderer</a><div class=ISubIndex><a href="../files/plugins/jqplot-highlighter-js.html#$.jqplot.Highlighter.markerRenderer" target=_parent class=IParent>$.jqplot.<wbr>Highlighter</a><a href="../files/plugins/jqplot-trendline-js.html#$.jqplot.Trendline.markerRenderer" target=_parent class=IParent>$.jqplot.<wbr>Trendline</a><a href="../files/jqplot-core-js.html#Series.markerRenderer" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_markSize><div class=IEntry><a href="javascript:searchResults.Toggle('SR_markSize')" class=ISymbol>markSize</a><div class=ISubIndex><a href="../files/jqplot-axisTickRenderer-js.html#$.jqplot.AxisTickRenderer.markSize" target=_parent class=IParent>$.jqplot.<wbr>AxisTickRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.markSize" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a></div></div></div><div class=SRResult id=SR_max><div class=IEntry><a href="javascript:searchResults.Toggle('SR_max')" class=ISymbol>max</a><div class=ISubIndex><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.max" target=_parent class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</a><a href="../files/jqplot-core-js.html#Axis.max" target=_parent class=IParent>Axis</a></div></div></div><div class=SRResult id=SR_min><div class=IEntry><a href="javascript:searchResults.Toggle('SR_min')" class=ISymbol>min</a><div class=ISubIndex><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.min" target=_parent class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</a><a href="../files/jqplot-core-js.html#Axis.min" target=_parent class=IParent>Axis</a></div></div></div><div class=SRResult id=SR_minorTicks><div class=IEntry><a href="../files/jqplot-linearAxisRenderer-js.html#$.jqplot.LinearAxisRenderer.minorTicks" target=_parent class=ISymbol>minorTicks</a>, <span class=IParent>$.jqplot.<wbr>LinearAxisRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_marginBottom><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginBottom" target=_parent class=ISymbol>marginBottom</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginLeft><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginLeft" target=_parent class=ISymbol>marginLeft</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginRight><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginRight" target=_parent class=ISymbol>marginRight</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_marginTop><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.marginTop" target=_parent class=ISymbol>marginTop</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_mark><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mark')" class=ISymbol>mark</a><div class=ISubIndex><a href="../files/jqplot-axisTickRenderer-js.html#$.jqplot.AxisTickRenderer.mark" target=_parent class=IParent>$.jqplot.<wbr>AxisTickRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.mark" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a></div></div></div><div class=SRResult id=SR_markerOptions><div class=IEntry><a href="../files/jqplot-core-js.html#Series.markerOptions" target=_parent class=ISymbol>markerOptions</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_markerRenderer><div class=IEntry><a href="javascript:searchResults.Toggle('SR_markerRenderer')" class=ISymbol>markerRenderer</a><div class=ISubIndex><a href="../files/plugins/jqplot-highlighter-js.html#$.jqplot.Highlighter.markerRenderer" target=_parent class=IParent>$.jqplot.<wbr>Highlighter</a><a href="../files/plugins/jqplot-trendline-js.html#$.jqplot.Trendline.markerRenderer" target=_parent class=IParent>$.jqplot.<wbr>Trendline</a><a href="../files/jqplot-core-js.html#Series.markerRenderer" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_markSize><div class=IEntry><a href="javascript:searchResults.Toggle('SR_markSize')" class=ISymbol>markSize</a><div class=ISubIndex><a href="../files/jqplot-axisTickRenderer-js.html#$.jqplot.AxisTickRenderer.markSize" target=_parent class=IParent>$.jqplot.<wbr>AxisTickRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.markSize" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a></div></div></div><div class=SRResult id=SR_max><div class=IEntry><a href="javascript:searchResults.Toggle('SR_max')" class=ISymbol>max</a><div class=ISubIndex><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.max" target=_parent class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</a><a href="../files/jqplot-core-js.html#Axis.max" target=_parent class=IParent>Axis</a></div></div></div><div class=SRResult id=SR_min><div class=IEntry><a href="javascript:searchResults.Toggle('SR_min')" class=ISymbol>min</a><div class=ISubIndex><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.min" target=_parent class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</a><a href="../files/jqplot-core-js.html#Axis.min" target=_parent class=IParent>Axis</a></div></div></div><div class=SRResult id=SR_minorTicks><div class=IEntry><a href="javascript:searchResults.Toggle('SR_minorTicks')" class=ISymbol>minorTicks</a><div class=ISubIndex><a href="../files/jqplot-linearAxisRenderer-js.html#$.jqplot.LinearAxisRenderer.minorTicks" target=_parent class=IParent>$.jqplot.<wbr>LinearAxisRenderer</a><a href="../files/plugins/jqplot-logAxisRenderer-js.html#$.jqplot.LogAxisRenderer.minorTicks" target=_parent class=IParent>$.jqplot.<wbr>LogAxisRenderer</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.name" target=_parent class=ISymbol>name</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_needlePad><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needlePad" target=_parent class=ISymbol>needlePad</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_needleThickness><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needleThickness" target=_parent class=ISymbol>needleThickness</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_negativeColor><div class=IEntry><a href="../files/jqplot-core-js.html#Series.negativeColor" target=_parent class=ISymbol>negativeColor</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_neighborThreshold><div class=IEntry><a href="../files/jqplot-core-js.html#Series.neighborThreshold" target=_parent class=ISymbol>neighborThreshold</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_noDataIndicator><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.noDataIndicator" target=_parent class=ISymbol>noDataIndicator</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_numberColumns><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberColumns')" class=ISymbol>numberColumns</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberColumns" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberRows><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberRows')" class=ISymbol>numberRows</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberRows" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberTicks><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.numberTicks" target=_parent class=ISymbol>numberTicks</a>, <span class=IParent>Axis</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.name" target=_parent class=ISymbol>name</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_needlePad><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needlePad" target=_parent class=ISymbol>needlePad</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_needleThickness><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.needleThickness" target=_parent class=ISymbol>needleThickness</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_negativeColor><div class=IEntry><a href="../files/jqplot-core-js.html#Series.negativeColor" target=_parent class=ISymbol>negativeColor</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_negativeSeriesColors><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.negativeSeriesColors" target=_parent class=ISymbol>negativeSeriesColors</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_neighborThreshold><div class=IEntry><a href="../files/jqplot-core-js.html#Series.neighborThreshold" target=_parent class=ISymbol>neighborThreshold</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_noDataIndicator><div class=IEntry><a href="../files/jqplot-core-js.html#jqPlot.noDataIndicator" target=_parent class=ISymbol>noDataIndicator</a>, <span class=IParent>jqPlot</span></div></div><div class=SRResult id=SR_numberColumns><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberColumns')" class=ISymbol>numberColumns</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberColumns" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberColumns" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberRows><div class=IEntry><a href="javascript:searchResults.Toggle('SR_numberRows')" class=ISymbol>numberRows</a><div class=ISubIndex><a href="../files/plugins/jqplot-enhancedLegendRenderer-js.html#numberRows" target=_parent class=IParent>Global</a><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>DonutLegendRenderer</a><a href="../files/plugins/jqplot-funnelRenderer-js.html#$.jqplot.FunnelLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>FunnelLegendRenderer</a><a href="../files/plugins/jqplot-mekkoRenderer-js.html#$.jqplot.MekkoLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>MekkoLegendRenderer</a><a href="../files/plugins/jqplot-pieRenderer-js.html#$.jqplot.PieLegendRenderer.numberRows" target=_parent class=IParent>$.jqplot.<wbr>PieLegendRenderer</a></div></div></div><div class=SRResult id=SR_numberTicks><div class=IEntry><a href="../files/jqplot-core-js.html#Axis.numberTicks" target=_parent class=ISymbol>numberTicks</a>, <span class=IParent>Axis</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_objects><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.objects" target=_parent class=ISymbol>objects</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_openColor><div class=IEntry><a href="../files/plugins/jqplot-ohlcRenderer-js.html#$.jqplot.OHLCRenderer.openColor" target=_parent class=ISymbol>openColor</a>, <span class=IParent>$.jqplot.<wbr>OHLCRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_objects><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.objects" target=_parent class=ISymbol>objects</a>, <span class=IParent>$.jqplot.<wbr>CanvasOverlay</span></div></div><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>$.jqplot.<wbr>shadowRenderer</span></div></div><div class=SRResult id=SR_offsetBars><div class=IEntry><a href="../files/plugins/jqplot-pyramidRenderer-js.html#offsetBars" target=_parent class=ISymbol>offsetBars</a></div></div><div class=SRResult id=SR_openColor><div class=IEntry><a href="../files/plugins/jqplot-ohlcRenderer-js.html#$.jqplot.OHLCRenderer.openColor" target=_parent class=ISymbol>openColor</a>, <span class=IParent>$.jqplot.<wbr>OHLCRenderer</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||
|
||||
|
||||
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_xaxis><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xaxis')" class=ISymbol>xaxis</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xaxis" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/jqplot-core-js.html#Series.xaxis" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_xmax><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmax" target=_parent class=ISymbol>xmax</a>, <span class=IParent>HorizontalLine</span></div></div><div class=SRResult id=SR_xmin><div class=IEntry><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmin" target=_parent class=ISymbol>xmin</a>, <span class=IParent>HorizontalLine</span></div></div><div class=SRResult id=SR_xoffset><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.xoffset" target=_parent class=ISymbol>xoffset</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_xpadding><div class=IEntry><a href="../files/plugins/jqplot-pointLabels-js.html#$.jqplot.PointLabels.xpadding" target=_parent class=ISymbol>xpadding</a>, <span class=IParent>$.jqplot.<wbr>PointLabels</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>></span>Home</a><a class="nav" href="../../tests/"><span>></span>Examples</a><a class="nav" href="../../docs/"><span>></span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><a class="nav" href="../../info.php"><span>></span>Info</a><a class="nav" href="../../donate.php"><span>></span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_xaxis><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xaxis')" class=ISymbol>xaxis</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xaxis" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/jqplot-core-js.html#Series.xaxis" target=_parent class=IParent>Series</a></div></div></div><div class=SRResult id=SR_xmax><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xmax')" class=ISymbol>xmax</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xmax" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmax" target=_parent class=IParent>HorizontalLine</a></div></div></div><div class=SRResult id=SR_xmin><div class=IEntry><a href="javascript:searchResults.Toggle('SR_xmin')" class=ISymbol>xmin</a><div class=ISubIndex><a href="../files/plugins/jqplot-canvasOverlay-js.html#$.jqplot.CanvasOverlay.xmin" target=_parent class=IParent>$.jqplot.<wbr>CanvasOverlay</a><a href="../files/plugins/jqplot-canvasOverlay-js.html#HorizontalLine.xmin" target=_parent class=IParent>HorizontalLine</a></div></div></div><div class=SRResult id=SR_xoffset><div class=IEntry><a href="../files/jqplot-core-js.html#Legend.xoffset" target=_parent class=ISymbol>xoffset</a>, <span class=IParent>Legend</span></div></div><div class=SRResult id=SR_xpadding><div class=IEntry><a href="../files/plugins/jqplot-pointLabels-js.html#$.jqplot.PointLabels.xpadding" target=_parent class=ISymbol>xpadding</a>, <span class=IParent>$.jqplot.<wbr>PointLabels</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
@ -1,5 +0,0 @@
|
||||
# This works on my local apache (with mod_php)
|
||||
AddType application/x-httpd-php .php .html .htm
|
||||
|
||||
# This works for dreamhost (php as fast cgi)
|
||||
# AddType php-cgi .php .html .htm
|
@ -1,25 +0,0 @@
|
||||
Product or service,v01,v02,v03,v04,v05,v06,v07,v08,v09,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20
|
||||
Rice,15.8442,13.0993,11.2898,10.7892,10.252,9.0165,8.5287,7.7442,6.9867,6.5213,5.9473,5.4766,4.9214,4.6398,3.8935,3.5228,3.0128,2.4847,2.0357,1.0672
|
||||
Bread and other cereals,1.7703,2.2535,2.2753,2.7927,2.2509,2.4341,2.5518,2.5547,2.4204,2.4186,2.4261,2.2927,2.4386,2.2295,2.2203,1.915,1.8791,1.7941,1.6567,0.9296
|
||||
Meat,8.3728,8.1221,8.3989,7.9758,8.8246,8.2377,8.432,7.8466,7.5343,7.1171,6.9801,6.9349,5.8307,5.7089,4.927,4.2237,3.6872,3.1429,2.581,1.3766
|
||||
Fish and seafood,9.1249,8.7326,7.6122,7.8577,7.1625,6.8527,6.5158,6.1715,6.1298,5.8702,5.3456,4.9906,4.4424,4.3022,3.5298,3.405,2.9977,2.4159,2.0832,1.1499
|
||||
Fruits and vegetables,8.0508,7.7875,7.6534,7.4448,7.3702,7.4188,7.3882,7.1647,6.9617,6.6576,6.6077,6.4823,5.9117,5.8149,5.505,5.5355,5.0907,4.569,4.3049,2.6325
|
||||
Other food products,10.4408,9.8278,9.9293,9.5176,9.6658,9.2359,9.2842,8.6497,8.7656,8.2962,8.155,7.7294,7.3674,6.9888,6.2995,5.7314,5.2703,4.6947,3.9614,2.2509
|
||||
Catering services,4.1883,4.7514,5.3198,5.8819,5.1732,5.5764,6.1713,6.7915,6.8511,7.2681,7.1461,8.109,9.2649,9.5322,11.2138,12.8299,12.9621,13.8936,13.7828,10.0525
|
||||
Non-alcoholic beverages,0.6641,0.8454,0.9018,1.0461,1.0113,1.235,1.279,1.3049,1.5024,1.4471,1.5358,1.5796,1.6471,1.6443,1.6562,1.6763,1.6097,1.5039,1.3752,0.864
|
||||
Alcoholic beverages,0.5221,0.6997,0.8513,0.8849,0.9168,0.9099,0.8339,0.9921,1.1169,1.1764,1.1936,1.1415,1.1181,1.2889,1.1378,1.023,1.1283,1.0417,0.9839,0.587
|
||||
Tobacco and narcotics,1.0969,1.188,1.0713,1.2803,1.1787,1.148,1.3229,1.1726,1.3764,1.3887,1.4011,1.3034,1.4368,1.5017,1.4899,1.4123,1.3168,1.1407,0.8458,0.38
|
||||
Clothing and footwear,2.275,2.5511,3.1025,2.9834,3.2857,3.7625,3.1928,3.7071,4.0364,3.629,3.9258,3.2208,3.7113,3.3166,3.4775,3.429,3.6121,3.4569,3.8416,4.1323
|
||||
Rentals (actual or imputed) and maintenance and repair of the dwelling,16.0654,15.719,16.3773,16.0175,15.8853,16.132,16.1309,16.3491,15.8512,16.4743,16.2862,15.7327,16.2793,16.6329,17.4903,17.4425,17.3413,18.3527,18.5029,15.2763
|
||||
Water supply and miscellaneous services related to the dwelling,1.1145,1.176,1.1183,1.0411,1.0058,1.0796,1.0321,1.0714,1.1117,1.0278,1.136,1.1397,1.1556,1.2206,1.2871,1.2361,1.2111,1.2312,1.1545,0.7881
|
||||
Electricity gas and other fuels,4.5928,4.7558,4.8855,4.4684,4.6677,4.6038,4.7789,4.6098,4.4171,4.5078,4.4137,4.4645,4.2693,4.2836,4.1709,4.159,3.8423,3.9957,3.6816,2.5785
|
||||
Furnishing household equipment and routine household maintenance,2.1027,2.1576,2.0721,2.0623,2.3498,2.2573,2.2866,2.3766,2.2488,2.3665,2.3445,2.2474,2.3345,2.2479,2.158,2.355,2.0744,2.2269,3.0474,3.8925
|
||||
Health,1.2709,1.6007,1.3996,1.612,1.4649,1.5875,1.7056,1.7315,1.7378,2.0401,2.3265,2.1096,2.0513,2.1548,2.0634,2.2206,1.8427,2.4817,2.3066,2.1685
|
||||
Transport,4.6414,5.6167,5.9571,6.5372,7.0242,7.6332,7.9823,8.3906,9.112,9.6872,10.2014,11.0074,11.375,11.6753,12.0489,12.0692,13.2962,13.2183,14.6559,32.0912
|
||||
Communication,0.2334,0.3642,0.5267,0.5911,0.8888,1.1633,1.0997,1.76,1.9811,2.1708,2.931,3.2634,3.6254,4.107,4.6944,5.0941,5.9984,6.2419,6.6059,5.8353
|
||||
Recreation and culture,2.2553,2.8903,2.9564,3.2839,3.4822,3.255,3.1666,3.4245,3.4066,3.8536,3.6333,4.0331,4.4847,4.3552,4.2768,4.1439,4.7196,4.6585,4.4286,3.921
|
||||
Education,0.3437,0.3282,0.4805,0.3881,0.4796,0.9766,0.6589,0.6443,1.0423,0.7941,1.064,1.5504,1.3977,1.5226,1.8344,1.9186,2.3022,2.8188,2.8424,2.7792
|
||||
Personal care,3.4466,3.5641,3.5711,3.4219,3.2835,3.3569,3.3416,3.4544,3.3675,3.2806,3.118,3.1881,3.2252,3.0588,3.0051,2.9868,3.0361,2.8972,2.9611,2.2867
|
||||
Other miscellaneous goods and services,1.5831,1.9691,2.2498,2.122,2.3766,2.1273,2.3165,2.0884,2.0421,2.0067,1.8809,2.0027,1.7115,1.7734,1.6204,1.6702,1.769,1.7391,2.3607,2.9604
|
||||
Food and non-alcoholic beverages,58.4561,55.4196,53.3806,53.3059,51.7105,50.007,50.1509,48.2276,47.1521,45.5962,44.1436,43.5952,41.8242,40.8606,39.2451,38.8396,36.5095,34.4988,31.7809,20.3231
|
||||
Non food,41.5439,44.5804,46.6194,46.6941,48.2895,49.993,49.8491,51.7724,52.8479,54.4038,55.8564,56.4048,58.1758,59.1394,60.7549,61.1604,63.4905,65.5012,68.2191,79.6769
|
|
@ -1,331 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>OHLC Charts</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.ohlcRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-target {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #D8F4DC;
|
||||
border: 1px solid rgb(200, 200, 200);
|
||||
padding-top: 1em;
|
||||
padding-left: 3em;
|
||||
padding-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 4em;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- END: load jqplot -->
|
||||
|
||||
<script class="common" type="text/javascript">
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
ohlc = [['07/06/09', 138.7, 139.68, 135.18, 135.4],
|
||||
['06/29/09', 143.46, 144.66, 139.79, 140.02],
|
||||
['06/22/09', 140.67, 143.56, 132.88, 142.44],
|
||||
['06/15/09', 136.01, 139.5, 134.53, 139.48],
|
||||
['06/08/09', 143.82, 144.56, 136.04, 136.97],
|
||||
['06/01/09', 136.47, 146.4, 136, 144.67],
|
||||
['05/26/09', 124.76, 135.9, 124.55, 135.81],
|
||||
['05/18/09', 123.73, 129.31, 121.57, 122.5],
|
||||
['05/11/09', 127.37, 130.96, 119.38, 122.42],
|
||||
['05/04/09', 128.24, 133.5, 126.26, 129.19],
|
||||
['04/27/09', 122.9, 127.95, 122.66, 127.24],
|
||||
['04/20/09', 121.73, 127.2, 118.6, 123.9],
|
||||
['04/13/09', 120.01, 124.25, 115.76, 123.42],
|
||||
['04/06/09', 114.94, 120, 113.28, 119.57],
|
||||
['03/30/09', 104.51, 116.13, 102.61, 115.99],
|
||||
['03/23/09', 102.71, 109.98, 101.75, 106.85],
|
||||
['03/16/09', 96.53, 103.48, 94.18, 101.59],
|
||||
['03/09/09', 84.18, 97.2, 82.57, 95.93],
|
||||
['03/02/09', 88.12, 92.77, 82.33, 85.3],
|
||||
['02/23/09', 91.65, 92.92, 86.51, 89.31],
|
||||
['02/17/09', 96.87, 97.04, 89, 91.2],
|
||||
['02/09/09', 100, 103, 95.77, 99.16],
|
||||
['02/02/09', 89.1, 100, 88.9, 99.72],
|
||||
['01/26/09', 88.86, 95, 88.3, 90.13],
|
||||
['01/20/09', 81.93, 90, 78.2, 88.36],
|
||||
['01/12/09', 90.46, 90.99, 80.05, 82.33],
|
||||
['01/05/09', 93.17, 97.17, 90.04, 90.58],
|
||||
['12/29/08', 86.52, 91.04, 84.72, 90.75],
|
||||
['12/22/08', 90.02, 90.03, 84.55, 85.81],
|
||||
['12/15/08', 95.99, 96.48, 88.02, 90],
|
||||
['12/08/08', 97.28, 103.6, 92.53, 98.27],
|
||||
['12/01/08', 91.3, 96.23, 86.5, 94],
|
||||
['11/24/08', 85.21, 95.25, 84.84, 92.67],
|
||||
['11/17/08', 88.48, 91.58, 79.14, 82.58],
|
||||
['11/10/08', 100.17, 100.4, 86.02, 90.24],
|
||||
['11/03/08', 105.93, 111.79, 95.72, 98.24],
|
||||
['10/27/08', 95.07, 112.19, 91.86, 107.59],
|
||||
['10/20/08', 99.78, 101.25, 90.11, 96.38],
|
||||
['10/13/08', 104.55, 116.4, 85.89, 97.4],
|
||||
['10/06/08', 91.96, 101.5, 85, 96.8],
|
||||
['09/29/08', 119.62, 119.68, 94.65, 97.07],
|
||||
['09/22/08', 139.94, 140.25, 123, 128.24],
|
||||
['09/15/08', 142.03, 147.69, 120.68, 140.91],
|
||||
['09/08/08', 164.57, 164.89, 146, 148.94]
|
||||
];
|
||||
|
||||
ohlc_b = [['07/06/09', 138.7, 139.68, 135.18, 135.4, 'j'],
|
||||
['06/29/09', 143.46, 144.66, 139.79, 140.02, 'q'],
|
||||
['06/22/09', 140.67, 143.56, 132.88, 142.44, 'p'],
|
||||
['06/15/09', 136.01, 139.5, 134.53, 139.48, 'l'],
|
||||
['06/08/09', 143.82, 144.56, 136.04, 136.97, 'o'],
|
||||
['06/01/09', 136.47, 146.4, 136, 144.67, 't'],
|
||||
['05/26/09', 124.76, 135.9, 124.55, 135.81, '_'],
|
||||
['05/18/09', 123.73, 129.31, 121.57, 122.5, 'c'],
|
||||
['05/11/09', 127.37, 130.96, 119.38, 122.42, 'h'],
|
||||
['05/04/09', 128.24, 133.5, 126.26, 129.19, 'a'],
|
||||
['04/27/09', 122.9, 127.95, 122.66, 127.24, 'r'],
|
||||
['04/20/09', 121.73, 127.2, 118.6, 123.9, 't'],
|
||||
['04/13/09', 120.01, 124.25, 115.76, 123.42, 's']
|
||||
];
|
||||
|
||||
hlc = [['07/06/09', 139.68, 135.18, 135.4],
|
||||
['06/29/09', 144.66, 139.79, 140.02],
|
||||
['06/22/09', 143.56, 132.88, 142.44],
|
||||
['06/15/09', 139.5, 134.53, 139.48],
|
||||
['06/08/09', 144.56, 136.04, 136.97],
|
||||
['06/01/09', 146.4, 136, 144.67],
|
||||
['05/26/09', 135.9, 124.55, 135.81],
|
||||
['05/18/09', 129.31, 121.57, 122.5],
|
||||
['05/11/09', 130.96, 119.38, 122.42],
|
||||
['05/04/09', 133.5, 126.26, 129.19],
|
||||
['04/27/09', 127.95, 122.66, 127.24],
|
||||
['04/20/09', 127.2, 118.6, 123.9],
|
||||
['04/13/09', 124.25, 115.76, 123.42],
|
||||
['04/06/09', 120, 113.28, 119.57],
|
||||
['03/30/09', 116.13, 102.61, 115.99],
|
||||
['03/23/09', 109.98, 101.75, 106.85],
|
||||
['03/16/09', 103.48, 94.18, 101.59],
|
||||
['03/09/09', 97.2, 82.57, 95.93],
|
||||
['03/02/09', 92.77, 82.33, 85.3],
|
||||
['02/23/09', 92.92, 86.51, 89.31],
|
||||
['02/17/09', 97.04, 89, 91.2],
|
||||
['02/09/09', 103, 95.77, 99.16],
|
||||
['02/02/09', 100, 88.9, 99.72],
|
||||
['01/26/09', 95, 88.3, 90.13],
|
||||
['01/20/09', 90, 78.2, 88.36],
|
||||
['01/12/09', 90.99, 80.05, 82.33],
|
||||
['01/05/09', 97.17, 90.04, 90.58],
|
||||
['12/29/08', 91.04, 84.72, 90.75],
|
||||
['12/22/08', 90.03, 84.55, 85.81],
|
||||
['12/15/08', 96.48, 88.02, 90],
|
||||
['12/08/08', 103.6, 92.53, 98.27],
|
||||
['12/01/08', 96.23, 86.5, 94],
|
||||
['11/24/08', 95.25, 84.84, 92.67],
|
||||
['11/17/08', 91.58, 79.14, 82.58],
|
||||
['11/10/08', 100.4, 86.02, 90.24],
|
||||
['11/03/08', 111.79, 95.72, 98.24],
|
||||
['10/27/08', 112.19, 91.86, 107.59],
|
||||
['10/20/08', 101.25, 90.11, 96.38],
|
||||
['10/13/08', 116.4, 85.89, 97.4],
|
||||
['10/06/08', 101.5, 85, 96.8],
|
||||
['09/29/08', 119.68, 94.65, 97.07],
|
||||
['09/22/08', 140.25, 123, 128.24],
|
||||
['09/15/08', 147.69, 120.68, 140.91],
|
||||
['09/08/08', 164.89, 146, 148.94]
|
||||
];
|
||||
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
plot1 = $.jqplot('chart1',[ohlc],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%y.%m'}
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
}
|
||||
});
|
||||
});</script>
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
plot2 = $.jqplot('chart2',[ohlc],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%y.%m'}
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
},
|
||||
highlighter: {
|
||||
showMarker:false,
|
||||
tooltipAxes: 'xy',
|
||||
yvalues: 4,
|
||||
formatString:'<table class="jqplot-highlighter"> \
|
||||
<tr><td>date:</td><td>%s</td></tr> \
|
||||
<tr><td>open:</td><td>%s</td></tr> \
|
||||
<tr><td>hi:</td><td>%s</td></tr> \
|
||||
<tr><td>low:</td><td>%s</td></tr> \
|
||||
<tr><td>close:</td><td>%s</td></tr></table>'
|
||||
}
|
||||
});
|
||||
});</script>
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
plot2b = $.jqplot('chart2b',[ohlc_b],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%y.%m'}
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
},
|
||||
highlighter: {
|
||||
showMarker:false,
|
||||
tooltipAxes: 'xy',
|
||||
yvalues: 5,
|
||||
formatString:'<table class="jqplot-highlighter"> \
|
||||
<tr><td>date:</td><td>%s</td></tr> \
|
||||
<tr><td>open:</td><td>%s</td></tr> \
|
||||
<tr><td>hi:</td><td>%s</td></tr> \
|
||||
<tr><td>low:</td><td>%s</td></tr> \
|
||||
<tr><td>close:</td><td>%s</td></tr> \
|
||||
<tr><td>letter:</td><td>%s</td></tr></table>'
|
||||
}
|
||||
});
|
||||
});</script>
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
plot3 = $.jqplot('chart3',[hlc],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%Y.%m'}
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
}
|
||||
});
|
||||
});</script>
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
var catOHLC = [[1, 138.7, 139.68, 135.18, 135.4],
|
||||
[2, 143.46, 144.66, 139.79, 140.02],
|
||||
[3, 140.67, 143.56, 132.88, 142.44],
|
||||
[4, 136.01, 139.5, 134.53, 139.48],
|
||||
[5, 143.82, 144.56, 136.04, 136.97],
|
||||
[6, 136.47, 146.4, 136, 144.67],
|
||||
[7, 124.76, 135.9, 124.55, 135.81],
|
||||
[8, 123.73, 129.31, 121.57, 122.5]];
|
||||
|
||||
var ticks = ['Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun', 'Mon', 'Tue'];
|
||||
|
||||
plot4 = $.jqplot('chart4',[catOHLC],{
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.CategoryAxisRenderer,
|
||||
ticks:ticks
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'$%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}]
|
||||
});
|
||||
});</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
$('script.code').each(function(index) {
|
||||
$('pre.code').eq(index).text($(this).html());
|
||||
});
|
||||
$('script.common').each(function(index) {
|
||||
$('pre.common').eq(index).html($(this).html());
|
||||
});
|
||||
$(document).unload(function() {$('*').unbind(); });
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<div id="chart1" class="code" style="margin:20px;height:240px; width:640px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart2" class="code" style="margin:20px;height:240px; width:640px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart2b" class="code" style="margin:20px;height:240px; width:640px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart3" class="code" style="margin:20px;height:240px; width:640px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart4" class="code" style="margin:20px;height:320px; width:500px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<p>The examples below use the folowing code:</p>
|
||||
<pre class="common"></pre>
|
||||
</body>
|
||||
</html>
|
@ -1,194 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Open Hi Low Close and Canclestick Charts</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.ohlcRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.js"></script>
|
||||
<!-- <script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.js"></script>
|
||||
-->
|
||||
|
||||
<!-- END: load jqplot -->
|
||||
<script language="javascript" type="text/javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
var ohlc = [['07/06/09', 138.7, 139.68, 135.18, 135.4],
|
||||
['06/29/09', 143.46, 144.66, 139.79, 140.02],
|
||||
['06/22/09', 140.67, 143.56, 132.88, 142.44],
|
||||
['06/15/09', 136.01, 139.5, 134.53, 139.48],
|
||||
['06/08/09', 143.82, 144.56, 136.04, 136.97],
|
||||
['06/01/09', 136.47, 146.4, 136, 144.67],
|
||||
['05/26/09', 124.76, 135.9, 124.55, 135.81],
|
||||
['05/18/09', 123.73, 129.31, 121.57, 122.5],
|
||||
['05/11/09', 127.37, 130.96, 119.38, 122.42],
|
||||
['05/04/09', 128.24, 133.5, 126.26, 129.19],
|
||||
['04/27/09', 122.9, 127.95, 122.66, 127.24],
|
||||
['04/20/09', 121.73, 127.2, 118.6, 123.9],
|
||||
['04/13/09', 120.01, 124.25, 115.76, 123.42],
|
||||
['04/06/09', 114.94, 120, 113.28, 119.57],
|
||||
['03/30/09', 104.51, 116.13, 102.61, 115.99],
|
||||
['03/23/09', 102.71, 109.98, 101.75, 106.85],
|
||||
['03/16/09', 96.53, 103.48, 94.18, 101.59],
|
||||
['03/09/09', 84.18, 97.2, 82.57, 95.93],
|
||||
['03/02/09', 88.12, 92.77, 82.33, 85.3],
|
||||
['02/23/09', 91.65, 92.92, 86.51, 89.31],
|
||||
['02/17/09', 96.87, 97.04, 89, 91.2],
|
||||
['02/09/09', 100, 103, 95.77, 99.16],
|
||||
['02/02/09', 89.1, 100, 88.9, 99.72],
|
||||
['01/26/09', 88.86, 95, 88.3, 90.13],
|
||||
['01/20/09', 81.93, 90, 78.2, 88.36],
|
||||
['01/12/09', 90.46, 90.99, 80.05, 82.33],
|
||||
['01/05/09', 93.17, 97.17, 90.04, 90.58],
|
||||
['12/29/08', 86.52, 91.04, 84.72, 90.75],
|
||||
['12/22/08', 90.02, 90.03, 84.55, 85.81],
|
||||
['12/15/08', 95.99, 96.48, 88.02, 90],
|
||||
['12/08/08', 97.28, 103.6, 92.53, 98.27],
|
||||
['12/01/08', 91.3, 96.23, 86.5, 94],
|
||||
['11/24/08', 85.21, 95.25, 84.84, 92.67],
|
||||
['11/17/08', 88.48, 91.58, 79.14, 82.58],
|
||||
['11/10/08', 100.17, 100.4, 86.02, 90.24],
|
||||
['11/03/08', 105.93, 111.79, 95.72, 98.24],
|
||||
['10/27/08', 95.07, 112.19, 91.86, 107.59],
|
||||
['10/20/08', 99.78, 101.25, 90.11, 96.38],
|
||||
['10/13/08', 104.55, 116.4, 85.89, 97.4],
|
||||
['10/06/08', 91.96, 101.5, 85, 96.8],
|
||||
['09/29/08', 119.62, 119.68, 94.65, 97.07],
|
||||
['09/22/08', 139.94, 140.25, 123, 128.24],
|
||||
['09/15/08', 142.03, 147.69, 120.68, 140.91],
|
||||
['09/08/08', 164.57, 164.89, 146, 148.94]
|
||||
];
|
||||
|
||||
var hlc = [['07/06/09', 139.68, 135.18, 135.4],
|
||||
['06/29/09', 144.66, 139.79, 140.02],
|
||||
['06/22/09', 143.56, 132.88, 142.44],
|
||||
['06/15/09', 139.5, 134.53, 139.48],
|
||||
['06/08/09', 144.56, 136.04, 136.97],
|
||||
['06/01/09', 146.4, 136, 144.67],
|
||||
['05/26/09', 135.9, 124.55, 135.81],
|
||||
['05/18/09', 129.31, 121.57, 122.5],
|
||||
['05/11/09', 130.96, 119.38, 122.42],
|
||||
['05/04/09', 133.5, 126.26, 129.19],
|
||||
['04/27/09', 127.95, 122.66, 127.24],
|
||||
['04/20/09', 127.2, 118.6, 123.9],
|
||||
['04/13/09', 124.25, 115.76, 123.42],
|
||||
['04/06/09', 120, 113.28, 119.57],
|
||||
['03/30/09', 116.13, 102.61, 115.99],
|
||||
['03/23/09', 109.98, 101.75, 106.85],
|
||||
['03/16/09', 103.48, 94.18, 101.59],
|
||||
['03/09/09', 97.2, 82.57, 95.93],
|
||||
['03/02/09', 92.77, 82.33, 85.3],
|
||||
['02/23/09', 92.92, 86.51, 89.31],
|
||||
['02/17/09', 97.04, 89, 91.2],
|
||||
['02/09/09', 103, 95.77, 99.16],
|
||||
['02/02/09', 100, 88.9, 99.72],
|
||||
['01/26/09', 95, 88.3, 90.13],
|
||||
['01/20/09', 90, 78.2, 88.36],
|
||||
['01/12/09', 90.99, 80.05, 82.33],
|
||||
['01/05/09', 97.17, 90.04, 90.58],
|
||||
['12/29/08', 91.04, 84.72, 90.75],
|
||||
['12/22/08', 90.03, 84.55, 85.81],
|
||||
['12/15/08', 96.48, 88.02, 90],
|
||||
['12/08/08', 103.6, 92.53, 98.27],
|
||||
['12/01/08', 96.23, 86.5, 94],
|
||||
['11/24/08', 95.25, 84.84, 92.67],
|
||||
['11/17/08', 91.58, 79.14, 82.58],
|
||||
['11/10/08', 100.4, 86.02, 90.24],
|
||||
['11/03/08', 111.79, 95.72, 98.24],
|
||||
['10/27/08', 112.19, 91.86, 107.59],
|
||||
['10/20/08', 101.25, 90.11, 96.38],
|
||||
['10/13/08', 116.4, 85.89, 97.4],
|
||||
['10/06/08', 101.5, 85, 96.8],
|
||||
['09/29/08', 119.68, 94.65, 97.07],
|
||||
['09/22/08', 140.25, 123, 128.24],
|
||||
['09/15/08', 147.69, 120.68, 140.91],
|
||||
['09/08/08', 164.89, 146, 148.94]
|
||||
];
|
||||
|
||||
|
||||
var ticks = ['08/01/08', '12/01/08', '04/01/09', '08/01/09'];
|
||||
|
||||
$.jsDate.config.defaultCentury = 2000;
|
||||
|
||||
plot1 = $.jqplot('chart1',[ohlc],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%Y.%m.%d'},
|
||||
min: "08-01-1908",
|
||||
tickInterval: "60 days",
|
||||
ticks: ticks
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
},
|
||||
highlighter: {
|
||||
showMarker:false,
|
||||
tooltipAxes: 'xy',
|
||||
yvalues: 4,
|
||||
formatString:'<table class="jqplot-highlighter"><tr><td>date:</td><td>%s</td></tr><tr><td>open:</td><td>%s</td></tr><tr><td>hi:</td><td>%s</td></tr><tr><td>low:</td><td>%s</td></tr><tr><td>close:</td><td>%s</td></tr></table>'
|
||||
}
|
||||
});
|
||||
|
||||
plot2 = $.jqplot('chart2',[ohlc],{
|
||||
title: 'Chart',
|
||||
axesDefaults:{},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
tickOptions:{formatString:'%Y.%m'}
|
||||
},
|
||||
yaxis: {
|
||||
tickOptions:{formatString:'%.2f'}
|
||||
}
|
||||
},
|
||||
series: [{renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true, fillUpBody:true, upBodyColor:'#aa3333', downBodyColor:'#3333aa'}}],
|
||||
cursor:{
|
||||
zoom:true,
|
||||
tooltipOffset: 10,
|
||||
tooltipLocation: 'nw'
|
||||
},
|
||||
highlighter: {
|
||||
showMarker:false,
|
||||
tooltipAxes: 'xy',
|
||||
yvalues: 4,
|
||||
formatString:'<table class="jqplot-highlighter"><tr><td>date:</td><td>%s</td></tr><tr><td>open:</td><td>%s</td></tr><tr><td>hi:</td><td>%s</td></tr><tr><td>low:</td><td>%s</td></tr><tr><td>close:</td><td>%s</td></tr></table>'
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<div id="chart1" style="margin:20px;height:240px; width:640px;"></div>
|
||||
<div id="chart2" style="margin:20px;height:240px; width:640px;"></div>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
@ -1,114 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Filled (Area) Charts</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script type="text/javascript" src="../jquery.min.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.barRenderer.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.highlighter.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.cursor.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.pieRenderer.min.js"></script>
|
||||
<script type="text/javascript" src="../plugins/jqplot.donutRenderer.min.js"></script>
|
||||
|
||||
<!-- END: load jqplot -->
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-target {
|
||||
margin: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script class="code" language="javascript" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
var l2 = [11, 9, 5, 12, 14];
|
||||
var l3 = [4, 8, 5, 3, 6];
|
||||
var l4 = [12, 6, 13, 11, 2];
|
||||
var l5 = [4, -3, 3, 6, 2, -2];
|
||||
|
||||
|
||||
var plot1b = $.jqplot('chart1b',[l2, l3, l4],{
|
||||
stackSeries: true,
|
||||
showMarker: false,
|
||||
seriesDefaults: {
|
||||
fill: true
|
||||
},
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
ticks: ["Mon", "Tue", "Wed", "Thr", "Fri"]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('#chart1b').bind('jqplotDataHighlight',
|
||||
function (ev, seriesIndex, pointIndex, data) {
|
||||
$('#info1b').html('series: '+seriesIndex+', point: '+pointIndex+', data: '+data);
|
||||
}
|
||||
);
|
||||
|
||||
$('#chart1b').bind('jqplotDataUnhighlight',
|
||||
function (ev) {
|
||||
$('#info1b').html('Nothing');
|
||||
}
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script class="code" language="javascript" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
var plot1c = $.jqplot('chart1c',[l5],{
|
||||
stackSeries: true,
|
||||
showMarker: false,
|
||||
seriesDefaults: {
|
||||
fill: true,
|
||||
fillToZero: true,
|
||||
rendererOptions: {
|
||||
highlightMouseDown: true
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('#chart1c').bind('jqplotDataClick',
|
||||
function (ev, seriesIndex, pointIndex, data) {
|
||||
$('#info1c').html('series: '+seriesIndex+', point: '+pointIndex+', data: '+data);
|
||||
}
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
|
||||
<p>Area charts support highlighting and mouse events by default. The options and handlers and callbacks are essentially the same as with bar, pie, donut and funnel charts. One notable exception for area charts is that no data point index will be provided to the callback and the entire data set for the highlighted area will be returned. This is because the area is not associated with one particular data point, but with the entire data set of the series.</p>
|
||||
|
||||
<div><span>Moused Over: </span><span id="info1b">Nothing</span></div>
|
||||
|
||||
<div id="chart1b" class="plot" style="width:400px;height:260px;"></div>
|
||||
|
||||
<p>For the chart below, mouseover has been disabled and click handling is enabled by setting "highlightMouseDown: true". For "fillToZero" area charts that have both negative and positive values as shown below, clicking in either the positive of negative regions will generate the same result.</p>
|
||||
|
||||
<div><span>You Clicked: </span><span id="info1c">Nothing yet</span></div>
|
||||
|
||||
<div id="chart1c" class="plot" style="width:400px;height:260px;"></div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,121 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.js"></script>
|
||||
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.enhancedLegendRenderer.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-y2axis { margin-left: 4px; }
|
||||
.jqplot { margin: 70px;}
|
||||
table.jqplot-table-legend { border: 0px;}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<script type="text/javascript" language="javascript"><!--
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
l1 = [[2011,1200], [2039,1200]];
|
||||
l2 = [[2011,0], [2039,800]];
|
||||
l3 = [[2011,0], [2039,400]];
|
||||
|
||||
plot1 = $.jqplot('chart1', [l1,l2,l3], {
|
||||
grid: {
|
||||
background:'#ffffff',
|
||||
// turn off the border. Note, should set
|
||||
// borderColor as well due to way axes shares color
|
||||
// defaults with the grid.
|
||||
borderWidth:0,
|
||||
borderColor:'#ffffff',
|
||||
shadow:true,
|
||||
// give a wide shadow
|
||||
shadowWidth: 10,
|
||||
shadowOffset: 3,
|
||||
shadowDepth: 8,
|
||||
// use new shadowColor option to give a custom lighter color
|
||||
// because the high shadowDepth will make it look too dark.
|
||||
shadowColor: 'rgba(230, 230, 230, 0.07)'
|
||||
},
|
||||
legend: {
|
||||
renderer: $.jqplot.EnhancedLegendRenderer,
|
||||
show:true,
|
||||
location: 's',
|
||||
placement:'outside',
|
||||
yoffset: 30,
|
||||
rendererOptions:{
|
||||
numberRows: 2
|
||||
}
|
||||
},
|
||||
stackSeries:true,
|
||||
// use the new fillToValue option to make filled series "hover" above the x axis.
|
||||
seriesDefaults:{fill:true, fillToZero:true, fillToValue: 100, yaxis:'y2axis'},
|
||||
series:[{label:'oil'}, {label:'renewables'}, {label:'wind and water'}],
|
||||
axesDefaults: {
|
||||
showTickMarks:false,
|
||||
tickOptions: {
|
||||
formatString: '%d'
|
||||
}
|
||||
},
|
||||
axes:{
|
||||
xaxis: {
|
||||
borderWidth:2,
|
||||
borderColor:'#999999',
|
||||
ticks:[2010, 2040],
|
||||
tickOptions:{
|
||||
showGridline: false
|
||||
}
|
||||
},
|
||||
y2axis:{
|
||||
borderWidth:0,
|
||||
borderColor:'#ffffff',
|
||||
autoscale: true,
|
||||
min:0,
|
||||
max: 3000,
|
||||
numberTicks:4,
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
label:'energy use'
|
||||
},
|
||||
x2axis: {
|
||||
borderWidth:0,
|
||||
borderColor:'#ffffff'
|
||||
},
|
||||
yaxis: {
|
||||
borderWidth:2,
|
||||
borderColor: '#999999'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Going to post process the css position of the y2axis label so it appears on the left side of the grid.
|
||||
// Can't specify this in a css rule because jqPlot figures out the correct position of the label and then
|
||||
// sets the style attributes on the label itself. This will override those element style attributes.
|
||||
// Note, this fails in IE for some reason, probably due to VML emulated canvas elements.
|
||||
var r = plot1._width - plot1._gridPadding.left - 5;
|
||||
r = r+'px';
|
||||
$('.jqplot-y2axis-label').css({top:'10px', right:r});
|
||||
});
|
||||
-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<div class="jqplot" id="chart1" style="height:300px;width:400px;"></div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
@ -1,206 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
|
||||
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.logAxisRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.min.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-point-label {white-space: nowrap;}
|
||||
/* .jqplot-yaxis-label {font-size: 14pt;}*/
|
||||
/* .jqplot-yaxis-tick {font-size: 7pt;}*/
|
||||
.jqplot { margin: 70px;}
|
||||
|
||||
div.jqplot {
|
||||
height: 400px;
|
||||
width: 750px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
var line1 = [6.5, 9.2, 14, 19.65, 26.4, 35, 51];
|
||||
|
||||
var plot1 = $.jqplot('chart1', [line1], {
|
||||
legend: {show:false},
|
||||
axes:{
|
||||
xaxis:{
|
||||
tickOptions:{
|
||||
angle: -30
|
||||
},
|
||||
tickRenderer:$.jqplot.CanvasAxisTickRenderer,
|
||||
label:'Core Motor Amperage',
|
||||
labelOptions:{
|
||||
fontFamily:'Helvetica',
|
||||
fontSize: '14pt'
|
||||
},
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
||||
},
|
||||
yaxis:{
|
||||
renderer:$.jqplot.LogAxisRenderer,
|
||||
tickOptions:{
|
||||
formatString:'%.2f',
|
||||
labelPosition: 'middle',
|
||||
angle:-30
|
||||
},
|
||||
tickRenderer:$.jqplot.CanvasAxisTickRenderer,
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
labelOptions:{
|
||||
fontFamily:'Helvetica',
|
||||
fontSize: '14pt'
|
||||
},
|
||||
label:'Core Motor Voltage'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
var line2 = [['1/1/2008', 42], ['2/14/2008', 56], ['3/7/2008', 39], ['4/22/2008', 81]];
|
||||
|
||||
var plot2 = $.jqplot('chart2', [line2], {
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.DateAxisRenderer,
|
||||
label: 'Incliment Occurrance',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
// labelPosition: 'middle',
|
||||
angle: 15
|
||||
}
|
||||
|
||||
},
|
||||
yaxis: {
|
||||
label: 'Incliment Factor',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
var line3 = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp Marketing Gimmick', 9],
|
||||
['HDTV Receiver', 15], ['8 Track Control Module', 12],
|
||||
['SSPFM (Sealed Sludge Pump Fourier Modulator)', 3],
|
||||
['Transcender/Spice Rack', 6], ['Hair Spray Rear View Mirror Danger Indicator', 18]];
|
||||
|
||||
var plot3 = $.jqplot('chart3', [line3], {
|
||||
series:[{renderer:$.jqplot.BarRenderer}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Warranty Concern',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: -30,
|
||||
fontFamily: 'Courier New',
|
||||
fontSize: '9pt'
|
||||
}
|
||||
|
||||
},
|
||||
yaxis: {
|
||||
label: 'Occurance',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
var line = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp', 9], ['HDTV Receiver', 15],
|
||||
['8 Track Control Module', 12], [' Sludge Pump Fourier Modulator', 3],
|
||||
['Transcender/Spice Rack', 6], ['Hair Spray Danger Indicator', 18]];
|
||||
|
||||
var line2 = [['Nickle', 28], ['Aluminum', 13], ['Xenon', 54], ['Silver', 47],
|
||||
['Sulfer', 16], ['Silicon', 14], ['Vanadium', 23]];
|
||||
|
||||
var plot4 = $.jqplot('chart4', [line, line2], {
|
||||
title: 'Concern vs. Occurrance',
|
||||
series:[{renderer:$.jqplot.BarRenderer}, {xaxis:'x2axis', yaxis:'y2axis'}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Warranty Concern',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
x2axis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Metal',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: 'Occurance',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
y2axis: {
|
||||
autoscale:true,
|
||||
label: 'Number',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
<div class="jqplot code" id="chart1" style="height: 270px"></div>
|
||||
<div class="jqplot code" id="chart2" style="height: 270px"></div>
|
||||
<div class="jqplot code" id="chart3"></div>
|
||||
<div class="jqplot code" id="chart4"></div>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
@ -1,174 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.js"></script>
|
||||
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.logAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisLabelRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-point-label {white-space: nowrap;}
|
||||
/* .jqplot-yaxis-label {font-size: 14pt;}*/
|
||||
/* .jqplot-yaxis-tick {font-size: 7pt;}*/
|
||||
.jqplot { margin: 30px 30px 60px 50px;}
|
||||
/* .jqplot-xaxis { margin-top: 10px;}
|
||||
.jqplot-xaxis-tick {padding-top: 0px;}
|
||||
.jqplot-yaxis {margin-right: 10px;}
|
||||
.jqplot-yaxis-tick {padding-right: 0px;}*/
|
||||
</style>
|
||||
|
||||
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
line = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp', 9], ['HDTV Receiver', 15], ['8 Track Control Module', 12], [' Sludge Pump Fourier Modulator', 3], ['Transcender/Spice Rack', 6], ['Hair Spray Danger Indicator', 18]];
|
||||
line2 = [['Nickle', 28], ['Aluminum', 13], ['Xenon', 54], ['Silver', 47], ['Sulfer', 16], ['Silicon', 14], ['Vanadium', 23]];
|
||||
|
||||
plot1 = $.jqplot('chart1', [line], {
|
||||
title: 'Concern vs. Occurrance',
|
||||
series:[{renderer:$.jqplot.BarRenderer}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Warranty Concern',
|
||||
// labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
enableFontSupport: true,
|
||||
angle: -30
|
||||
}
|
||||
|
||||
},
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: 'Occurance',
|
||||
// labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
enableFontSupport: true,
|
||||
angle: -30
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
line = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp', 9], ['HDTV Receiver', 15], ['8 Track Control Module', 12], [' Sludge Pump Fourier Modulator', 3], ['Transcender/Spice Rack', 6], ['Hair Spray Danger Indicator', 18]];
|
||||
line2 = [['Nickle', 28], ['Aluminum', 13], ['Xenon', 54], ['Silver', 47], ['Sulfer', 16], ['Silicon', 14], ['Vanadium', 23]];
|
||||
|
||||
plot2 = $.jqplot('chart2', [line, line2], {
|
||||
// title: 'Concern vs. Occurrance',
|
||||
series:[{renderer:$.jqplot.BarRenderer}, {xaxis:'x2axis', yaxis:'y2axis'}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Warranty Concern',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
x2axis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Metal',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: 'Occurance',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
},
|
||||
y2axis: {
|
||||
autoscale:true,
|
||||
label: 'Number',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
angle: 30
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
line = [['Cup Holder Pinion Bob', 7], ['Generic Fog Lamp', 9], ['HDTV Receiver', 15], ['8 Track Control Module', 12], [' Sludge Pump Fourier Modulator', 3], ['Transcender/Spice Rack', 6], ['Hair Spray Danger Indicator', 18]];
|
||||
line2 = [['Nickle', 28], ['Aluminum', 13], ['Xenon', 54], ['Silver', 47], ['Sulfer', 16], ['Silicon', 14], ['Vanadium', 23]];
|
||||
|
||||
plot3 = $.jqplot('chart3', [line], {
|
||||
title: 'Concern vs. Occurrance',
|
||||
series:[{renderer:$.jqplot.BarRenderer}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
label: 'Warranty Concern',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
labelPosition:'middle',
|
||||
angle: -30
|
||||
}
|
||||
|
||||
},
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: 'Occurance',
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions: {
|
||||
labelPosition:'middle',
|
||||
angle: -30
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<div class="jqplot" id="chart1" class="graph"></div>
|
||||
<div class="jqplot" id="chart2" class="graph"></div>
|
||||
<div class="jqplot" id="chart3" class="graph"></div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
@ -1,214 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Random Test</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasOverlay.min.js"></script>
|
||||
|
||||
<!-- END: load jqplot -->
|
||||
<script language="javascript" type="text/javascript">
|
||||
|
||||
function makeContinuousData(npoints, ybase, yvariation) {
|
||||
var data = [];
|
||||
if (yvariation == null) {
|
||||
yvariation = ybase;
|
||||
ybase = (Math.random() - 0.5) * 2 * yvariation;
|
||||
}
|
||||
for (j=0; j<npoints; j++) {
|
||||
data.push([j, ybase]);
|
||||
ybase += (Math.random() - 0.5) * 2 * yvariation;
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
||||
function makeRandomData(npoints, yvariation) {
|
||||
var data = [];
|
||||
for (j=0; j<npoints; j++) {
|
||||
var y = (Math.random() - 0.5) * 2 * yvariation;
|
||||
data.push([j, y]);
|
||||
}
|
||||
return data;
|
||||
}
|
||||
function makeDualContinuousData(npoints, xbase, xvariation, ybase, yvariation) {
|
||||
var data = [];
|
||||
if (ybase == null && yvariation == null) {
|
||||
xvariation = xbase;
|
||||
yvariation = xvariation;
|
||||
xbase = (Math.random() - 0.5) * 2 * xvariation;
|
||||
ybase = (Math.random() - 0.5) * 2 * yvariation;
|
||||
}
|
||||
for (j=0; j<npoints; j++) {
|
||||
data.push([xbase, ybase]);
|
||||
xbase += (Math.random()) * xvariation;
|
||||
ybase += (Math.random() - 0.5) * 2 * yvariation;
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
||||
var plotOptions = {
|
||||
axes: {
|
||||
yaxis: {
|
||||
rendererOptions: { forceTickAt0: true, forceTickAt100: true }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot1 = $.jqplot('chart1',[makeContinuousData(100, 55)], {});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot2 = $.jqplot('chart2',[makeContinuousData(100, 1, 0.001)], {});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot3 = $.jqplot('chart3',[makeContinuousData(20, 40, 5)], {
|
||||
axes: {
|
||||
yaxis: {
|
||||
rendererOptions: { forceTickAt0: true, forceTickAt100: true }
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot4 = $.jqplot('chart4',[makeContinuousData(20, 40, 5)], {
|
||||
axesDefaults: {
|
||||
pad: 0
|
||||
},
|
||||
axes: {
|
||||
yaxis: {
|
||||
rendererOptions: { forceTickAt0: true, forceTickAt100: true }
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot5 = $.jqplot('chart5',[makeContinuousData(20, 40, 5)], {
|
||||
axes: {
|
||||
xaxis: {
|
||||
padMin: 0,
|
||||
padMax: 1.2
|
||||
},
|
||||
yaxis: {
|
||||
padMax: 0,
|
||||
rendererOptions: { forceTickAt0: true, forceTickAt100: true }
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot6 = $.jqplot('chart6',[makeContinuousData(20, 40, 8)], {
|
||||
axes: {
|
||||
yaxis: {
|
||||
rendererOptions: { forceTickAt0: true, forceTickAt100: true }
|
||||
}
|
||||
},
|
||||
canvasOverlay: {
|
||||
show: true,
|
||||
objects: [
|
||||
{horizontalLine: {
|
||||
name: 'pebbles',
|
||||
y: 0,
|
||||
lineWidth: 3,
|
||||
color: 'rgb(100, 55, 124)',
|
||||
shadow: true,
|
||||
lineCap: 'butt',
|
||||
xOffset: 0
|
||||
}},
|
||||
{dashedHorizontalLine: {
|
||||
name: 'bam-bam',
|
||||
y: 100,
|
||||
lineWidth: 4,
|
||||
dashPattern: [8, 16],
|
||||
lineCap: 'round',
|
||||
xOffset: '25',
|
||||
color: 'rgb(66, 98, 144)',
|
||||
shadow: false
|
||||
}}
|
||||
]
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
function lineup(plot, name) {
|
||||
var co = plot.plugins.canvasOverlay;
|
||||
var line = co.get(name);
|
||||
line.options.y += 5;
|
||||
co.draw(plot);
|
||||
}
|
||||
|
||||
function linedown(plot, name) {
|
||||
var co = plot.plugins.canvasOverlay;
|
||||
var line = co.get(name);
|
||||
line.options.y -= 5;
|
||||
co.draw(plot);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
<div id="chart1" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart2" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart3" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart4" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart5" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart6" style="height:300px; width:600px;margin: 30px;"></div>
|
||||
|
||||
|
||||
<div>
|
||||
<button onclick="lineup(plot6, 'pebbles')"> Pebbles Up </button>
|
||||
<button onclick="linedown(plot6, 'pebbles')"> Pebbles Down </button>
|
||||
</div>
|
||||
<div>
|
||||
<button onclick="lineup(plot6, 'bam-bam')">Bam-Bam Up</button>
|
||||
<button onclick="linedown(plot6, 'bam-bam')">Bam-Bam Down</button>
|
||||
</div>
|
||||
|
||||
<pre class="code"></pre>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,308 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<script src="../jquery.min.js" type="text/javascript"></script>
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.pointLabels.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.min.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-target {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
pre.code {
|
||||
background: #D8F4DC;
|
||||
border: 1px solid rgb(200, 200, 200);
|
||||
padding-top: 1em;
|
||||
padding-left: 3em;
|
||||
padding-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 70px;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.jqplot-breakTick {
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
// Band data in arrays of [x,y] values.
|
||||
bdat = [[['7/1/2011', 8], ['7/2/2011', 9], ['7/3/2011', 8], ['7/4/2011', 13], ['7/5/2011', 11], ['7/6/2011', 13]],
|
||||
[['7/1/2011', 12], ['7/2/2011', 13], ['7/3/2011', 12], ['7/4/2011', 17], ['7/5/2011', 15], ['7/6/2011', 17]]];
|
||||
|
||||
dat = [['7/1/2011', 10], ['7/2/2011', 11], ['7/3/2011', 10], ['7/4/2011', 15], ['7/5/2011', 13], ['7/6/2011', 15]];
|
||||
|
||||
plot01 = $.jqplot('chart01', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bandData: bdat
|
||||
}
|
||||
}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.DateAxisRenderer,
|
||||
min: '7/1/2011',
|
||||
max: '7/6/2011',
|
||||
tickInterval: '1 day'
|
||||
}
|
||||
}
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
// Band data in arrays of [x,y] values.
|
||||
// Here the low band line (1st array) has 5 points and the hi band line has 4 points.
|
||||
bdat = [[['7/1/2011', 9], ['7/3/2011', 7], ['7/4/2011', 13], ['7/5/2011', 11], ['7/6/2011', 13]],
|
||||
[['7/1/2011', 12], ['7/3/2011', 14], ['7/4/2011', 18], ['7/6/2011', 16]]];
|
||||
|
||||
dat = [['7/1/2011', 10], ['7/2/2011', 11], ['7/3/2011', 10], ['7/4/2011', 15], ['7/5/2011', 13], ['7/6/2011', 15]];
|
||||
|
||||
plot02 = $.jqplot('chart02', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bandData: bdat,
|
||||
|
||||
// turn on smoothing
|
||||
smooth: true
|
||||
}
|
||||
}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.DateAxisRenderer,
|
||||
min: '7/1/2011',
|
||||
max: '7/6/2011',
|
||||
tickInterval: '1 day'
|
||||
}
|
||||
}
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
// data points for line.
|
||||
dat = [[0, 10], [1, 11], [2, 10], [3, 15], [4, 13], [5, 15]];
|
||||
|
||||
// band data in [[low_y_1, hi_y_1], [low_y_2, hi_y_2],...] format
|
||||
bdat = [[7, 13], [8, 14], [7, 13], [12, 18], [10, 16], [12, 18]];
|
||||
|
||||
plot1 = $.jqplot('chart1', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
// Set the band data on the series.
|
||||
// Bands will be turned on automatically if
|
||||
// valid band data is present.
|
||||
bandData: bdat,
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
// here band data specified as an array of [low y values] and [hi y values]
|
||||
bdat = [[7, 8, 7, 12, 10, 12], [13, 14, 13, 18, 16, 18]];
|
||||
|
||||
// Same plot as before with different band data specification and smoothed lines.
|
||||
plot2 = $.jqplot('chart2', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [
|
||||
{
|
||||
rendererOptions: {
|
||||
bandData: bdat,
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot3 = $.jqplot('chart3', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bands: {
|
||||
// draw bands at 1.7 "units" above and below line.
|
||||
interval: 1.7
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot4 = $.jqplot('chart4', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bands: {
|
||||
// draw interval at 10% above and below line.
|
||||
interval: '10%'
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot5 = $.jqplot('chart5', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bands: {
|
||||
// draw interval at 3 units above and 10% below line.
|
||||
interval: [3, '-10%']
|
||||
},
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
plot6 = $.jqplot('chart6', [dat], $.extend(true, {}, myTheme, {
|
||||
series: [{
|
||||
rendererOptions: {
|
||||
bands: {
|
||||
// draw interval at 3 units above and 10% below line.
|
||||
interval: 4,
|
||||
fillColor: 'rgba(198, 88, 88, 0.6)',
|
||||
showLines: true
|
||||
},
|
||||
|
||||
// highlight the band on mouse down, not on mouse over.
|
||||
highlightMouseDown: true,
|
||||
smooth: true
|
||||
}
|
||||
}]
|
||||
}));
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
///////
|
||||
// A default set of reusable plot options. Note that line
|
||||
// smoothing is turned on. Bands will be drawn with the same
|
||||
// smoothing as the line.
|
||||
//////
|
||||
myTheme = {
|
||||
grid: {
|
||||
drawBorder: false,
|
||||
shadow: false,
|
||||
background: 'rgba(255, 255, 255, 0.0)'
|
||||
},
|
||||
seriesDefaults: {
|
||||
shadow: false,
|
||||
showMarker: false
|
||||
},
|
||||
axes: {
|
||||
xaxis: {
|
||||
pad: 1.0,
|
||||
tickOptions: {
|
||||
showGridline: false
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
pad: 1.05
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
|
||||
<p>Bands (like confidence intervals or error bands) can be added to line charts through the "bands" option of the line renderer. The band data can be automatically computed or manually assigned. If assigned manually, the simpliest approach is to set the "rendererOptions: { bandData: [] }" array on the series. Note that band data is taken into account when axes scale themselves so bands will not get clipped.</p>
|
||||
|
||||
|
||||
<p>Band data can be supplied as arrays of [x,y] values. One array for the upper band line and one for the lower band line.</p>
|
||||
|
||||
<div id="chart01" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
|
||||
<p>The number of points in the band data arrays does not have to correspond to the number of points in the data series. Also, band data will be drawn as smoothed lines if the data series is smoothed.</p>
|
||||
|
||||
<div id="chart02" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<p>In this example, band data is supplied as an array of arrays of y values for the low and hi bands. X values for the bands are taken from the x values of the series. The band data is of the form: [ [y low 1, y hi 1], [y low 2, y hi 2], ... ] and there must be a corresponding array of low/hi y values for each x value in the data series.</p>
|
||||
|
||||
<div id="chart1" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<p>The band data can also be supplied as an array of [low y values], [hi y values]. In this case there must also be an equal number of low y values and hi y values as there are data points in the series. X values for the low and hi bands will be taken from the series data. Additionally, the order of low/hi values does not matter as long as they are consistent. jqPlot will figure out which is the low values and which are the high values.</p>
|
||||
|
||||
<div id="chart2" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<p>Band data does not have to be provided. By default, jqPlot will compute +/- 3% band intervals if the "rendererOptions: { bands: { show: true } }" option is set. The band intervals can be customized as well through the "rendererOptions: { bands: { interval: [number|string|arry] } }" option. Valid intervals are:</p>
|
||||
|
||||
<ul>
|
||||
<li> '1.7' - will add bands at y +/- 1.7 above and below the line.</li>
|
||||
<li> '10%' - will compute +/- 10% interval bands.</li>
|
||||
<li> [3, '-10%'] - will add bands at y + 3 and y - 10% above and below the line.</li>
|
||||
</ul>
|
||||
|
||||
<p>Examples of such interval specifications are shown below:</p>
|
||||
|
||||
<div id="chart3" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
<div id="chart4" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<div id="chart5" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<p>You can also customize the fill color of the bands and turn on/off band lines. By default, bands respond to the mouse over event, but they can be set to respond to mouse down as well.</p>
|
||||
<div id="chart6" style="height:300px; width:600px;"></div>
|
||||
<pre class="code"></pre>
|
||||
|
||||
<p>Note, the plots on this page all extend the following pre-defined theme:</p>
|
||||
|
||||
<pre class="code"></pre>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,156 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!-- Use Compatibility mode in IE -->
|
||||
<title>Bar Charts</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../examples/examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.highlighter.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.cursor.min.js"></script>
|
||||
<script type="text/javascript" src="./jquery-ui/js/jquery.effects.core.min.js"></script>
|
||||
<script type="text/javascript" src="./jquery-ui/js/jquery.effects.blind.min.js"></script>
|
||||
<!-- END: load jqplot -->
|
||||
|
||||
<style type="text/css">
|
||||
.jqplot-target {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #D8F4DC;
|
||||
border: 1px solid rgb(200, 200, 200);
|
||||
padding-top: 1em;
|
||||
padding-left: 3em;
|
||||
padding-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 4em;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.jqplot-breakTick {
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
<script class="code" type="text/javascript">
|
||||
|
||||
$(document).ready(function () {
|
||||
var s1 = [[2002, 112000], [2003, 122000], [2004, 104000], [2005, 99000], [2006, 121000],
|
||||
[2007, 148000], [2008, 114000], [2009, 133000], [2010, 161000], [2011, 173000]];
|
||||
var s2 = [[2002, 10200], [2003, 10800], [2004, 11200], [2005, 11800], [2006, 12400],
|
||||
[2007, 12800], [2008, 13200], [2009, 12600], [2010, 13100]];
|
||||
|
||||
plot1 = $.jqplot("chart1", [s2, s1], {
|
||||
cursor: {
|
||||
show: true,
|
||||
zoom: true,
|
||||
looseZoom: true,
|
||||
showTooltip: false
|
||||
},
|
||||
series:[
|
||||
{
|
||||
renderer: $.jqplot.BarRenderer,
|
||||
showHighlight: false,
|
||||
yaxis: 'y2axis',
|
||||
rendererOptions: {
|
||||
barWidth: 15,
|
||||
barPadding: -15,
|
||||
barMargin: 0,
|
||||
highlightMouseOver: false
|
||||
}
|
||||
}, {}],
|
||||
axesDefaults: {
|
||||
pad: 0
|
||||
},
|
||||
axes: {
|
||||
// These options will set up the x axis like a category axis.
|
||||
xaxis: {
|
||||
tickInterval: 1,
|
||||
drawMajorGridlines: false,
|
||||
drawMinorGridlines: true,
|
||||
drawMajorTickMarks: false,
|
||||
rendererOptions: {
|
||||
tickInset: 0.5,
|
||||
minorTicks: 1
|
||||
}
|
||||
},
|
||||
yaxis: {
|
||||
rendererOptions: {
|
||||
forceTickAt0: true
|
||||
}
|
||||
},
|
||||
y2axis: {
|
||||
rendererOptions: {
|
||||
// align the ticks on the y2 axis with the y axis.
|
||||
alignTicks: true,
|
||||
forceTickAt0: true
|
||||
}
|
||||
}
|
||||
},
|
||||
highlighter: {
|
||||
show: true,
|
||||
showLabel: true,
|
||||
tooltipAxes: 'y',
|
||||
sizeAdjust: 7.5 , tooltipLocation : 'ne' , formatString:"$%'i"}
|
||||
});
|
||||
|
||||
// Add animation to the bars and line.
|
||||
// use jquery-ui to initially hide the canvases for the series.
|
||||
// Then use the 'blind' effect to show the canvases.
|
||||
|
||||
plot1.series[0].canvas._elem.hide();
|
||||
plot1.series[1].canvas._elem.hide();
|
||||
plot1.series[0].canvas._elem.show('blind', {direction: 'down'}, 2000);
|
||||
plot1.series[1].canvas._elem.show('blind', {direction: 'left'}, 2000);
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$('script.code').each(function(index) {
|
||||
$('pre.code').eq(index).text($(this).html());
|
||||
});
|
||||
$('script.common').each(function(index) {
|
||||
$('pre.common').eq(index).html($(this).html());
|
||||
});
|
||||
$(document).unload(function() {$('*').unbind(); });
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
|
||||
<div id="chart1" style="margin-top:20px; margin-left:20px; width:800px; height:300px;"></div>
|
||||
|
||||
<pre class="code"></pre>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,234 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Multiple Chart types on same page</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasTextRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.categoryAxisRenderer.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.pieRenderer.min.js"></script>
|
||||
|
||||
<!-- END: load jqplot -->
|
||||
<style type="text/css" media="screen">
|
||||
.jqplot-axis {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
.jqplot-title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
</style>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
$.jqplot.config.enablePlugins = true;
|
||||
|
||||
l1 = [2, 3, 1, 4, 3];
|
||||
l2 = [1, 4, 3, 2, 5];
|
||||
|
||||
|
||||
plot1 = $.jqplot('chart1', [l1, l2], {
|
||||
title:'Stacked Filled Line Plot with Transparency (transparency not supported in IE6)',
|
||||
stackSeries: true,
|
||||
grid:{background:'#fefbf3', borderWidth:2.5},
|
||||
seriesDefaults: {fill: true, showMarker: false, shadow: false},
|
||||
axes:{xaxis:{pad:1.0, numberTicks:5, autoscale:false}},
|
||||
series:[{color:'rgba(68, 124, 147, 0.7)'}, {color:'rgba(150, 35, 90, 0.7)'}]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
|
||||
|
||||
line1=[['2008-09-30', 4], ['2008-10-30', 6.5], ['2008-11-30', 5.7], ['2008-12-30', 9], ['2009-01-30', 8.2]];
|
||||
|
||||
plot2 = $.jqplot('chart2', [line1], {
|
||||
title:'Rotated Axis Text',
|
||||
axes:{
|
||||
xaxis:{
|
||||
renderer:$.jqplot.DateAxisRenderer,
|
||||
min:'August 30, 2008',
|
||||
tickInterval:'1 month',
|
||||
rendererOptions:{
|
||||
tickRenderer:$.jqplot.CanvasAxisTickRenderer},
|
||||
tickOptions:{formatString:'%b %#d, %Y', fontSize:'10pt', fontFamily:'Tahoma', angle:-40, fontWeight:'normal', fontStretch:1}
|
||||
}
|
||||
},
|
||||
series:[{lineWidth:4, markerOptions:{style:'square'}}]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
line1 = [[4, 1], [4, 2], [3, 3], [16, 4]];
|
||||
line2 = [[3, 1], [7, 2], [4, 3], [3.125, 4]];
|
||||
plot3 = $.jqplot('chart3', [line1, line2], {
|
||||
stackSeries: true,
|
||||
legend: {
|
||||
show: true,
|
||||
location: 'se'
|
||||
},
|
||||
title: 'Unit Sales: Acme Decoy Division',
|
||||
seriesDefaults: {
|
||||
renderer: $.jqplot.BarRenderer,
|
||||
rendererOptions: {
|
||||
barDirection: 'horizontal',
|
||||
barPadding: 6,
|
||||
barMargin: 40
|
||||
}
|
||||
},
|
||||
series: [{
|
||||
label: '1st Qtr'
|
||||
},
|
||||
{
|
||||
label: '2nd Qtr'
|
||||
}],
|
||||
axes: {
|
||||
yaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
ticks: ['Q1', 'Q2', 'Q3', 'Q4']
|
||||
},
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
line1 = [4, 2, 9, 16];
|
||||
line2 = [3, 7, 6.25, 3.125];
|
||||
plot3b = $.jqplot('chart3b', [line1, line2], {
|
||||
stackSeries: true,
|
||||
legend: {
|
||||
show: true,
|
||||
location: 'nw'
|
||||
},
|
||||
title: 'Unit Sales: Acme Decoy Division',
|
||||
seriesDefaults: {
|
||||
renderer: $.jqplot.BarRenderer,
|
||||
rendererOptions: {
|
||||
barPadding: 6,
|
||||
barMargin: 40
|
||||
}
|
||||
},
|
||||
series: [{
|
||||
label: '1st Qtr'
|
||||
},
|
||||
{
|
||||
label: '2nd Qtr'
|
||||
}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
ticks: ['Q1', 'Q2', 'Q3', 'Q4']
|
||||
},
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
line1 = [4, 2, 9, 16];
|
||||
line2 = [3, 7, 6.25, 3.125];
|
||||
plot3c = $.jqplot('chart3c', [line1, line2], {
|
||||
legend: {
|
||||
show: true,
|
||||
location: 'nw'
|
||||
},
|
||||
title: 'Unit Sales: Acme Decoy Division',
|
||||
seriesDefaults: {
|
||||
renderer: $.jqplot.BarRenderer,
|
||||
rendererOptions: {
|
||||
barPadding: 6,
|
||||
barMargin: 20
|
||||
}
|
||||
},
|
||||
series: [{
|
||||
label: '1st Qtr'
|
||||
},
|
||||
{
|
||||
label: '2nd Qtr'
|
||||
}],
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.CategoryAxisRenderer,
|
||||
ticks: ['Q1', 'Q2', 'Q3', 'Q4']
|
||||
},
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
line1 = [['frogs', 3], ['buzzards', 7], ['deer', 2.5], ['turkeys', 6], ['moles', 5], ['ground hogs', 4]];
|
||||
line2 = [3, 7, 2.5, 6, 5, 4];
|
||||
|
||||
plot4 = $.jqplot('chart4', [line1], {
|
||||
title: 'Pie Chart with Legend and sliceMargin',
|
||||
seriesDefaults:{renderer:$.jqplot.PieRenderer, rendererOptions:{sliceMargin:8}},
|
||||
legend:{show:true}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
l1 = [2.2, 3, .6, 4.8, 3];
|
||||
l2 = [1, 4, 3, 2, 5.7];
|
||||
|
||||
|
||||
plot5 = $.jqplot('chart5', [l1, l2]);
|
||||
|
||||
});
|
||||
</script>
|
||||
<script class="code" type="text/javascript" language="javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
plot6 = $.jqplot('chart6', [[3,7,3,2,9,11,8]], {
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" src="example.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
<div id="chart1" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart2" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart3" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart3b" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart3c" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart4" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart5" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
<div id="chart6" style="margin-top:20px; margin-left:50px; width:360px; height:300px;"></div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user