I’m trying to find a way to have multiple charts running from the same file and for the most part the system works great. But I’m trying to mix information. Currently the one file looks like
1/1/2012, 15
2/1/2012, 15
3/1/2012, 15
4/1/2012, 15
5/1/2012, 15
The next looks like
1/1/2012, 15
1/2/2012, 15
1/3/2012, 15
1/4/2012, 15
I want to consolidate to be
1/1/2012, 15
1/2/2012, ,15
1/3/2012, ,15
1/4/2012, ,15
2/1/2012, ,15
3/1/2012, 15
4/1/2012, 15
5/1/2012, 15
With out having a gap in the monthly graph. Is this possible with the current code?