Skip to content

Enable Stacked Bar Chart #enhancement#351

Merged
lazyguru merged 2 commits intopyrochlore:masterfrom
xychang:master
Apr 29, 2024
Merged

Enable Stacked Bar Chart #enhancement#351
lazyguru merged 2 commits intopyrochlore:masterfrom
xychang:master

Conversation

@xychang
Copy link
Copy Markdown
Contributor

@xychang xychang commented Apr 28, 2024

Description

Enable stacked bar chart when user set stack to true.
Currently only works with all positive or all negative numbers.

Screenshot 2024-04-27 220239

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • If this is a bug fix, did you add or update a test file to the examples directory that verifies the bug is fixed?
  • If this is a new feature, did you add files to the examples directory to demonstrate the feature?
  • If this is a new feature, did you add documentation to the docs directory for the feature?

// console.log(barInfo);
// console.log("%d/%d", currBarSet, totalNumOfBarSets);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just a minor nitpick and I'll fix this after the merge, but please try to avoid adding whitespace like this

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching that!

@lazyguru lazyguru merged commit 9ae9084 into pyrochlore:master Apr 29, 2024
@lazyguru
Copy link
Copy Markdown
Collaborator

Thanks for your contribution

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.

2 participants