Boxplotting in Mendix

0
Hi guys 'n gals, We're building an application which requires applicants to answer different questions, with an answer between 1 and 7. The manager would like to see a boxplot of the results given. However, I've no clue how to implement this within Mendix. Is anyone aware of a boxplot-able widget or a different kind of solution? Thanks!
asked
3 answers
0

It seems that fusionchart does have this: http://www.fusioncharts.com/charts/box-whisker-charts/

So I would try the fusionchart app to try to get this to work.

Good luck,

Ronald

[EDIT] Chart.js also has one: http://jsbin.com/yekimavemu/2/edit?html,js,console,output And Highcharts also: http://www.highcharts.com/demo/box-plot/

So you can pick almost any chart module from Mendix to get this to work.

answered
0

Paul,

The closest I have found is in Google Charts: Google Charts Candlestick Documentation You could use the appstore Google Charts module as a starting point, but would need to add the Candlestick chart type and code all of the necessary data to be passed to the Candlestick chart.

Mike

answered
0

Thanks guys I'll have a look at the examples. Found Google Charts myself as well, but I want to do as little coding as possible :)

answered