C | |
candleStick, $.jqplot. | |
Change Log | |
Changes | |
clearRect, $.jqplot. | |
clickReset, $.jqplot. | |
closeColor, $.jqplot. | |
color | |
constrainOutsideZoom, $.jqplot. | |
constrainSmoothing, $.jqplot. | |
constrainTo, $.jqplot. | |
constrainZoomTo, $.jqplot. | |
copy, $.jqplot. | |
Copyright&License | |
css, $.jqplot. | |
cursorLegendFormatString, $.jqplot. | |
D | |
DashedHorizontalLine | |
DashedVerticalLine | |
dashPattern | |
data, jqPlot | |
dataLabelCenterOn, $.jqplot. | |
dataLabelFormatString | |
dataLabelNudge | |
dataLabelPositionFactor | |
dataLabels | |
dataLabelThreshold | |
dataRenderer, jqPlot | |
dataRendererOptions, jqPlot | |
dblClickReset, $.jqplot. | |
defaultAxisStart, jqPlot | |
depth, $.jqplot. | |
destroy, jqPlot | |
diameter | |
disableIEFading | |
disableStack, Series | |
downBodyColor, $.jqplot. | |
draw | |
drawBaseline | |
drawBorder, Grid | |
drawGridlines, Grid | |
drawMajorGridlines, Axis | |
drawMajorTickMarks, Axis | |
drawMinorGridlines, Axis | |
drawMinorTickMarks, Axis | |
drawSeries, jqPlot | |
E | |
edgeTolerance, $.jqplot. | |
enableFontSupport | |
escapeHtml | |
escapeHTML | |
eventListenerHooks, $.jqplot.$.jqplot |
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
True to limit actual zoom area to edges of grid, even when zooming outside of plot area.
this.constrainOutsideZoom = true
True to use a more accurate smoothing algorithm that will not overshoot any data points.
this.renderer.constrainSmoothing = true
Constrain dragging motion to an axis or to none.
this.constrainTo = 'none'
‘none’, ‘x’ or ‘y’
this.constrainZoomTo = 'none'
Create a copy of an existing theme in the themeEngine, adding it the themeEngine.
$.jqplot.ThemeEngine.prototype.copy = function ( sourceName, targetName, obj )
default css styles that will be applied to all data blocks.
this.css = {padding:'2px', border:'1px solid #999', textAlign:'center'}
Format string used in the cursor legend.
this.cursorLegendFormatString = $.jqplot.Cursor.cursorLegendFormatString
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
A callable which can be used to preprocess data passed into the plot.
this.dataRenderer
Options that will be passed to the dataRenderer.
this.dataRendererOptions
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 the axis baseline.
this.drawBaseline = true
True to draw the axis baseline.
this.drawBaseline = true
True to draw the axis baseline.
this.drawBaseline = true
True to draw the axis baseline.
this.drawBaseline = true
True to draw border around grid.
this.drawBorder = true
wether to draw the gridlines on the plot.
this.drawGridlines = true
True to draw gridlines for major axis ticks.
this.drawMajorGridlines = true
True to draw tick marks for major axis ticks.
this.drawMajorTickMarks = true
True to draw gridlines for minor ticks.
this.drawMinorGridlines = false
True to draw tick marks for minor ticks.
this.drawMinorTickMarks = 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 special characters with their html entity equivalents in legend text.
this.escapeHtml = false
True to escape special characters with their html entity equivalents in title text.
this.escapeHtml = false
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