Open veselints opened 5 years ago
If only a single axis needs to be moved to the right, that could be achieved by setting the higher axisCrossingValue
as a second member of the array. The desired axis should also be defined second:
categoryAxis: {
labels: {
rotation: "auto"
},
axisCrossingValue: [0,1000,0]
},
Bug report
Stock Chart with two axes to the left and one to the right does not render its width.
Reproduction of the problem
Run the following Dojo: https://dojo.telerik.com/@sspasova/IMeyuYUJ The Stock Chart does not render its width
Expected/desired behavior
The Stock Chart should render its width similarly to the Chart: https://dojo.telerik.com/oYizayUF/2
Environment