| A | |
| alpha, $.jqplot. | |
| angle | |
| autoscale, Axis | |
| axes, jqPlot | |
| axesDefaults, jqPlot | |
| axisDefaults, $.jqplot. | |
| B | |
| background | |
| barDirection, $.jqplot. | |
| barLabelOptions, $.jqplot. | |
| barLabelRenderer, $.jqplot. | |
| barLabels, $.jqplot. | |
| barMargin, $.jqplot. | |
| barPadding, $.jqplot. | |
| barWidth, $.jqplot. | |
| bodyWidth, $.jqplot. | |
| border, Legend | |
| borderColor | |
| borderWidth | |
| breakOnNull, Series | |
| C | |
| candleStick, $.jqplot. | |
| clearRect, $.jqplot. | |
| clickReset, $.jqplot. | |
| closeColor, $.jqplot. | |
| color | |
| constrainTo, $.jqplot. | |
| constrainZoomTo, $.jqplot. | |
| cursorLegendFormatString, $.jqplot. | |
| D | |
| data, jqPlot | |
| dblClickReset, $.jqplot. | |
| depth, $.jqplot. | |
| diameter, $.jqplot. | |
| disableStack, Series | |
| downBodyColor, $.jqplot. | |
| drawGridlines, Grid | |
| drawIfHidden, jqPlot | |
| E | |
| edgeTolerance, $.jqplot. | |
| enableFontSupport | |
| escapeHTML | |
| F | |
| fill | |
| fillAlpha, Series | |
| fillAndStroke, Series | |
| fillAxis, Series | |
| fillColor, Series | |
| fillDownBody, $.jqplot. | |
| fillRect, $.jqplot. | |
| fillStyle, $.jqplot. | |
| fillToZero, Series | |
| fillUpBody, $.jqplot. | |
| followMouse, $.jqplot. | |
| fontFamily | |
| fontSize | |
| fontStretch | |
| fontWeight | |
| formatString | |
| formatter | |
| G | |
| grid, jqPlot | |
| gridLineColor, Grid | |
| gridLineWidth, Grid | |
| H | |
| hideZeros, $.jqplot. | |
| hlc, $.jqplot. | |
| I | |
| index, Series | |
| intersectionThreshold, $.jqplot. | |
| isarc | |
| isMinorTick | |
| L | |
| label | |
| labelOptions, Axis | |
| labelPosition, $.jqplot. | |
| labelRenderer, Axis | |
| labels, $.jqplot. | |
| labelsFromSeries, $.jqplot. | |
| legend, jqPlot | |
| lineCap | |
| lineJoin | |
| lineWidth | |
| lineWidthAdjust, $.jqplot. | |
| location |
alpha transparency of shadow stroke.
this.alpha = 0.07
angle of text, measured clockwise from x axis.
this.angle = 0
angle of text, measured clockwise from x axis.
this.angle = 0
Angle of the shadow in degrees.
this.angle = 45
Autoscale the axis min and max values to provide sensible tick spacing.
this.autoscale = false
up to 4 axes are supported, each with it’s own options, See Axis for axis specific options.
this.axes = {xaxis: new Axis('xaxis'), yaxis: new Axis('yaxis'), x2axis: new Axis('x2axis'), y2axis: new Axis('y2axis'), y3axis: new Axis('y3axis'), y4axis: new Axis('y4axis'), y5axis: new Axis('y5axis'), y6axis: new Axis('y6axis'), y7axis: new Axis('y7axis'), y8axis: new Axis('y8axis'), y9axis: new Axis('y9axis')}
css spec for the background color.
this.background = '#fffdf6'
css spec for the background of the legend box.
this.background
‘vertical’ = up and down bars, ‘horizontal’ = side to side bars
this.barDirection = 'vertical'
options object to pass to the bar label renderer.
this.barLabelOptions = {}
renderer to use to draw labels under each bar.
this.barLabelRenderer = $.jqplot.AxisLabelRenderer
array of labels to put under each bar.
this.barLabels = this.barLabels || []
Number of pixels between groups of bars at adjacent axis values.
this.barMargin = 10
Number of pixels between adjacent bars at the same axis value.
this.barPadding = 8
Width of the bar in pixels (auto by devaul).
this.barWidth = null
width of the candlestick body in pixels.
this.bodyWidth = 'auto'
css spec for the border around the legend box.
this.border
color of the border adjacent to the axis.
this.borderColor = null
css spec for the color of the grid border.
this.borderColor = '#999999'
width of line stroked at the border of the axis.
this.borderWidth = null
width of the border in pixels.
this.borderWidth = 2.0
Not implemented.
this.breakOnNull = false
true to render chart as candleStick.
this.candleStick = false
true to cear a rectangle.
this.clearRect = false
Will reset plot zoom if single click on plot without drag.
this.clickReset = false
color of the close price tick mark.
this.closeColor = null
CSS color spec for the dragged point (and adjacent line segment or bar).
this.color
color of marker.
this.color = '#666666'
CSS color spec for the trend line.
this.color = '#666666'
css color spec for the series
this.color
Constrain dragging motion to an axis or to none.
this.constrainTo = 'none'
‘none’, ‘x’ or ‘y’
this.constrainZoomTo = 'none'
Format string used in the cursor legend.
this.cursorLegendFormatString = $.jqplot.Cursor.cursorLegendFormatString
user’s data.
this.data = []
Will reset plot zoom if double click on plot without drag.
this.dblClickReset = true
how many times the shadow is stroked.
this.depth = 3
diameter of the pie, auto computed by default
this.diameter = null
true to not stack this series with other series in the plot.
this.disableStack = false
Color of candlestick body on a “down” day.
this.downBodyColor = null
wether to draw the gridlines on the plot.
this.drawGridlines = true
True to execute the draw method even if the plot target is hidden.
this.drawIfHidden = false
Number of pixels that the label must be away from an axis boundary in order to be drawn.
this.edgeTolerance = 0
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = false
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = false
true to escape HTML entities in the label.
this.escapeHTML = false
true to escape html entities in the labels.
this.escapeHTML = true
true or false, wether to fil the slices.
this.fill = true
whether to fill the shape.
this.fill = false
whether to fill the shape.
this.fill = false
true or false, wether to fill under lines or in bars.
this.fill = false
Alpha transparency to apply to the fill under the line.
this.fillAlpha
If true will stroke the line (with color this.color) as well as fill under it.
this.fillAndStroke = false
Either ‘x’ or ‘y’.
this.fillAxis = 'y'
CSS color spec to use for fill under line.
this.fillColor
true to render a “down” day (close price lower than open price) with a filled candlestick body.
this.fillDownBody = true
true to draw shape as a filled rectangle.
this.fillRect = false
css color spec for the fill style.
this.fillStyle = '#999999'
true will force bar and filled series to fill toward zero on the fill Axis.
this.fillToZero = false
true to render an “up” day (close price greater than open price) with a filled candlestick body.
this.fillUpBody = false
Tooltip follows the mouse, it is not at a fixed location.
this.followMouse = false
css spec for the font-family css attribute.
this.fontFamily
CSS spec for the font-family css attribute.
this.fontFamily = '"Trebuchet MS", Arial, Helvetica, sans-serif'
css spec for the font-family css attribute.
this.fontFamily = '"Trebuchet MS", Arial, Helvetica, sans-serif'
css font-family spec for the legend text.
this.fontFamily
css font-family spec for the text.
this.fontFamily
css spec for the font-size css attribute.
this.fontSize
CSS spec for font size.
this.fontSize = '11pt'
CSS spec for font size.
this.fontSize = '11px'
css spec for the font-size attribute.
this.fontSize
css font-size spec for the legend text.
this.fontSize
css font-size spec for the text.
this.fontSize
Multiplier to condense or expand font width.
this.fontStretch = 1.0
Multiplier to condense or expand font width.
this.fontStretch = 1.0
this.fontWeight = 'normal'
CSS spec for fontWeight
this.fontWeight = 'normal'
string passed to the formatter.
this.formatString = ''
string passed to the formatter.
this.formatString = ''
alternative to tooltipFormatString will format the whole tooltip text, populating with x, y values as indicated by tooltipAxes option.
this.formatString = null
A class of a formatter for the tick text.
this.formatter = $.jqplot.DefaultTickFormatter
A class of a formatter for the tick text.
this.formatter = $.jqplot.DefaultTickFormatter
See Grid for grid specific options.
this.grid = new Grid()
color of the grid lines.
this.gridLineColor = '#cccccc'
width of the grid lines.
this.gridLineWidth = 1.0
true to not show a label for a value which is 0.
this.hideZeros = false
true if is a hi-low-close chart (no open price).
this.hlc = false
0 based index of this series in the plot series array.
this.index
pixel distance from data point or marker to consider cursor lines intersecting with point.
this.intersectionThreshold = 2
wether the shadow is an arc or not.
this.isarc = false
wether the shadow is an arc or not.
this.isarc = false
if this is a minor tick.
this.isMinorTick = false
if this is a minor tick.
this.isMinorTick = false
The text or html for the label.
this.label = ''
label for the axis.
this.label = ''
Label for the trend line to use in the legend.
this.label = ''
Label for the axis
this.label = null
Line label to use in the legend.
this.label = ''
Options passed to the label renderer.
this.labelOptions = {}
‘auto’, ‘start’, ‘middle’ or ‘end’.
this.labelPosition = 'auto'
A class of a rendering engine for creating an axis label.
this.labelRenderer = $.jqplot.AxisLabelRenderer
array of arrays of labels, one array for each series.
this.labels = []
true to use labels within data point arrays.
this.labelsFromSeries = false
see $.jqplot.TableLegendRenderer
this.legend = new Legend()
how ends of the shadow line are rendered.
this.lineCap = 'round'
how ends of the shadow line are rendered.
this.lineCap = 'round'
How line segments of the shadow are joined.
this.lineJoin = 'miter'
How line segments of the shadow are joined.
this.lineJoin = 'miter'
size of the line for non-filled markers.
this.lineWidth = 2
Width of the hi-low line and open/close ticks.
this.lineWidth = 1.5
width of the shadow line stroke.
this.lineWidth = 1.5
Width of the trend line.
this.lineWidth = 1.5
width of the line in pixels.
this.lineWidth = 2.5
Pixels to add to the lineWidth of the highlight.
this.lineWidthAdjust = 2.5
compass location where to position the label around the point.
this.location = 'n'
Placement of the legend.
this.location = 'ne'