open_flash_chart Class Reference
Member Function Documentation
| set_bg_colour |
( |
$ |
colour |
) |
|
This is experimental and will change as we make it work
- Parameters:
-
| set_number_format |
( |
$ |
num_decimals, |
|
|
$ |
is_fixed_num_decimals_forced, |
|
|
$ |
is_decimal_separator_comma, |
|
|
$ |
is_thousand_separator_disabled | |
|
) |
| | |
This is a bit funky :(
- Parameters:
-
| $num_decimals | as integer. Truncate the decimals to $num_decimals, e.g. set it to 5 and 3.333333333 will display as 3.33333. 2.0 will display as 2 (or 2.00000 - see below) |
| $is_fixed_num_decimals_forced | as boolean. If true it will pad the decimals. |
| $is_decimal_separator_comma | as boolean |
| $is_thousand_separator_disabled | as boolean |
This needs a bit of love and attention
| set_radar_axis |
( |
$ |
radar |
) |
|
| set_tooltip |
( |
$ |
tooltip |
) |
|
The documentation for this class was generated from the following file: