Hi there,
I'm trying to use the stock chart. So far ok, save one issue. I have three value axis and want to move one of them to the right. Trying to,using axis-crossing-value, gives me following strange behavior.
When leaving all three axis to the left with
 <kendo-stockchart :category-axis-axis-crossing-value="[0,0,0]">the three axis appear on the lft and the chart lokks ok (see pic 1)
When trying to move one ofthe axis to the right with
 <kendo-stockchart :category-axis-axis-crossing-value="[0,0,10000]">the whole chart is sqeezed (see pic 2). It seems, thatthe chart is sqeezed in between the axis instead of moving the axis.
Any suggestion for a workaround would be great.
Thanks again
