Found what the problem was...since I am just learning this, I was using an example to get started, when I was pushing my information into the @data array, the format needed to be as follows,
my @data = ([@days],[@events]);
Worked fine after that.
Liquid