F | |
fadeTooltip | |
fill | |
fillAlpha, Series | |
fillAndStroke, Series | |
fillAxis, Series | |
fillBetween, jqPlot | |
fillColor | |
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 | |
G | |
get, $.jqplot. | |
getThemeNames, $.jqplot. | |
getThemes, $.jqplot. | |
GPL Version 2 | |
grid, jqPlot | |
Grid | |
gridLineColor, Grid | |
gridLineWidth, Grid | |
groups, $.jqplot. | |
H | |
hideZeros, $.jqplot. | |
highlightAlpha, $.jqplot. | |
highlightColor, $.jqplot. | |
highlightColors | |
highlightMouseDown | |
highlightMouseOver | |
hlc, $.jqplot. | |
Hooks, $.jqplot | |
HorizontalLine | |
hubRadius, $.jqplot. |
true = fade in/out tooltip, flase = show/hide tooltip
this.fadeTooltip = true
True to fill the bars.
this.fill = 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'
Fill between 2 line series in a plot.
this.fillBetween = { series1: null, series2: null, color: null, baseSeries: 0, fill: true }
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
Get and return the named theme or the active theme if no name given.
$.jqplot.ThemeEngine.prototype.get = function( name )
Return the list of theme names in this manager in alpha-numerical order.
$.jqplot.ThemeEngine.prototype.getThemeNames = function()
Return a list of themes in alpha-numerical order by name.
$.jqplot.ThemeEngine.prototype.getThemes = function()
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
group bars into this many groups
this.groups = 1
true to not show a label for a value which is 0.
this.hideZeros = false
Alpha transparency to apply when highlighting bubble.
this.highlightAlpha = null
color to use when highlighting an area on a filled plot.
this.highlightColor = null
an array of colors to use when highlighting a slice.
this.highlightColors = []
an array of colors to use when highlighting a bar.
this.highlightColors = []
An array of colors to use when highlighting a slice.
this.highlightColors = []
an array of colors to use when highlighting a slice.
this.highlightColors = []
array of colors to use when highlighting an area.
this.highlightColors = []
an array of colors to use when highlighting a slice.
this.highlightColors = []
True to highlight when a mouse button is pressed over a slice.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over a slice.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over a bubble.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over a slice.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over a area.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over an area on a filled plot.
this.highlightMouseDown = false
True to highlight when a mouse button is pressed over a slice.
this.highlightMouseDown = false
True to highlight slice when moused over.
this.highlightMouseOver = true
True to highlight slice when moused over.
this.highlightMouseOver = true
True to highlight bubbles when moused over.
this.highlightMouseOver = true
True to highlight slice when moused over.
this.highlightMouseOver = true
True to highlight area when moused over.
this.highlightMouseOver = true
True to highlight area on a filled plot when moused over.
this.highlightMouseOver = true
True to highlight slice when moused over.
this.highlightMouseOver = true
true if is a hi-low-close chart (no open price).
this.hlc = false
Radius of the hub at the bottom center of gauge which the needle attaches to.
this.hubRadius = null