Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FacetChart issue

    I am using SmartGwt 3.0 evaluation and I have am having a tough time getting charts to work. I keep getting "This example is disabled in this SDK because it requires the optional Analytics module."
    Please see my attachments (the html file and the .gwt.xml file)
    I am trying to run the LogScalingChart example from the showcase.

    One thing I wanted to mention is that there is not drawing.jar that came with the evaluation package. I don't know if having it in the project matters to get the charts running!
    Attached Files
    Last edited by parthsavi; 20 Jun 2012, 06:08.

    #2
    See the OptionalModules overview. You need to inherit a module for Charts, which is separate from Analytics since 3.0 (comes with Pro). If you continue to use NoScript versions of the <inherits>, then the JS file is ISC_Charts.js.

    Comment

    Working...
    X