Announcement

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

    [bug] FacetChart.showValueOnHOver with stacked:false and chartType:'Column'

    SmartClient Version: v8.3p_2013-01-30/PowerEdition Development Only (built 2013-01-30)

    Chrome 24.0.1312.57 (Mac OSX)

    in the #simpleChart sample modify the FacetChart with these attributes:
    Code:
        showValueOnHover:true,
        stacked:false,
        chartType: "Column"
    you could see that the hover is not consistent with stacked:false, ie if you hover the leftmost column near the x (region) axis it will show the value of the 'motorcycle' product, 'west' region.
    If you hover the 'motorcycle' product, 'west' region, it will show the value of 'cars' product, 'north' region.

    #2
    Thanks for the report. This is now fixed for tomorrow's 3.1 and 4.0 builds.

    Comment


      #3
      I confirm it's fixed, thank you very much.

      Comment

      Working...
      X