Announcement

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

    FacetChart cannot plot all zeros

    I create a simple example that create COLUMN type facetChart with 2 data points of 0.0 value. The resulting chart is a slanted line (image attached). The source code also attached. Can you please help me diagnose the issue. Thanks.
    Attached Files

    #2
    The file implementing DetailFacetChart appears to be missing.

    Comment


      #3
      Sorry, DetailFacetChart is just wrapper. I have upload a new version of TestGridLayout.java that remove the dependency.
      Attached Files

      Comment


        #4
        What version of SGWT are you using? When I inject your sample code into version 4.0d of our SGWT EE showcase sample "Grid Charting," I get a flat line as shown in the attached image.
        Attached Files

        Comment


          #5
          smartgwtpro 3.1p

          Comment


            #6
            OK, We can reproduce the issue in 3.1p; We'll investigate how difficult it will be to port the fix backwards.
            Last edited by Isomorphic; 4 Jan 2013, 13:56.

            Comment


              #7
              Is 4.0d released? Is there any risks/issues using 4.0d?

              Comment


                #8
                We have applied a fix in SC 8.3p/SGWT 3.1p that should prevent a slanted line from being drawn for the case you describe. It should be in the next nightly build.

                The code in SC 9.0d/SGWT 4.0d for FacetChart is actually a newer design that does not suffer from this issue - so there was no fix to port back. The "d" signifies that it's our development stream with daily commits for new features and what not - it's not going to have the stability of a "p" (production) build.

                Comment

                Working...
                X