Great cast...I'm new to rails so this has been a big help!
I've had one issue -- in my model, I have some dates (by design) that do not have an entry. But the array seems to create a date key with 0 value for every day in the time period. I only want to graph days that have table entries - ex: 10 days out of the 3 weeks.
Currently the highcharts will graphs the no entry days as $0...this might be okay for this specific sale app, but not useful for other apps.
Great cast...I'm new to rails so this has been a big help!
I've had one issue -- in my model, I have some dates (by design) that do not have an entry. But the array seems to create a date key with 0 value for every day in the time period. I only want to graph days that have table entries - ex: 10 days out of the 3 weeks.
Currently the highcharts will graphs the no entry days as $0...this might be okay for this specific sale app, but not useful for other apps.
Any ideas?