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

Update documentation of order #6897

Merged
merged 1 commit into from
Jan 3, 2020
Merged

Update documentation of order #6897

merged 1 commit into from
Jan 3, 2020

Conversation

kurkle
Copy link
Member

@kurkle kurkle commented Jan 3, 2020

Closes: #6888

@@ -88,7 +88,7 @@ the color of the bars is generally set this way.
| ---- | ----
| `clip` | How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. `0` = clip at chartArea. Clipping can also be configured per side: `clip: {left: 5, top: false, right: -2, bottom: 0}`
| `label` | The label for the dataset which appears in the legend and tooltips.
| `order` | The drawing order of dataset. Also affects order for stacking, tooltip, and legend.
Copy link
Contributor

Choose a reason for hiding this comment

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

personally I prefer the comma here, but just a matter of preference ;-)

Copy link
Member Author

Choose a reason for hiding this comment

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

Omg, how did I manage not to know about Oxford comma before!?
This is just how lists are expected to be written in Finnish, and it looked wrong to me.
Its fine by me either way.

@etimberg etimberg merged commit 5d94cac into chartjs:master Jan 3, 2020
@kurkle kurkle deleted the order-docs branch February 19, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drawing order for mixed chart is not behaving as documented.
3 participants