Hi there, I am having a problem in displaying multi axis chart. I have two chart types (of course two series) - Bubble and Column. But Kendo draws only column but not the bubble.
Data series for bubble is in the format of [{x1,y1,s}, {x2,y2,s}, {x3,y3,s}, {x4,y3,s}]
Data series for column is in the format of [y1, y2, y3, y4]. I set the category access for column as [x1, x2, x3, x4].
Telerik for silverlight draws them perfectly. But Kendo does not. I have attached two images - the one with bubble and Column chart is drawn by Telerik Silverlight, the one with just Column chart is drawn in Kendo.
I have posted this on Stackoverflow as well if that is any better to see the images - http://stackoverflow.com/questions/26617108/kendoui-multiple-axis-chart-mixed-chart-with-bubble-and-column-chart-types
Could you please suggest me how do I achieve the Multi Axis chart especially the combination of followings.
1. Area and Bubble
2. Area and Scatter
3. Line and Bubble
4. Line and Scatter
5. Column and Bubble
6. Column and Scatter
Many thanks in advance.
-Vinnie
Data series for bubble is in the format of [{x1,y1,s}, {x2,y2,s}, {x3,y3,s}, {x4,y3,s}]
Data series for column is in the format of [y1, y2, y3, y4]. I set the category access for column as [x1, x2, x3, x4].
Telerik for silverlight draws them perfectly. But Kendo does not. I have attached two images - the one with bubble and Column chart is drawn by Telerik Silverlight, the one with just Column chart is drawn in Kendo.
I have posted this on Stackoverflow as well if that is any better to see the images - http://stackoverflow.com/questions/26617108/kendoui-multiple-axis-chart-mixed-chart-with-bubble-and-column-chart-types
Could you please suggest me how do I achieve the Multi Axis chart especially the combination of followings.
1. Area and Bubble
2. Area and Scatter
3. Line and Bubble
4. Line and Scatter
5. Column and Bubble
6. Column and Scatter
Many thanks in advance.
-Vinnie