Every now and then the function `getGradientColor` throws an exception. For example this happens with the following data. ``` { "labels": ["00:00", "00:00"], "datasets": [{ "label": "2018", "data": [-4.135, -4.437] }] } ``` See [fiddle](https://jsfiddle.net/mischabraam/684Lz1wj/2/)