3

G'day, sirs!

Background:

Problems:

  1. 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
  2. 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

alexrjs
  • 546
  • 8
  • 15
  • 1
    for your first error it is because you are trying to call the BoxPlot chart type before the actual BoXplot has been declared as a new chart type. Just move the graph creation to after this deceleration and it works fine (well apart from problem 2) http://jsbin.com/nuhuketita/1/edit?html,js,console,output – Quince Apr 22 '15 at 11:53
  • Do you have a github repository for your box plot project? I need to draw some box plot graphs too. – tom10271 Sep 28 '17 at 04:09
  • Nope, just the code snippets in the above jsbin (http://jsbin.com/yekimavemu/2/edit?html,js,console,output).... Checked it, still works... – alexrjs Sep 29 '17 at 06:02

0 Answers0