SmartClient Version: v11.0p_2016-08-08/Enterprise Development Only (built 2016-08-08)
Chrome on OSX
Hello, I'm trying to rotate the dataLabels in a FacetChart to reach a compromise between available space and readibility, but there's a problem with their rendering as in the screenshot
To reproduce it in the showcase, please use the #dualAxisChartMA sample and add these properties to the FacetChart:
Chrome on OSX
Hello, I'm trying to rotate the dataLabels in a FacetChart to reach a compromise between available space and readibility, but there's a problem with their rendering as in the screenshot
To reproduce it in the showcase, please use the #dualAxisChartMA sample and add these properties to the FacetChart:
Code:
rotateLabels: "never", dataLabelProperties:{ rotation: 70, fontSize: 8 },
Comment