You are here

abstract function QuantChart::render in Quant 7

Return the chart output in HTML format

2 methods override QuantChart::render()
QuantChartChartAPI::render in plugins/QuantChartChartAPI.inc
Implements parent::render().
QuantChartTable::render in plugins/QuantChartTable.inc
Implements parent::render().

File

plugins/QuantChart.inc, line 23

Class

QuantChart
QuantChart class used to provide chart-rendering plugins

Code

abstract function render();