Change chart's position #1364
Unanswered
Harshpanday
asked this question in
Q&A
Replies: 1 comment 25 replies
-
You can modify the chart CSS in withdisplay: inline-block or something.This is for the map: https://github.com/projectmesa/mesa-geo/blob/419f395ee953c8bbbd902d04de0a4aad840406b7/mesa_geo/visualization/templates/js/MapModule.js#L3 |
Beta Was this translation helpful? Give feedback.
25 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
So I want to change the position of the chart that appears on the web app.
As pointed out in the above image, I want to change the position of the chart from the bottom to the left side.
I am looking through the root code but cannot find where I should make changes to get the desired result.
Any suggestions are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions