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

Modified Chart Module in order to add dinamically named properties. #714

Closed
wants to merge 3 commits into from

Conversation

gotkaren
Copy link
Contributor

i.e borderWidth and pointRadius

schelling_chart = ChartModule([{"label": "happy",
"borderColor": "Black",
"borderWidth": "3",
"pointRadius": "0"}],
data_collector_name="datacollector")

Before this it was only possible to modifiy label and borderColor for each serie.

i.e borderWidth and pointRadius

schelling_chart = ChartModule([{"label": "happy", "borderColor": "Black", "borderWidth": "3", "pointRadius": "0"}],
                                      data_collector_name="datacollector")
@coveralls
Copy link

Coverage Status

Coverage remained the same at 77.062% when pulling 980c8ed on gotkaren:enhanced_chart_module into dbe40d0 on projectmesa:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 77.062% when pulling 980c8ed on gotkaren:enhanced_chart_module into dbe40d0 on projectmesa:master.

@Corvince
Copy link
Contributor

From a quick glance this looks good, but I guess it breaks the examples!? Can you check and/or update them?

@gotkaren
Copy link
Contributor Author

Sure! I'm happy to update them. I'll go back to this pull request after I submit my dissertation (I'm using mesa!). May have more ideas to improve mesa.

Base automatically changed from master to main March 14, 2021 05:26
catherinedevlin pushed a commit to catherinedevlin/mesa that referenced this pull request Apr 26, 2023
rht pushed a commit to rht/mesa that referenced this pull request May 9, 2023
rht pushed a commit to rht/mesa that referenced this pull request May 9, 2023
@rht
Copy link
Contributor

rht commented May 9, 2023

Superseded by #1685.

@rht rht closed this May 9, 2023
rht pushed a commit to rht/mesa that referenced this pull request May 9, 2023
Original work: projectmesa#714 and
projectmesa#1673.

Co-Authored-By: Catherine Devlin <devlinch@corning.com>
rht pushed a commit to rht/mesa that referenced this pull request May 9, 2023
Original work: projectmesa#714 and
projectmesa#1673.

Co-Authored-By: Catherine Devlin <devlinch@corning.com>
rht pushed a commit to rht/mesa that referenced this pull request May 9, 2023
Original work: projectmesa#714 and
projectmesa#1673.

Co-Authored-By: Catherine Devlin <devlinch@corning.com>
rht added a commit to rht/mesa that referenced this pull request May 9, 2023
Original work: projectmesa#714 and
projectmesa#1673.

Co-authored-by: Karen Gonzalez <karenyglez.tr@gmail.com>
Co-authored-by: rht <rhtbot@protonmail.com>
rht added a commit that referenced this pull request May 9, 2023
Original work: #714 and
#1673.

Co-authored-by: Catherine Devlin <devlinch@corning.com>
Co-authored-by: Karen Gonzalez <karenyglez.tr@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

4 participants