This is a migrated thread and some comments may be shown as answers.

Scatter graph selection alternative

3 Answers 55 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Matjaz
Top achievements
Rank 1
Matjaz asked on 29 Sep 2014, 08:16 AM
I have a table of temperatures. Records in my table has datetime field, which is not filled with continuously data (every 10 minutes), but every 5 minutes if there is a change in temperature. So new record can appear after 1 hour.
I choose scatter graph for this task, but unfortunately I discovered that scatter does not support selection, which is critical for me.
I also notice a post on feedback page, but honestly the feature will never be implemented if you will wait for enough user response.

Don't know why scatter doesn't implement selection, but what can I do. Can I chose a different graph with data I have?

3 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 30 Sep 2014, 12:36 PM
Hi Matjaz,

You can achieve similar functionality with a line chart with no line between points. I hope that this can help you: http://dojo.telerik.com/@germanov/OQUgI/2

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Matjaz
Top achievements
Rank 1
answered on 30 Sep 2014, 05:43 PM
Very close. Thank you.
I mean something like this.

I have one problem:
how can I lose points (want only line)
and one question:
documentation says "The Scatter and Scatter Line series are suitable for plotting two-dimensional data.Each data point is an array that contains two values - X and Y." So this is true, but apparently you can have a 2 dimensional data also with line (in your modified dojo). 
Then what is the difference?
0
Accepted
Hristo Germanov
Telerik team
answered on 02 Oct 2014, 10:18 AM
Hello Matjaz,

With series.markers.visible: false you can prevent markers rendering.

The major difference is the axis. If you have categoryAxis you will be not able to do this: http://dojo.telerik.com/@germanov/UkAzE

The categoryAxis will not allow you to draw two points for a single category and series. In this case the categoryAxis will aggregate this points.

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Matjaz
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Matjaz
Top achievements
Rank 1
Share this question
or