G'day, sirs!
Background:
Needed a simple BoxPlot extension for Chart.js (http://www.chartjs.org/), see Code here: http://jsbin.com/yekimavemu/2/edit?html,js,console,output
(Not working currently, see problems, below)Took the StackBar community extension as a base, see here: https://github.com/Regaddi/Chart.StackedBar.js
Got everything working within a few days
Problems:
Made a jsbin: http://jsbin.com/nenaguqote/1/edit?html,js,console,output --> Don't get it to work! Don't know why I get an "TypeError: (intermediate value).BoxPlot is not a function"; Works fine on Desktop version- The actual problem I have is getting the Tooltip feature to work. It works fine in the StackBar extension. I could not figure it out, what to change to make it work with my BoxPlot.
So if anyone can offer help in one of the two problems, would be much appreciated.
Cheers, Alex