-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add 4 stock chart support for AddChart function #2177
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
Conversation
- Add UpBars and DownBars fields in the ChartPlotArea data type
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2177 +/- ##
=======================================
Coverage 99.24% 99.24%
=======================================
Files 32 32
Lines 30581 30626 +45
=======================================
+ Hits 30350 30395 +45
Misses 153 153
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM, thanks for your contribution.
- Docs for support create 4 kinds of box and whisker stock charts: "High-Low-Close", "Open-High-Low-Close", "Volume-High-Low-Close", "Volume-Open-High-Low-Close" (qax-os/excelize#2177)
PR Details
Add 4 stock chart support for AddChart function
Description
Add stock chart support for Excelize, include 4 kinds of box and whisker stock charts: "High-Low-Close", "Open-High-Low-Close", "Volume-High-Low-Close", "Volume-Open-High-Low-Close".
Related Issue
None related issue
Motivation and Context
OSPP project
How Has This Been Tested
TODO: add unit tests
Types of changes
Checklist