Closed angelacode closed 12 years ago
Hi Angela,
Currently all Date columns are expected to be input as a ruby date object such as:
@email_series = [[Date.new(2010,11,5), 3], [Date.new(2010,11,6), 2]]
I'm about to spend a little more time, brushing up this library, so I'll give a go at a patch that allows a string formatted date as well.
Cheers, Jeremy
Closing this ticket, string values can be used, as long as the column is declared as a date type
I am using the statistics gem which creates a hash, which I then turn to an array using sort:
After sort, it becomes:
I want to graph this and did the following:
But my graph doesn't work -- what are the specific or constraints of passing data to the graph?