T | |
text, Title | |
textAlign, Title | |
textColor | |
themes, $.jqplot. | |
thickness, $.jqplot. | |
tickColor, $.jqplot. | |
tickInset | |
tickInterval, Axis | |
tickLength, $.jqplot. | |
tickMode, $.jqplot. | |
tickOptions, Axis | |
tickPadding, $.jqplot. | |
tickRenderer | |
ticks | |
tickSpacing | |
title, jqPlot | |
Title | |
tooltipAxes, $.jqplot. | |
tooltipAxisGroups, $.jqplot. | |
tooltipFadeSpeed | |
tooltipFormatString | |
tooltipLocation | |
tooltipOffset | |
transposedData, $.jqplot. | |
type, $.jqplot. | |
U | |
upBodyColor, $.jqplot. | |
Usage | |
useAxesFormatters | |
useNegativeColors, Series | |
useSeriesColor, Axis | |
V | |
varyBarColor, $.jqplot. | |
varyBlockColors, $.jqplot. | |
varyBubbleColors, $.jqplot. | |
Version | |
VerticalLine | |
W | |
waterfall, $.jqplot. | |
wickColor, $.jqplot. | |
widthRatio, $.jqplot. | |
X | |
xaxis | |
xmax, HorizontalLine | |
xmin, HorizontalLine | |
xoffset, Legend | |
xpadding, $.jqplot. | |
Y | |
y, HorizontalLine | |
yaxis | |
yoffset, Legend | |
ypadding, $.jqplot. | |
yvalues, $.jqplot. | |
Z | |
zoom, $.jqplot. | |
zoomProxy, $.jqplot. |
text of the title;
this.text = text
css text-align spec for the text.
this.textAlign
css spec for the color attribute.
this.textColor
css spec for the color attribute.
this.textColor = '#666666'
css spec for the color attribute.
this.textColor = '#666666'
css color spec for the legend text.
this.textColor
css color spec for the text.
this.textColor
hash of themes managed by the theme engine.
this.themes = {}
thickness of the donut, auto computed by default Overridden by if innerDiameter is specified.
this.thickness = null
color of the tick marks around the gauge.
this.tickColor = "989898"
Controls the amount to inset the first and last ticks from the edges of the grid, in multiples of the tick interval.
this.tickInset = 0
Controls the amount to inset the first and last ticks from the edges of the grid, in multiples of the tick interval.
this.tickInset = 0
number of units between ticks.
this.tickInterval
length of the line in pixels indicating open and close price.
this.tickLength = 'auto'
How to space the ticks on the axis.
this.tickMode
Options that will be passed to the tickRenderer, see $.jqplot.AxisTickRenderer options.
this.tickOptions = {}
padding of the tick marks to the outer ring and the tick labels to marks.
this.tickPadding = null
A class of a rendering engine for creating the ticks labels displayed on the plot, See $.jqplot.AxisTickRenderer.
this.tickRenderer = $.jqplot.AxisTickRenderer
Array of tick values.
this.ticks = []
1D [val, val, ...] or 2D [[val, label], [val, label], ...] array of ticks for the axis.
this.ticks = []
Degrees between ticks.
this.tickSpacing = 30
Approximate pixel spacing between ticks on graph.
this.tickSpacing = 75
Title object.
this.title = new Title()
Which axes to display in tooltip, ‘x’, ‘y’ or ‘both’, ‘xy’ or ‘yx’ ‘both’ and ‘xy’ are equivalent, ‘yx’ reverses order of labels.
this.tooltipAxes = 'both'
Show position for the specified axes.
this.tooltipAxisGroups = []
‘slow’, ‘def’, ‘fast’, or number of milliseconds.
this.tooltipFadeSpeed = "fast"
Format string passed the x and y values of the cursor on the line.
tooltipFormatString: '%d, %d' }
sprintf format string for the tooltip.
this.tooltipFormatString = '%.4P, %.4P'
sprintf format string for the tooltip.
this.tooltipFormatString = '%.5P'
Where to position tooltip.
this.tooltipLocation = 'se'
Where to position tooltip, ‘n’, ‘ne’, ‘e’, ‘se’, ‘s’, ‘sw’, ‘w’, ‘nw’
this.tooltipLocation = 'nw'
Pixel offset of tooltip from the grid boudaries or cursor center.
this.tooltipOffset = 6
Pixel offset of tooltip from the highlight.
this.tooltipOffset = 2
NOT IMPLEMENTED YET.
this.transposedData = true
Either ‘exponential’, ‘exp’, or ‘linear’.
this.type = 'linear'
Color of candlestick body of an “up” day.
this.upBodyColor = null
Use the x and y axes formatters to format the text in the tooltip.
this.useAxesFormatters = true
Use the x and y axes formatters to format the text in the tooltip.
this.useAxesFormatters = true
true to color negative values differently in filled and bar charts.
this.useNegativeColors = true
Use the color of the first series associated with this axis for the tick marks and line bordering this axis.
this.useSeriesColor = false
true to color each bar of a series separately rather than have every bar of a given series the same color.
this.varyBarColor = false
true to vary the color of each block in this series according to the seriesColors array.
this.varyBlockColors = false
True to vary the color of each bubble in this series according to the seriesColors array.
this.varyBubbleColors = true
true to enable waterfall plot.
this.waterfall = false
color of the hi-lo line thorugh the candlestick body.
this.wickColor = null
The ratio of the width of the top of the funnel to the bottom.
this.widthRatio = 0.2
which x axis to use with this series, either ‘xaxis’ or ‘x2axis’.
this.xaxis = 'xaxis'
DEPRECATED.
this.xoffset = 0
horizontal padding in pixels between point and label
this.xpadding = 6
which y axis to use with this series, either ‘yaxis’ or ‘y2axis’.
this.yaxis = 'yaxis'
DEPRECATED.
this.yoffset = 0
vertical padding in pixels between point and label
this.ypadding = 6
Number of y values to expect in the data point array.
this.yvalues = 1
Enable plot zooming.
this.zoom = false
links targetPlot to controllerPlot so that plot zooming of targetPlot will be controlled by zooming on the controllerPlot.
$.jqplot.Cursor.zoomProxy = function( targetPlot, controllerPlot )