Chartjs-Django Time Series with Chart JS

0👍

answered my own question. just needed to convert the array to strings using .astype(str). so like this: np.append(np.zeros(39) + np.nan, array_of_numbers).astype(str)

Leave a comment