Hi,
I want to set the xvalues parameter to an array of strings (dates) instead of integers. For example:
xvalues: ['2017-06-05', '2017-06-06',...
But when I do that, the sparkline chart doesn't show up. Is there a way to do this? Preferably without mapping the default sequential integers to the individual dates?
Thanks!