-
Notifications
You must be signed in to change notification settings - Fork 625
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
Add derived data series to statements of assets chart #4403
Conversation
@mierin12, as commented in the other PR:
|
1ff25ff
to
9a59081
Compare
Hello @buchen , thanks for checking it !! Proposition to fix it : something this way should work : a7cda52 So far my only comment. I will continue to double check. I think the naming "Aspect : data series" is definitely an improvement for the Legend and Tooltip over "Aspect (data series)". But I am wondering if it is too much to repeat the Aspect in the subfolders of selection dialog. vs |
new DerivedDataSeries(baseDataSeries, type), label, wheel.next()); | ||
|
||
dataSeries.setLineChart(baseDataSeries.isLineChart()); | ||
dataSeries.setShowArea(baseDataSeries.isShowArea()); |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
I do not know how to make code suggestion in the review but my proposition of update is an in this : |
No other comment than the one about the Line/Area settings, I think this works great !! Thanks a lot for looking into it, I think it is a super feature ! (for another feature in the future I am wondering if a similar approach could be used in the Performance Chart to use daily/weekly.. % for any series :) !!) |
Thanks @mierin12 for reviewing! Both comments make sense. I missed the showArea/lineChart. The labels should be fixed as well.
Yes!! Agree. |
0b46f52
to
085797f
Compare
Also, I have updated the isLineChart and showArea settings: |
Uses DerivedDataSeries to hold a reference to the underlying data series (base) and the aspect to be shown (ClientDataSeries). Issue: #3754 Issue: #4235 Issue: #4396 Co-authored-by: Shivam Paw <[email protected]> Co-authored-by: mierin12 <[email protected]> Co-authored-by: Andreas Buchen <[email protected]>
085797f
to
41cf1d3
Compare
Perfect ! I have looked again, I do not see any issue, it looks good ! |
Uses DerivedDataSeries to hold a reference to the underlying data series (base) and the aspect to be shown (ClientDataSeries).
Issue: #3754
Issue: #4235
Issue: #4396