I got the following error with the code below: 1067: Implicit coercion
of a value of type org.axiis.layouts.scale:LogScale to an unrelated
type org.axiis.layouts.scale:LinearScale.
<axiis:LogScale id="vScale"
dataProvider="{dataProvider}"
minLayout="0"
minValue="0"
maxLayout="{hLayout.height}"/>
<groupings:ColumnCluster id="myStack"
.............
verticalScale="{vScale}"
showDataLabel="true"/>