Skip to content

Conversation

@just-boris
Copy link
Member

@just-boris just-boris commented Mar 7, 2024

Description

Follow up for #2024

Related links, issue #, if available: Vg2OAA5ArJn8

How has this been tested?

PR build

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.87%. Comparing base (634e101) to head (c1a2c7c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2046   +/-   ##
=======================================
  Coverage   94.87%   94.87%           
=======================================
  Files         677      677           
  Lines       18275    18275           
  Branches     6067     6067           
=======================================
+ Hits        17338    17339    +1     
+ Misses        872      871    -1     
  Partials       65       65           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@just-boris just-boris marked this pull request as ready for review March 7, 2024 12:22
@just-boris just-boris requested a review from a team as a code owner March 7, 2024 12:22
@just-boris just-boris requested review from jperals and removed request for a team March 7, 2024 12:22
const { __internalRootRef = null } = useBaseComponent('PieChart');
const { __internalRootRef = null } = useBaseComponent('PieChart', {
props: {
fitHeight,
Copy link
Member

Choose a reason for hiding this comment

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

Note: this component is missing in the doc, but I see that these are the props of it that meet the given criteria.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, and this is not the only one missing. I fill the gaps as I go through our entire repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants