[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/jquery/jqplot/ -> jquery.jqplot.js (summary)

Title: jqPlot Charts Pure JavaScript plotting plugin for jQuery.

File Size: 11290 lines (460 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 49 functions

  Axis()
  Legend()
  Title()
  Series()
  Grid()
  jqPlot()
  sortData()
  getEventPosition()
  checkIntersection()
  findedge()
  drawLine()
  getSteps()
  computeSteps()
  tanh()
  computeConstrainedSmoothedData()
  dxx()
  computeHermiteSmoothedData()
  postInit()
  postPlotDraw()
  highlight()
  unhighlight()
  handleMove()
  handleMouseDown()
  handleMouseUp()
  handleClick()
  handleRightClick()
  bestFormatString()
  bestConstrainedInterval()
  bestInterval()
  bestLinearInterval()
  bestLinearComponents()
  numericalOrder()
  clone()
  merge()
  getLineheight()
  writeWrappedText()
  _jqpToImage()
  h1()
  inArray()
  get_type()
  pad()
  thousand_separate()
  justify()
  formatBaseX()
  formatString()
  _normalizeArguments()
  standardSpeed()
  run()
  done()

Functions
Functions that are not part of a class:

Axis(name)   X-Ref
Class: Axis
An individual axis object.  Cannot be instantiated directly, but created
by the Plot oject.  Axis properties can be set or overriden by the
options passed in from the user.


Legend(options)   X-Ref
Class: Legend
Legend object.  Cannot be instantiated directly, but created
by the Plot oject.  Legend properties can be set or overriden by the
options passed in from the user.


Title(text)   X-Ref
Class: Title
Plot Title object.  Cannot be instantiated directly, but created
by the Plot oject.  Title properties can be set or overriden by the
options passed in from the user.

Parameters:
text - text of the title.

Series()   X-Ref
Class: Series
An individual data series object.  Cannot be instantiated directly, but created
by the Plot oject.  Series properties can be set or overriden by the
options passed in from the user.


Grid()   X-Ref
Class: Grid

Object representing the grid on which the plot is drawn.  The grid in this
context is the area bounded by the axes, the area which will contain the series.
Note, the series are drawn on their own canvas.
The Grid object cannot be instantiated directly, but is created by the Plot oject.
Grid properties can be set or overriden by the options passed in from the user.

jqPlot()   X-Ref
Class: jqPlot
Plot object returned by call to $.jqplot.  Handles parsing user options,
creating sub objects (Axes, legend, title, series) and rendering the plot.


sortData(series)   X-Ref
No description

getEventPosition(ev)   X-Ref
No description

checkIntersection(gridpos, plot)   X-Ref
No description

findedge(l, p1 , p2)   X-Ref
No description

drawLine(bx, by, ex, ey, opts)   X-Ref
No description

getSteps(d, f)   X-Ref
No description

computeSteps(d1, d2)   X-Ref
No description

tanh(x)   X-Ref
No description

computeConstrainedSmoothedData(gd)   X-Ref
No description

dxx(x1, x0)   X-Ref
No description

computeHermiteSmoothedData(gd)   X-Ref
No description

postInit(target, data, options)   X-Ref
No description

postPlotDraw()   X-Ref
No description

highlight(plot, sidx, pidx, points)   X-Ref
No description

unhighlight(plot)   X-Ref
No description

handleMove(ev, gridpos, datapos, neighbor, plot)   X-Ref
No description

handleMouseDown(ev, gridpos, datapos, neighbor, plot)   X-Ref
No description

handleMouseUp(ev, gridpos, datapos, neighbor, plot)   X-Ref
No description

handleClick(ev, gridpos, datapos, neighbor, plot)   X-Ref
No description

handleRightClick(ev, gridpos, datapos, neighbor, plot)   X-Ref
No description

bestFormatString(interval)   X-Ref
No description

bestConstrainedInterval(min, max, nttarget)   X-Ref
No description

bestInterval(range, numberTicks)   X-Ref
No description

bestLinearInterval(range, scalefact)   X-Ref
No description

bestLinearComponents(range, scalefact)   X-Ref
No description

numericalOrder(a,b)   X-Ref
No description

clone(obj)   X-Ref
No description

merge(obj1, obj2)   X-Ref
No description

getLineheight(el)   X-Ref
No description

writeWrappedText(el, context, text, left, top, canvasWidth)   X-Ref
No description

_jqpToImage(el, x_offset, y_offset)   X-Ref
No description

h1(parsable, match)   X-Ref
No description

inArray( elem, array )   X-Ref

returns: {Integer} Number of days in the month.
param: {Integer} year Year
param: {Integer} month Month (1-12)

get_type(thing)   X-Ref
No description

pad(str, len, chr, leftJustify)   X-Ref

author: Chris Leonello

thousand_separate(value)   X-Ref
No description

justify(value, prefix, leftJustify, minWidth, zeroPad, htmlSpace)   X-Ref
No description

formatBaseX(value, base, prefix, leftJustify, minWidth, precision, zeroPad, htmlSpace)   X-Ref
No description

formatString(value, leftJustify, minWidth, precision, zeroPad, htmlSpace)   X-Ref
No description

_normalizeArguments( effect, options, speed, callback )   X-Ref
No description

standardSpeed( speed )   X-Ref
No description

run( next )   X-Ref
No description

done()   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1