telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Only two of multiple value axes can be moved #3305

Open inikolova opened 7 years ago

inikolova commented 7 years ago

Bug report

In case of multiple value axes only two of them can be moved to the right.

Reproduction of the problem

Can be observed here: https://dojo.telerik.com/AxeLAZuZ/2

(Change the 200 value in the categoryAxis.axisCrossingValues array to 0).

Also, the order of values in the array should be reversed, however, it does not work.

Expected/desired behavior

You should be able to move any axis via the axisCrossingValue.

Also, categoryAxis.axisCrossingValues array should be [0, 0, 1000, 1000] instead

Environment

TsvetinaIvanova commented 5 years ago

Also reported in 1401174. The issue is reproduced even with only two axes being moved to the right, depending on the order of the crossing values: https://dojo.telerik.com/OGAhOBEM