-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Question: Add legend to columnchart clustered #240
Comments
I want to add a legend function for charts and plots, but I am not yet sure what a good API could look like. |
Maybe a |
Implemented with #337. The chart API will use the plot API and therefore uses the same legend mechanism. |
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
Currently the bars within the group do not have labels and legend is not provided. It is hard to tell that the bars are actually represent p99, p95, min, max
The text was updated successfully, but these errors were encountered: