onPropertyChange method
notifies property listeners of any changes to a property
Implementation
@override
// we purposely don't want to do anything on change since there is no view
// and the entire chart gets rebuilt
void onPropertyChange(Observable observable) {}