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:
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.
Chrome 24.0.1312.57 (Mac OSX)
in the #simpleChart sample modify the FacetChart with these attributes:
Code:
showValueOnHover:true, stacked:false, chartType: "Column"
If you hover the 'motorcycle' product, 'west' region, it will show the value of 'cars' product, 'north' region.
Comment