Clean-business-chart

Latest version: v0.2.16

Safety actively analyzes 634607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.16

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.15...v0.2.16

Solved issue: https://github.com/MarcelW1323/clean_business_chart/issues/4
"Bar chart with waterfall doesn't connect the last line to the total bar in some cases."

Solution was later rounding of total values.

0.2.15

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.14...v0.2.15

The footnote parameter in the column chart with waterfall was a very welcome addition:
- added parameter "footnote" and "footnote_size" for use of mentioning the source (or other things you would like to mention).
- centralization of the codebase for this footnote parameter so column chart with waterfall and bar chart with waterfall uses the same code to write the footnote to the chart.

0.2.14

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.13...v0.2.14

Solved issue: https://github.com/MarcelW1323/clean_business_chart/issues/3
"The waterfall pattern is solid, which indicates in IBCS that you compare with an actual value. In this example, the waterfall pattern needs to be hatched, for you are comparing with forecast information."

> ![Solved waterfall pattern bug v0 2 14](https://private-user-images.githubusercontent.com/60228936/300275000-722ff577-8f46-40dd-bbe3-30a8fea0c311.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY0NTc1MzksIm5iZiI6MTcwNjQ1NzIzOSwicGF0aCI6Ii82MDIyODkzNi8zMDAyNzUwMDAtNzIyZmY1NzctOGY0Ni00MGRkLWJiZTMtMzBhOGZlYTBjMzExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTI4VDE1NTM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQwYjg1NmIxOWYxMzU5OTJjOWRkZTIwZGJiOTFiZWY5MDBkYjQ0ZWJmZDE1YjQ3N2Y0Yzc1M2I2YmI2ZGYyZTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.8BVZdrrDLW5NqqjyPa6M0yM_rAWPMlcJh86yXLk9e8Y)
>
> Now the waterfall patterns follows the compare scenario. In this case the forecast.

0.2.13

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.12...v0.2.13

Solved issue: https://github.com/MarcelW1323/clean_business_chart/issues/2
"The column chart with waterfall gives a stacked bar in the rightmost column, even if only one scenario has a total and two scenarios were provided.
When one of the two scenarios results in a total of zero, you'll see a stacked bar with one scenario equals zero and the other one has value."
> ![Cosmetic bug v0 2 13](https://private-user-images.githubusercontent.com/60228936/300264710-da95c147-65cc-435e-80aa-d591bc2331a6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY0NDc4ODIsIm5iZiI6MTcwNjQ0NzU4MiwicGF0aCI6Ii82MDIyODkzNi8zMDAyNjQ3MTAtZGE5NWMxNDctNjVjYy00MzVlLTgwYWEtZDU5MWJjMjMzMWE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTI4VDEzMTMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJjNTMxM2RmZmJkYjVmZThhZjliMGEwN2E4OTFiYTVkZTMzNWRjY2JhODUyZjFjMWJkMjQ0YTI5NjEwNzhiYjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.nCTN-ojUDlovchXkT87WilMjdkSJY6ZPDhMFfcfmwDg) Cosmetic bug solved

0.2.12

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.11...v0.2.12

* Fixed error with FC-scenario when all FC-values were zero. In a previous version the column chart with waterfall would end with an error if there was an FC-scenario with all zeros values. Technically this is a very minor release (addition of one line of code).

0.2.11

**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.10...v0.2.11

* Later rounding in the process leads to better connection between the waterfall and the total bars

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.