I need to chart two sets of data on one chart using lines (client request):
Category A: projected vs. actual
Category B: projected vs. actual
They need to be on different y-axis due to wide difference in scales.
How can I make either the projected or the actual line graphs dashed?
I have a fiddle at:
http://jsfiddle.net/bob22/S52bN/184/
to experiment.
I tried a number of ways using "lineDashed" but could not get it to work.
Thanks!
Bob