Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi,
Sorry for my late reply, you can add the role like this:
Timeline::create(array(
"dataSource"=>$this->dataStore("data"),
"columns"=>array(
"President",
"Start"=>array(
"type"=>"date",
),
"End"=>array(
"type"=>"date",
),
"myTooltip"=>array(
"type"=>"string",
"role"=>"tooltip",
)
)
));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo