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

Fixed issue #167 and issue #165 #259

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Fixed issue #167 and issue #165 #259

wants to merge 12 commits into from

Conversation

Ivy987
Copy link

@Ivy987 Ivy987 commented Dec 10, 2021

Issue #167 was fixed by automatically calculating the percentage of each category in a pie chart. For categories with less than 5% weight, their labels are created outside the pie chat to prevent overlapping.

Issue #165 was fixed by modifying the year limit to support years earlier than 1990, which is currently supported in Microsoft Excel.

@@ -42,6 +42,8 @@
* Represents a date using an integer, in a similar fashion to the
* implementation in Microsoft Excel. The range of dates supported is
* 1-Jan-1900 to 31-Dec-9999.
* (This year limit is removed to support years
* earlier than 1990, which is currently supported in Microsoft Excel.)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggestion: Just remove the last sentence (starting on line 43 and ending on 44) - then no need for adding lines 45 and 46.

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.

None yet

2 participants