I'm trying to use the line chart component with the date component, but it doesn't seem to want to chart the date. The code looks like this:
>> PQ = q1 + q2 + q3 + q4 + q5 + q6 + q7 + q8 + q9
>> dateAnswered = calendar::date
>> PQlist.add([dateAnswered,PQ])
Your procrastination quotient for today is {PQ}.
*chart: Your Procrastination Quotient Over Time
*type: line
*data: PQlist
But the chart doesn't seem to know what to do with the date along the x-axis. How do I get it to recognize the date as text?