Completed
Last Updated: 22 Jan 2020 08:17 by ADMIN
Petko
Created on: 18 Sep 2019 11:57
Category: Chart
Type: Feature Request
0
Question for jquery ui scatter chart
Hello, I am trying to implement https://docs.telerik.com/kendo-ui/controls/charts/overview scatter chart with multiple axes. How do I specify the series-data attribute to be [columnName, elementVal] Attached is a picture of the excel table I'm trying to reproduce. 
Attached Files:
3 comments
ADMIN
Viktor Tachev
Posted on: 02 Oct 2019 08:44

Hi Petko,

 

I examined the image and the lower part of it looks like pivot table. If that is correct and the requirement is to show aggregated data you can use the PivotGrid widget.

https://demos.telerik.com/kendo-ui/pivotgrid/index

For showing graphical representation of the data the Chart widget will be suitable. There are various chart types to choose from. Nevertheless Line Chart is used in the image.

https://demos.telerik.com/kendo-ui/line-charts/index

 

Additionally we have a how-to article that illustrates how you can integrate the PivotGrid with a Chart widget. Check it out below and let me know how it works for you.

https://docs.telerik.com/kendo-ui/controls/data-management/pivotgrid/how-to/integration/chart-integration

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Petko
Posted on: 25 Sep 2019 10:40
I'll need to use correct component to implement this https://imgur.com/a/P2VHX2i . I'm currently looking at TreeList Examples ( https://demos.telerik.com/kendo-ui/treelist/remote-data-binding ) using json data from server. Can you give some advice on creating this kind of TreeList?
ADMIN
Viktor Tachev
Posted on: 25 Sep 2019 10:36

Hello Petko,

 

You can configure the field in the data that is used for each of the axes via the series.xField and series.yField options. Check out the example below where the approach is implemented.

https://demos.telerik.com/kendo-ui/scatter-charts/date-axis 

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.