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

plot: Implement bar/column support #306

Closed
johannes-wolf opened this issue Oct 30, 2023 · 1 comment · Fixed by #337
Closed

plot: Implement bar/column support #306

johannes-wolf opened this issue Oct 30, 2023 · 1 comment · Fixed by #337
Labels
Milestone

Comments

@johannes-wolf
Copy link
Member

Follow up to #214.

@johannes-wolf johannes-wolf added this to the 0.2.1 milestone Nov 12, 2023
@johannes-wolf
Copy link
Member Author

Implemented via: #337.

@johannes-wolf johannes-wolf modified the milestones: 0.2.1, 0.2 Nov 20, 2023
@fenjalien fenjalien linked a pull request Nov 22, 2023 that will close this issue
johannes-wolf added a commit that referenced this issue Dec 7, 2023
Make the chart API a wrapper around `plot.plot({})`.

Fixes #306.
Fixes #240.
Fixes #341.

Also fixes some bugs:
- Axis grid for top/bottom axis did not work
- New axis style "scientific-auto" that only draws set axes
- New plot API `add-bar` for plotting bar/columncharts
- Improved chart styling
- Streamlines the boxwhisker style with the other chart styles
- Move boxwhisker styling attributes to style dictionary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant