**Full Changelog**: https://github.com/MarcelW1323/clean_business_chart/compare/v0.2.5...v0.2.6
The bar chart with waterfall is getting more used in live environments. In this release a few minor additions/adjustments:
- added parameter "footnote" and "footnote_size" for use of mentioning the source (or other things you would like to mention).
- changed the values in the pandas DataFrame for column _CBC_Y so that it is a float and not integer because adding floats after integers gives FutureWarnings in higher pandas versions (tested with 2.1.1)