FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Responsive options don't work within divs with float or inline-block display mode #503

Open luna2761 opened 7 years ago

luna2761 commented 7 years ago

Hello, Francois!

I have the next issue: I have several charts with responsiveMaxWidth and responsiveMinWidth options. Canvases are situated within divs. If I put a style on these divs ('display: inline-block' or 'float: left') to have dynamic layout, responsive options do not work.

Can you, please, advice, why do I meet this behavior of charts?

Thank you.

FVANCOP commented 7 years ago

Hello Luna,

Can you send an HTML sample with the problem ?

Thanks, François