I want to create a multiple charts in one chart with data type as array of array

0 Answers 44 Views
Charts Data Source General Discussions MultiSelect
Hrushi
Top achievements
Rank 1
Hrushi asked on 28 Oct 2023, 10:33 AM

So I have data in this format 

{

name: health

data:[[1,2],[2,2],[3,4]]

type:"area"

visible:true

},

{

name: health2

data:[[1,2],[2,2],[3,4]]

type:"line"

visible:true

}
I have attached a screenshot of what i want to achieve need guidance to do this I'm new to kendo .

Neli
Telerik team
commented on 01 Nov 2023, 11:50 AM

Hi Hrushi,

In the provided snippet I see that you have aded series of different types, which is a correct aprpoach. Another example can be found here - https://dojo.telerik.com/@NeliKondova/iPohUrOc

However, in the provided image I see that the basis of the Chart is rendered on the oposite side (on the min/max of the xAxis). Such an appearance is not supported, the basis of the Chart will be displayed on the zero line for the axis. 

Let me know in case you have additional questions on the matter.

Regards,

Neli

No answers yet. Maybe you can help?

Tags
Charts Data Source General Discussions MultiSelect
Asked by
Hrushi
Top achievements
Rank 1
Share this question
or