Hi all,
I am working on a line graph showing the number of employees, the FTE (how many 40-hour fulltime equivalent employees we have, where part-timers count as less than 1), and the authorized FTE (including open positions) over the course of the year, like so:
[TABLE="width: 355"]
<tbody>[TR]
[TD][/TD]
[TD="align: left"]# of EEs[/TD]
[TD="align: left"]FTE (current)[/TD]
[TD="align: left"]FTE (authorized)[/TD]
[/TR]
[TR]
[TD]1/1/2015[/TD]
[TD]254[/TD]
[TD]230.84[/TD]
[TD]247.44[/TD]
[/TR]
[TR]
[TD]1/31/2015[/TD]
[TD]252[/TD]
[TD]232.34[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]2/28/2015[/TD]
[TD]252[/TD]
[TD]231.34[/TD]
[TD]247.94[/TD]
[/TR]
[TR]
[TD]3/31/2015[/TD]
[TD]242[/TD]
[TD]232.34[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]4/30/2015[/TD]
[TD]244[/TD]
[TD]234.34[/TD]
[TD]250.44[/TD]
[/TR]
[TR]
[TD]5/31/2015[/TD]
[TD]247[/TD]
[TD]232.54[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]6/30/2015[/TD]
[TD]246[/TD]
[TD]234.18[/TD]
[TD]258.78[/TD]
[/TR]
[TR]
[TD]7/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9/30/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/30/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I originally had all kinds of problems with the X-axis formatting and had to set it to a text axis to make it stop automatically showing the first of each month, but now it's just dropped 12/31 off the chart completely. So while my data is as you see, the chart just has 1/1, then the last day of every month up through 11/30, where it stops.
I've checked the data selection, checked the series and x-axis, the last line of the data is included in everything and 12/31 shows up under "Horizontal (Category) Axis Labels" in the "select data" dialog box, but it won't actually show up on the chart and I can't figure out why. Resizing the chart doesn't change anything, reselecting the data doesn't do anything, I absolutely have no idea why it's just deciding not to show the last line of the data!
I've tried putting sample data into the entire thing so that 12/31 is a row with values in all the relevant columns just like the rest to see if that was the problem, and nope - the chart just...doesn't show those final data points for each series. It keeps cutting off at 11/30/15 no matter what I do.
Does anyone know why it might be doing this???
I am working on a line graph showing the number of employees, the FTE (how many 40-hour fulltime equivalent employees we have, where part-timers count as less than 1), and the authorized FTE (including open positions) over the course of the year, like so:
[TABLE="width: 355"]
<tbody>[TR]
[TD][/TD]
[TD="align: left"]# of EEs[/TD]
[TD="align: left"]FTE (current)[/TD]
[TD="align: left"]FTE (authorized)[/TD]
[/TR]
[TR]
[TD]1/1/2015[/TD]
[TD]254[/TD]
[TD]230.84[/TD]
[TD]247.44[/TD]
[/TR]
[TR]
[TD]1/31/2015[/TD]
[TD]252[/TD]
[TD]232.34[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]2/28/2015[/TD]
[TD]252[/TD]
[TD]231.34[/TD]
[TD]247.94[/TD]
[/TR]
[TR]
[TD]3/31/2015[/TD]
[TD]242[/TD]
[TD]232.34[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]4/30/2015[/TD]
[TD]244[/TD]
[TD]234.34[/TD]
[TD]250.44[/TD]
[/TR]
[TR]
[TD]5/31/2015[/TD]
[TD]247[/TD]
[TD]232.54[/TD]
[TD]248.94[/TD]
[/TR]
[TR]
[TD]6/30/2015[/TD]
[TD]246[/TD]
[TD]234.18[/TD]
[TD]258.78[/TD]
[/TR]
[TR]
[TD]7/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9/30/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/30/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/31/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I originally had all kinds of problems with the X-axis formatting and had to set it to a text axis to make it stop automatically showing the first of each month, but now it's just dropped 12/31 off the chart completely. So while my data is as you see, the chart just has 1/1, then the last day of every month up through 11/30, where it stops.
I've checked the data selection, checked the series and x-axis, the last line of the data is included in everything and 12/31 shows up under "Horizontal (Category) Axis Labels" in the "select data" dialog box, but it won't actually show up on the chart and I can't figure out why. Resizing the chart doesn't change anything, reselecting the data doesn't do anything, I absolutely have no idea why it's just deciding not to show the last line of the data!
I've tried putting sample data into the entire thing so that 12/31 is a row with values in all the relevant columns just like the rest to see if that was the problem, and nope - the chart just...doesn't show those final data points for each series. It keeps cutting off at 11/30/15 no matter what I do.
Does anyone know why it might be doing this???