Kyvis-Labs / ignition-apexcharts-module

The module provides Perspective ApexCharts components
Apache License 2.0
59 stars 12 forks source link

Radar chart doesn't fit on view properly #26

Closed AlwaysABattler closed 2 years ago

AlwaysABattler commented 2 years ago

Hi Travis,

If place a radar chart onto flex container view with the position props of grow = 0, shrink = 0 and basis = 100%, I get a scroll bar vertically. I was hoping to make it take up all the real-estate of a view without the need for scroll bars.

For now, I have changed basis to 98% to get rid of it.

richardNZ16 commented 2 years ago

I had the same issue, as described here: https://forum.inductiveautomation.com/t/kyvislabs-apexchart-module/55263/53

The fix is to set the parent view overflow to "hidden".

AlwaysABattler commented 2 years ago

Thanks Richard,

I have made this hidden.