Hello,
I have tried setting up JQxChart to display a simple x-y chart with numeric y values and a numeric x values with type stackedarea. If I set my sample data like { X:2, Keith:30, Erica:15, George: 25} and in settings put xAxis: { dataField: ‘X’, type: ‘linear’ } the resulting graph will plot this particular data point at x-axis 0.
Does JQxChart have a widget that does a classic x-y plot?
Thanks,
John