|
From: Mike P. <Mik...@we...> - 2003-09-13 17:23:10
|
Hi, first I'd like to thank the jCharts dev team for a great package! It took me two hours to download the code, integrate it with my webapp and get my first chart to display. Excellent job, folks. =20 I was wondering if jCharts supports two scales for the y-axis so that two different data sets can be displayed at their own native scale? An example might help explain what I want: =20 Consider two different datasets - x-axis is time, y-axis is dollars for one set and units for the other set. Dollars is a bar graph while units is a line graph. If you have Excel installed, go to Insert | Chart..., Custom Types and select the "Line - Column on 2 Axes" chart. That's essentially what I want. Here's an example with two bar charts: =20 http://www.geocities.com/jonpeltier/Excel/Charts/format.html#Col2Axes =20 or at the bottom of this page: =20 http://www.graphpad.com/prism/tutorials/comb_bars_lines/combining_bars_a nd_lines.htm =20 Hope you get the idea. :-) =20 mike |