amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
345 stars 92 forks source link

Responsive chart issue #1690

Open prackode opened 1 month ago

prackode commented 1 month ago

Responsive theme doesn't utilize the grid space completely, although it works fine with full screen but I need to display as a widget

image

martynasma commented 1 month ago

If your chart is less than 100px in height, there should not be padding on top and bottom, unless you have default rules disabled or changed.

Do you have an working example?