|
Looking at the 1.7 charting tutorial, the programmatic demo works fine: But in 1.8 the chart does not render correctly. There is a javascript error in path.js:dojotoolkit.org/documentation/tutorials/1.7/charting/demo/basic-programmatic.php Is this a known problem? ________________________________________________________ Dojo Toolkit: http://dojotoolkit.org/ Tutorials: http://dojotoolkit.org/documentation/ Reference Guide: http://dojotoolkit.org/reference-guide API Documentation: http://dojotoolkit.org/api [hidden email] To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest |
|
Hi,
indeed you're right.. :-( Could you enter a trac ticket plz so that it get fixed ? http://bugs.dojotoolkit.org/ Thanks ! Patrick On Wed, Jan 9, 2013 at 2:14 AM, Patrick Logan <[hidden email]> wrote: > Looking at the 1.7 charting tutorial, the programmatic demo works fine: > > dojotoolkit.org/documentation/tutorials/1.7/charting/demo/basic-programmatic.php > > But in 1.8 the chart does not render correctly. There is a javascript error > in path.js: > > TypeError: invalid 'in' operand e > > > Is this a known problem? > > > ________________________________________________________ > Dojo Toolkit: http://dojotoolkit.org/ > Tutorials: http://dojotoolkit.org/documentation/ > Reference Guide: http://dojotoolkit.org/reference-guide > API Documentation: http://dojotoolkit.org/api > > [hidden email] > To unsubscribe, visit: > http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest > -- -- Patrick ________________________________________________________ Dojo Toolkit: http://dojotoolkit.org/ Tutorials: http://dojotoolkit.org/documentation/ Reference Guide: http://dojotoolkit.org/reference-guide API Documentation: http://dojotoolkit.org/api [hidden email] To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest |
|
Actually I just realized the problem is in the tutorial. It does: but labelOffset is not a string, it is a number, it should do:labelOffset: "-20" labelOffset: -20 On Wed, Jan 9, 2013 at 10:40 AM, Patrick Ruzand <[hidden email]> wrote: Hi, -- Christophe ________________________________________________________ Dojo Toolkit: http://dojotoolkit.org/ Tutorials: http://dojotoolkit.org/documentation/ Reference Guide: http://dojotoolkit.org/reference-guide API Documentation: http://dojotoolkit.org/api [hidden email] To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest |
| Powered by Nabble | Edit this page |
