You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be precise, but honestly I am quite lost. Playing around with displaying graphs I could not manage to resize the graph properly. If I input a different canvas_height value it works just fine. But when I input a canvas_width, it modifies the height again. What is more, the result is reversed for me.
To Reproduce
chart = ChartModule(
series=[],
canvas_height=200,
canvas_width=200,
)
Will make a really tall graph, rather than a square one.
Is it a bug or I am just dumm? :)
The text was updated successfully, but these errors were encountered:
After trying a bunch of varying widths and heights it does seem that you found a bug.
Not sure what is happening. It looks like the translation to javascript.
At this time, I am not sure what is going on, but adding this to the backlog and adding the extra context.
This is a screenshot of
canvas_height=200,
canvas_width=100,
rht
transferred this issue from projectmesa/mesa
Aug 7, 2023
I would love to be precise, but honestly I am quite lost. Playing around with displaying graphs I could not manage to resize the graph properly. If I input a different canvas_height value it works just fine. But when I input a canvas_width, it modifies the height again. What is more, the result is reversed for me.
To Reproduce
chart = ChartModule(
series=[],
canvas_height=200,
canvas_width=200,
)
Will make a really tall graph, rather than a square one.
Is it a bug or I am just dumm? :)
The text was updated successfully, but these errors were encountered: