Chart with labels displayed in a separate div:

30
40
50
60
70
80
90
Jan 07
Apr 07
Jul 07
Oct 07
   

The following chart should be the same as above. Here we use the labelsDiv id instead of the actual labelsDiv element.
This is useful when the labelsDiv element has not been attached to the DOM when the chart/options is created:

30
40
50
60
70
80
90
Jan 07
Apr 07
Jul 07
Oct 07
   

The following chart shows the labelsShowZeroValues option in use. When any point has a zero value the label is not shown. This is useful when there are many zero values in a point and the user is only interested in the non-zero points.

0
10
20
30
40
50
60
70
01Jan
02Jan
03Jan
04Jan
05Jan
06Jan
07Jan
08Jan
09Jan