Announcement

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

    #16
    Hi,

    thank you. It did the job.

    I doble checked with management again and they don't have a problem using facet charts. It is just that it doesn't support bar chart with a scrollbar.

    So that when there are many columns then it reduces user-friendliness.
    http://www.fusioncharts.com/gallery/Category.asp?Scroll

    I hope you improve your facetCharts soon and I'll be able to use it instead of Fusioncharts.

    Cheers,
    Zdary

    Comment


      #17
      This is a little off topic from how the thread wound up, but I had a major issue getting the FacetCharts to work in IE too. My issue was because I was including the excanvas.js file at the top of my .jsp.

      If you're using Smartclient 8/SmartGWT 2.5, make sure you do not include excanvas.

      Bart

      Comment


        #18
        Hi,

        Take a look at this post -> http://uptick.com.au/content/smartgwt-and-fusioncharts

        - Mark

        Comment


          #19
          Originally posted by nagarajan_ka
          This is the HTML I used to create Fusion Chart

          -------String : chartHtml -------
          Code:
          <div id='chartDiv' align='center'>
          <script type='text/javascript' language='javascript'> 
          var chart = new FusionCharts('<Fusion Chart Params>');
          chart.setDataXML('<Fusion Chart XML>');
          chart.render("chartDiv");
          </script>
          </div>
          du hoc|du hoc singapore and noi that fami or noi that 190
          ------------------------------

          I place this HTML into HTMLFlow widget

          Code:
          final HTMLFlow contentHTML = new HTMLFlow();
          contentHTML.setContents(chartHtml );

          This approach works fine in Firefox. But it does not work in IE (testing in IE 7). The Javascript present in HTML does not run in IE.

          I tried using HTMLFlow.setContentsType(ContentsType.PAGE). It doesnt work.

          How do we fix this problem ? Is there a different/better approach to integrate Smart GWT with Fusion Charts ?

          Thanks in Advance
          Nagarajan
          you can use
          new HTML(<div id=divID></div>)

          Comment


            #20
            I'm using smartgwt2.5 in that facetcharts I'm using .All charts r good but the problem is i want to display DataLabelvalues on the chart is there any method id three . I'm seen DataLabel in fusion chart .Is there any way to only integrate with DataLabel in smartgwt2.5 .

            Comment

            Working...
            X