-
Notifications
You must be signed in to change notification settings - Fork 59
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
Don't apply width for popup graphs #458
Conversation
@paalkr I checked the code, the graphTypes already applies for popup graphs This PR only fixes that the width in the configuration doesn't apply for the graph popup |
@aalwash , how is the graphTypes applied to a popup graph? I have not succeeded achieving this. |
Can you show me your config? It should work like mentioned in #443
The graphType applies for normal graphs, but also works for popup graphs |
I totally agree, I did some digging in the code, it isn't easy to fix this problem :( It needs more research to understand how this code works... |
In extension of this PR #443
This also fixes #424
The graph configuration also applies for popups (except for width)