Skip to content

Latest commit

 

History

History
299 lines (135 loc) · 4.64 KB

class.ChartCore.md

File metadata and controls

299 lines (135 loc) · 4.64 KB

Class ChartCore

Contents

Properties

Methods

Properties

$curves

protected mixed $curves = array()

$format

protected mixed $format

$from

protected mixed $from

$granularity

protected mixed $granularity

$height

protected mixed $height = 300

$poolId

protected mixed $poolId

$timeMode

protected mixed $timeMode = false

$to

protected mixed $to

$width

protected mixed $width = 600

Methods

__construct

mixed ChartCore::__construct()

display

mixed ChartCore::display()

fetch

mixed ChartCore::fetch()

getCurve

mixed ChartCore::getCurve($i)

Arguments

  • $i mixed

init

mixed ChartCore::init()

setSize

mixed ChartCore::setSize($width, $height)

Arguments

  • $width mixed
  • $height mixed

setTimeMode

mixed ChartCore::setTimeMode($from, $to, $granularity)

Arguments

  • $from mixed
  • $to mixed
  • $granularity mixed