Dojo Charts

3
Dojo has charts for mobile. Before diving into it some questions to the experts: Is it possible to use dojo charts anyway? Which version? Why is the dojo charts code missing from the mendix runtime? Can it be added to simple chart as an extra provider?
asked
1 answers
6

Mendix 4.3.2 uses Dojo 1.6 (even dojo.version.toString()="4.3.2 (24595)" ?), the one in your link is version 1.8. So:

  1. You cannot use dojo chart library of version 1.8 for Mendix. But you could include the dojo chart library version 1.6 in your widget. (http://dojotoolkit.org/documentation/tutorials/1.6/charting/demo/basic-declarative.html)

  2. The code is belonged to Dojox and excluded by default from Mendix. So you have to add it manually.

  3. Yes

answered