| D | |
| DashedHorizontalLine | |
| DashedVerticalLine | |
| dashPattern | |
| data, jqPlot | |
| dataLabelCenterOn, $.jqplot. | |
| dataLabelFormatString | |
| dataLabelNudge | |
| dataLabelPositionFactor | |
| dataLabels | |
| dataLabelThreshold | |
| dblClickReset, $.jqplot. | |
| defaultAxisStart, jqPlot | |
| depth, $.jqplot. | |
| destroy, jqPlot | |
| diameter | |
| disableIEFading | |
| disableStack, Series | |
| downBodyColor, $.jqplot. | |
| draw | |
| drawBorder, Grid | |
| drawGridlines, Grid | |
| drawSeries, jqPlot | |
| E | |
| edgeTolerance, $.jqplot. | |
| enableFontSupport | |
| escapeHtml | |
| escapeHTML | |
| eventListenerHooks, $.jqplot.$.jqplot | |
| F | |
| fadeTooltip, $.jqplot. | |
| fill | |
| fillAlpha, Series | |
| fillAndStroke, Series | |
| fillAxis, Series | |
| fillColor, Series | |
| fillDownBody, $.jqplot. | |
| fillRect, $.jqplot. | |
| fillStyle, $.jqplot. | |
| fillToValue, Series | |
| fillToZero, Series | |
| fillUpBody, $.jqplot. | |
| followMouse, $.jqplot. | |
| fontFamily | |
| fontSize | |
| fontStretch | |
| fontWeight | |
| forceTickAt0, $.jqplot. | |
| forceTickAt100, $.jqplot. | |
| formatString | |
| formatter | |
| Functions |
Array of line, space settings in pixels.
dashPattern: [8,8] }
Array of line, space settings in pixels.
dashPattern: [8,8] }
user’s data.
this.data = []
True to center the data label at its position.
this.dataLabelCenterOn = true
Format string for data labels.
this.dataLabelFormatString = null
Format string for data labels.
this.dataLabelFormatString = null
Format string for data labels.
this.dataLabelFormatString = null
Number of pixels to slide the label away from (+) or toward (-) the center of the pie.
this.dataLabelNudge = 0
Number of pixels to slide the label away from (+) or toward (-) the center of the pie.
this.dataLabelNudge = 2
A Multiplier (0-1) of the pie radius which controls position of label on slice.
this.dataLabelPositionFactor = 0.4
A Multiplier (0-1) of the pie radius which controls position of label on slice.
this.dataLabelPositionFactor = 0.52
Either ‘label’, ‘value’, ‘percent’ or an array of labels to place on the pie slices.
this.dataLabels = 'percent'
Either ‘label’, ‘value’, ‘percent’ or an array of labels to place on the pie slices.
this.dataLabels = 'percent'
Either ‘label’, ‘value’, ‘percent’ or an array of labels to place on the pie slices.
this.dataLabels = 'percent'
this.dataLabelThreshold = 3
this.dataLabelThreshold = 3
Threshhold in percentage (0-100) of pie area, below which no label will be displayed.
this.dataLabelThreshold = 3
Will reset plot zoom if double click on plot without drag.
this.dblClickReset = true
1-D data series are internally converted into 2-D [x,y] data point arrays by jqPlot.
this.defaultAxisStart = 1
how many times the shadow is stroked.
this.depth = 3
Releases all resources occupied by the plot
this.destroy = function()
Outer diameter of the donut, auto computed by default
this.diameter = null
Outer diameter of the meterGauge, auto computed by default
this.diameter = null
Outer diameter of the pie, auto computed by default
this.diameter = null
true to toggle series with a show/hide method only and not allow fading in/out.
this.disableIEFading = true
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
draws an transparent black (i.e.
$.jqplot.ShadowRenderer.prototype.draw = function( ctx, points, options )
draws the shape.
$.jqplot.ShapeRenderer.prototype.draw = function( ctx, points, options )
Draws all elements of the plot into the container.
this.draw = function()
True to draw border around grid.
this.drawBorder = true
wether to draw the gridlines on the plot.
this.drawGridlines = true
Redraws all or just one series on the plot.
this.drawSeries = function( options, idx )
Number of pixels that the label must be away from an axis boundary in order to be drawn.
this.edgeTolerance = -5
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = true
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = true
true to escape html in the box label.
this.escapeHtml = false
True to escape html in bubble label text.
this.escapeHtml = true
true to escape HTML entities in the label.
this.escapeHTML = false
true to escape HTML entities in the label.
this.escapeHTML = false
true to escape html entities in the labels.
this.escapeHTML = true
true = fade in/out tooltip, flase = show/hide tooltip
this.fadeTooltip = true
true or false, wether to fil the slices.
this.fill = true
true or false, wether to fill the areas.
this.fill = 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'
fill a filled series to this value on the fill axis.
this.fillToValue = 0
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 = '10pt'
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'
This will ensure that there is always a tick mark at 0.
this.forceTickAt0 = false
This will ensure that there is always a tick mark at 100.
this.forceTickAt100 = false
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
string passed to the formatter.
this.formatString = ''
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
A class of a formatter for the tick text.
this.formatter = $.jqplot.DefaultTickFormatter