/**
* Render Chart element to the output/string.
*
* @param bool $output Output or return rendered element.
*
* @access public
*/
public function render($output = true)
Examples
use function Thermage\chart;
// ...
// Render chart element.
chart('Stay RAD!')->render();
Getting Started
Methods
- d Set Chart element display style.
- data Set Chart element data.
- getShortcodes Get Chart element shortcodes instance.
- getTheme Get Chart element theme.
- horizontal Set Chart element type horizontal.
- inline Set Chart element type inline.
- render Render Chart element.
- setShortcodes Set Chart element shortcodes instance.
- setTheme Set Chart element theme instance.
- showPercents Set Chart element show percents flag true.
- showValues Set Chart element show values flag true.
- valuesSufix Set Chart element values sufix true.