Multiple Line Border Colors for ChartJSMonitor

@adam I think I found it in the monitor.jsx line 83 - 94 where you build the Datasets for the Monitor you’re calling the whole array chartBorderColor and chartBackgroundColor in the for loop. Instead of chartBorderColor[i] etc… Funny enough the For Loop in your jsx file is almost identical to the one I wrote to attempt to build different datasets.

I was able to track this down in both the map source and in the machine code on the browser and I think this is likely the issue. If you search for props.labels.length in the map source it is calling the whole array for each dataset and in the machine code on dev tools this can be seen in the bundle.js source by searching borderColor: o (I’m not sure if the machine code is generated differently on each browser or not).

Happy New Years by the way!