You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotting for mobile and desktop will actually make 2 different separate charts. To replicate, set datapoints=10 and look to the first timeseries chart.
This happens because nivo does not know how to index dates and it indexes them in the order they are in the array. To fix it, you should match the dates from desktop and mobile directly in the SQL query.
Plotting for mobile and desktop will actually make 2 different separate charts. To replicate, set datapoints=10 and look to the first timeseries chart.
This happens because nivo does not know how to index dates and it indexes them in the order they are in the array. To fix it, you should match the dates from desktop and mobile directly in the SQL query.
This issue refers to code updated in #21
The text was updated successfully, but these errors were encountered: