Could anyone please provide an example jrxml fragment that shows use of the HTML5 scatter chart (e.g. everything between <componentElement> ... </componentElement>).
I have two fields from a query that I want to map to the x and y values and its just not obvious to me how you would do that. All the examples I can find are for column or pie charts.
1 Answer:
The Jaspersoft Studio documentation has information on scatter charts in section 13.3: http://community.jaspersoft.com/documentation/jaspersoft-studio-user-guide
If you work through the sample demonstrated there, you'll have jrxml you can adapt to your query.
Also, for reference, the Highcharts API documentation for scatter charts is here: http://api.highcharts.com/highcharts#plotOptions.scatter
Regards,
Ilona