TextField Validation
What I have done
I changed the TextFields XAxisField, YAxisField and ReferenceYearField in a way that they only update the graph if
- the value is greater than or equal to the START_YEAR constant AND
- the value is smaller than or equal to the END_YEAR constant AND
- the start value is smaller than the end value (obviously only applying to XAxisField and YAxisFIeld)