-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
docs(barchart): add documentation to BarChart
#449
Conversation
Codecov Report
@@ Coverage Diff @@
## main #449 +/- ##
==========================================
- Coverage 90.42% 90.00% -0.42%
==========================================
Files 40 40
Lines 11079 11156 +77
==========================================
+ Hits 10018 10041 +23
- Misses 1061 1115 +54
|
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.
Generally looking good (none of my feedback is blocking - purely gold plating).
Would you consider adding examples even for the simple methods? My rationale for this is that examples help newer users discover things like how to write styles, do things idiomatically (e.g. Style::new().red()
or "foo".into()
), and discover other Ratatui modules (like the symbols
module
dd3046c
to
e2b8d90
Compare
e2b8d90
to
c31c27a
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.
Hey I like the new documentation, I could never write such a nice one.
Add documentation to the `BarChart` widgets and its sub-modules.
c31c27a
to
09c974b
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.
Nice work. (approved, but I am not good at reviewing docs 😁 )
Add documentation to the
BarChart
widgets and its sub-modules.Relates to #386.
Screenshots