| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
After the discussion in Slack, this seems like a good start!
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me
Sorry, something went wrong.
There was a problem hiding this comment.
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.
Sorry, something went wrong.
The line chart showLine option was already well tested. I added additional tests for spanGaps and for scatter's showLine.
We don't allow users to configure default options. defaults._set is private |
Sorry, something went wrong.
There was a problem hiding this comment.
One line to remove and a question to consider.
Sorry, something went wrong.
_set is indeed an internal helper but users are allowed to modify Chart.defaults.datasets.*. So since we are introducing a new public API that allows users to configure defaults for all dataset options, we should also add unit tests for it. |
Sorry, something went wrong.
|
Ok, I went ahead and added documentation. I had already added unit tests |
Sorry, something went wrong.
|
I want to combined the candlestick chart with a line chart. Is that possible, and if so, how? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This fixes mixed line and scatter charts. Issue described in #4587
Closes #5997 & #5151