wattzhikang / timeline-generator

A simple python tool for creating time-based charts based on multiple types of data
GNU Affero General Public License v3.0
0 stars 0 forks source link

JSON config #1

Open wattzhikang opened 4 years ago

wattzhikang commented 4 years ago

Add the ability to configure graphs with an optional JSON blob at the beginning of the file. This blob could create a secondary y-axis (like this interesting chart), or other ways of configuring individual graphs.

wattzhikang commented 4 years ago

Options should include the ability to assign data columns to a primary or secondary y-axis, and to specify the ranges of those axes. Potentially, format the appearance of the lines themselves.