KoolReport's Forum

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

Axis label text wrap #423

Open mike opened this topic on on Aug 18, 2018 - 2 comments

mike commented on Aug 18, 2018

Hi , is there any way to set vaxis label in wrap if label text is longer then it should break word and come to next line..intends of showig ....threre .

like

I tried this options but not working with koolreports google charts ...

KoolReport commented on Aug 18, 2018

You may try this to see how:

ColumnChart::create(array(
    ...
    "options"=>array(
        "hAxis"=>array(
            "maxTextLines"=>2
        )
    )
));
mike commented on Aug 20, 2018

Hi , It doesnt work ..

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
None yet

None