-
-
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
base: master
Are you sure you want to change the base?
Conversation
ValAx: f.drawPlotAreaValAx(pa, opts), | ||
DateAx: f.drawPlotAreaCatAx(pa, opts), | ||
} | ||
ser := *plotArea.StockChart[0].Ser |
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.
Missing high and low lines at there. Please also add unit tests for the changes.
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.
The high and low line's structure has been added.
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.
Good job! Please also add high and lines to the plot area at here.
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.
I added high and low lines, please take a review, thanks!
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.
Cool, please add unit test for this changes.
- Add UpBars and DownBars fields in the ChartPlotArea data type
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