c3js-PHP
|
Inherits JsonSerializable.
Public Member Functions | |
JsonSerialize () | |
setContents ($contents) | |
setFormatName ($name) | |
setFormatTitle ($title) | |
setFormatValue ($value) | |
setGrouped ($grouped=true) | |
setPosition ($position) | |
setVisibility ($visibility=true) | |
JsonSerialize | ( | ) |
setContents | ( | $contents | ) |
Set custom HTML for the tooltip
string | $contents | http://c3js.org/reference.html#tooltip-contents |
setFormatName | ( | $name | ) |
Set format for the name of each data in tooltip
string | $name | http://c3js.org/reference.html#tooltip-format-name |
setFormatTitle | ( | $title | ) |
Set format for the title of tooltip
string | $title | http://c3js.org/reference.html#tooltip-format-title |
setFormatValue | ( | $value | ) |
Set format for the value of each data in tooltip
string | $value | http://c3js.org/reference.html#tooltip-format-value |
setGrouped | ( | $grouped = true | ) |
Set if tooltip is grouped or not for the data points
bool | $grouped | http://c3js.org/reference.html#tooltip-grouped |
setPosition | ( | $position | ) |
Set custom position for the tooltip
string | $position | http://c3js.org/reference.html#tooltip-position |
setVisibility | ( | $visibility = true | ) |
Show or hide tooltip
bool | $visibility | http://c3js.org/reference.html#tooltip-show |