PATH:
home
/
letacommog
/
letaweb
/
protected
/
extensions
/
yiibooster
/
userdoc
/
highcharts
<?php // Basic usage of TbHighCharts $this->widget( 'booster.widgets.TbHighCharts', array( 'options' => array( 'series' => array( [ 'data' => [1, 2, 3, 4, 5, 1, 2, 1, 4, 3, 1, 5] ] ) ) ) );
[+]
..
[-] example.official_demo.php
[edit]
[-] example.function_in_options.php
[edit]
[-] example.basic.php
[edit]
[-] example.zeros_in_data.php
[edit]
[-] highcharts.xml
[edit]