Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with CandlestickChart GridLayout component required #316

Closed
HajiyevEl opened this issue Apr 14, 2024 · 2 comments
Closed

Help with CandlestickChart GridLayout component required #316

HajiyevEl opened this issue Apr 14, 2024 · 2 comments

Comments

@HajiyevEl
Copy link

Hi again! Stumbled upon a problem when using GridLayout component on my CandlestickCharts. My charts are being squeezed/shrinked too much when adding rows. There are much of space for charts to stretch, but they are squeezed to top/bottom instead. How can i make them fit proportionally?

Screenshots

Screenshot 2024-04-14 104531
Screenshot 2024-04-14 104549

@HajiyevEl
Copy link
Author

HajiyevEl commented Apr 14, 2024

I think i know what caused this squeezing. When i change LayoutIndex in GridCoord from -1 to 0, padding of that GridCoord becomes hidden, BUT it still influences GridLayout padding. Actually, it's good thing, because user can set prefered sizes of charts from indexed GridCoord. It's just that i don't understand, why hide charts GridCoord padding, if it's still influences GridLayout? So confusing.

Screenshots

Screenshot 2024-04-14 164932
Screenshot 2024-04-14 164937

@monitor1394
Copy link
Collaborator

OK, the master branch has been optimized so that the Left Right Top Bottom parameters are always displayed and no longer hidden when setting GridLayout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants