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

[16.0][FIX] ddmrp: Reduce the size of demand and supply charts #365

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

BernatPForgeFlow
Copy link
Member

When we install ddmrp_chatter, the sheet size is reduced and charts are too wide. Reducing width it shows correctly with and without ddmrp_chatter.

Before the fix:
image

After the fix:
image

When we install ddmrp_chatter, the sheet size is reduced and charts are too wide. Reducing width it shows correctly with and without ddmrp_chatter.
@OCA-git-bot
Copy link
Contributor

Hi @JordiBForgeFlow, @LoisRForgeFlow, @ChrisOForgeFlow,
some modules you are maintaining are being modified, check this out!

Copy link
Contributor

@LoisRForgeFlow LoisRForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is not the best fix, why 450? It works for your screen size, but I assume that just that. The proper fix would make it responsive in the width.

image

You could try to play with sizing_mode = "stretch_width". At the same time we would need to ensure a minimun width and that the demand chart goes below the supply one when the width is too small.

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

Successfully merging this pull request may close these issues.

None yet

3 participants