KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

[Timeline] - Usage Column 'tooltip' #2992

Open andra opened this topic on on Feb 17, 2023 - 1 comments

andra commented on Feb 17, 2023

Hi Koolreport Team,

I have a question.

How can we customize the 'tooltip' in Timeline Chart ? I tried to add a column as it is written in the Google doc.

But I have a row limit :

Can you help me please ?

KoolReport commented on Feb 22, 2023

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",
            )
        )
    ));

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

None