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

Status message

4 Answers 68 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Tonih
Top achievements
Rank 1
Tonih asked on 19 Jul 2013, 02:26 PM
Hi,

I am lazy loading some data into my chart and wondering how do I create a status message on the chart, similar to http://www.highcharts.com/stock/demo/lazy-loading?

Thanks,
Tonih

4 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 22 Jul 2013, 11:34 AM
Hi Tonih,

If I understand you correctly you would like to create something like a progress bar in Kendo UI Chart? If this is the case I am afraid this is not supported at this point and there is no a suitable workaround I can suggest. If you are requesting different functionality please elaborate a bit more. Thank you in advance for your cooperation.

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tonih
Top achievements
Rank 1
answered on 23 Jul 2013, 03:25 PM
Hi Iliana,
Thanks for your response. I am referring only to the status message that says "Loading data from server" when the data range is changed from the navigator. I only want to display this message when the user clicks a button to retrieve the data from server, then remove it on data receive success. So I guess the question is how do I add a "Loading data from server" message on top of the chart, not necessarily a progress bar.

Thanks,
Tonih
0
Accepted
Iliana Dyankova
Telerik team
answered on 25 Jul 2013, 11:24 AM
Hello Tonih,

Thank you so much for the provided details. I am afraid this is also not supported out-of-the-box in Kendo UI Chart, however I can suggest you the following workaround:

  • Create a custom <div> element with Loading message and position it over the Chart;
  • Once the data is loaded (i.e. in the DataBound event) hide the aforementioned <div>.

For your convenience here is a simple jsFiddle example.

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tonih
Top achievements
Rank 1
answered on 26 Jul 2013, 03:33 PM
This works. Thanks!
Tags
Charts
Asked by
Tonih
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Tonih
Top achievements
Rank 1
Share this question
or