Hello,
We are trying to implement this, and this appears to only support 1 label and multiple values, however we are trying to plot the label against a date too, our table structure is:
Date | Column 1 | Column 2
01/01/2016 | 300 | 1616
01/01/2016 | 100 | 1000
02/01/2016 | 193 | 1616
02/01/2016 | 492 | 1000
Column 2 contains the names of the series we wish to plot, column 1 is the value and the 'Date' column is what date we wish to plot too.