Closed garcia closed 2 years ago
Fixes #11. Since the old charts property just proxied the private instance member _charts before, this change is non-breaking. It allows the field to be overwritten with a new list, with tests to demonstrate the functionality.
charts
_charts
Also cleaned up miscellaneous docs/tests.
Fixes #11. Since the old
charts
property just proxied the private instance member_charts
before, this change is non-breaking. It allows the field to be overwritten with a new list, with tests to demonstrate the functionality.Also cleaned up miscellaneous docs/tests.