I have a dataset which has a daily count spanning over several months and I want to create a graph showing the daily counts however I want to have a separate chart for each month. Is this possible to do by isolating each month?
For example if I have
2009/1/1 45 2009/1/2 21 2009/1/3 11 2009/1/4 11 2009/2/1 34 2009/2/2 45 2009/2/3 11 2009/2/4 34
Chart A would filter the dataset so only January's data would be displayed Chart B would filter the dataset so only Febuary's data would be displayed