Hi
I'd like to use ChartJS to create more advanced charts and graphs and have hit a complete block.
I have a form which collects the time a user wakes up in the morning; and would like to get this data in a chart.
Up the Y axis I'd like to have the hour they wake up - and along the X axis I'd like to have the dates over the past 7 days.
I'm using a filter to only display results by the current user so they can only see their entries.
Is there a way to use ChartJS with formidable forms?
Is it possible using the Views?
My data for chartjs would be something like
var data_for_bar = [3, 10, 5, 2, 20, 63];
Please login or Register to submit your answer