-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Implement per-dataset type (default and per-chart) options #5999
Implement per-dataset type (default and per-chart) options #5999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the discussion in Slack, this seems like a good start!
15dd6bf
to
0b86cf9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor update in _defaults
.
We also need unit tests per controller (line + scatter) to make sure that dataset defaults are correctly handled for every options. And I guess we also need to update the docs about configuring dataset defaults.
0e541e2
to
8c89c7a
Compare
The line chart
We don't allow users to configure default options. |
3c0bad6
to
1be7103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One line to remove and a question to consider.
|
Ok, I went ahead and added documentation. I had already added unit tests |
b0bd6f4
to
5c3f88f
Compare
I want to combined the candlestick chart with a line chart. Is that possible, and if so, how? |
This fixes mixed line and scatter charts. Issue described in #4587
Closes #5997 & #5151