KoolReport's Forum

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

Set widget height using KWidget #1945

Closed Andre Van Der Walt opened this topic on on Mar 5, 2021 - 3 comments

Andre Van Der Walt commented on Mar 5, 2021

Hi,

Please advice on how to set height within Dashboard, I tried the following but not working:

Thank you,

->settings([
                "height"=>"100px",
...
KoolReport commented on Mar 7, 2021

May I know what control you are wrapping with KWidget.

Andre Van Der Walt commented on Mar 8, 2021

Chatjs column chart:

protected function onCreated()
    {
        $this
            ->use(\koolreport\chartjs\ColumnChart::class)
            ->settings([

KoolReport commented on Mar 17, 2021

The way you set property is correct. I will test on the case.

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

Dashboard