You are here

function Quant::render in Quant 7

Render the quant so it can be printed on the screen

Return value

HTML output

File

plugins/Quant.inc, line 140

Class

Quant
Quant class

Code

function render() {
  return $this->chart
    ->render();
}