julython/julython.org

rotate text of bar chart and add full date

Opened this issue · 0 comments

The barchart should be made to work with a array like:

[{'label': '7/23', 'count': 45}, ...]

This will require the labels to be rotated as well as the function changes to parse the data.