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

Compare series

3 Answers 63 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Tonih
Top achievements
Rank 1
Tonih asked on 22 Mar 2013, 08:07 PM
Hi,

My organization is evaluating your dataviz product and was wondering if the charts allowed a user to compare series in the tooltip with a line - similar to so http://www.highcharts.com/stock/demo/compare. If not, what is the timetable for when this feature may be available?

Thanks much,
Tonih

3 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 26 Mar 2013, 05:09 PM
Hi Tonih,

Apologies for not getting back to you earlier.

I am glad to inform you that with Kendo UI Q1 2013 official release the desired functionality is already available. This can be achieved as set  tooltip.shared configuration option to true. For example: 

$("#chart").kendoChart({
  //....
  tooltip: {
      visible: true,
      shared: true
  }
});
The vertical line is actually the crosshair of the categoryAxis. I.e.: 
$("#chart").kendoChart({
  //....
  categoryAxis: {
     //....
     crosshair: {
        visible: true
     }
  }
});
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Sagi
Top achievements
Rank 1
answered on 29 May 2013, 06:57 PM
Can you please post a sample that will demonstrate this ability as seen in high chart ?
Thx
Sagi
 Intel Corp.
0
Iliana Dyankova
Telerik team
answered on 31 May 2013, 03:07 PM
Hello Sagi,

Please take a look at this jsBin example which I prepared for you - it demonstrates the desired functionality in action.

On a side note, we will add a similar example in Kendo UI online demos in a short period of time. 

Regards,
Iliana Nikolova
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
Tonih
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Sagi
Top achievements
Rank 1
Share this question
or