Hi All, 
  
  
  
  
I'm having a bit of a problem with stack charts.  For each bar, I have 3 levels of "incidents" -- low, mid, high.  I display the count for each in a green, red, and blue stack level respectively (not that that portion is relevant).  However, it seems that if I encounter a situation where there is only one total occurrence (of either low, mid, or high exclusively) then the y-axis will repeat values.  For example from bottom to top the y-axis will read:  0, 0, 1, 1, 1.  I would assume it would just skip whole numbers and simply display 0, 1.  Perhaps I need to tell it to display decimals in that event?  If so, how would I go about doing this? 
  
  
  
  
Regards