Do you know how your time series should look like, but generating it would take you a lot of time? The Time Series Maker allows you to draw time series with your mouse and download the result as a CSV, or JSON file ready for your models and algorithms!
Left click with your mouse and keep the button pressed while you draw the shape you desire in the plot area. When you reach the right side of the chart, or you release the mouse button, your data is ready to be downloaded using the buttons below. You can choose either CSV or JSON format.
The format of the data when exported in the JSON format is the following
{ 'times': [0.0, 0.1, ...], 'values': [12.5, 13.4, ...] }
The format of the data when exported in the CSV format is the following
time,value 0.0,12.5 0.1,13.4 ...
Made by Marco Bonvini © 2016
Released under MIT license
Made with Bootswatch, D3.js,
jQuery, and FontAwesome