marineusde / larapex-charts

A Laravel wrapper for apex charts
https://github.com/marineusde/larapex-charts
MIT License
6 stars 2 forks source link

set height #23

Closed ozkun-code closed 1 month ago

ozkun-code commented 3 months ago

How to determine the height and width, I wrapped it in card and it can determine the width but not the height image

marineusde commented 2 months ago

you can use the Method "setHeight", here an example:

$chart = (new BarChart)
            ->setHeight(200);