Questions tagged [kendo-dataviz]

Telerik DataViz widgets can be used to create charts and dashboards

Telerik DataViz widgets can be used to create charts and dashboards that used to be only possible in desktop applications.

It is implemented as a pure Javascript library.


Related tags

234 questions
4
votes
1 answer

Is there any way to set the Navigator to type area default

My requirement is based on selection of API functions the graph type should be change .i.e like columns, line, bar... as it was demonstrated in Kendo UI examples. http://demos.kendoui.com/dataviz/api/index.html Is it possible to…
kvs
  • 466
  • 1
  • 10
  • 24
4
votes
2 answers

How to explode Kendo pie chart wedge when clicked?

I know how to explode a pie chart wedge initially (simply set explode to true for the relevant data item), but what I want to do is to have the wedge explode when clicked on, in JavaScript (the function bound to the seriesClick event). Naturally, I…
Late Starter
  • 1,069
  • 2
  • 13
  • 24
3
votes
0 answers

How to draw Trend Line in Asp.Net MVC Kendo Column Chart

I am using Kendo Dataviz controls to render my Asp.Net MVC Column Chart. Everything is going well so far but now I am stuck with drawing the trend lines in Column Chart. Looked around in Kendo documentation but couldn't find any answer. Anyone's…
Learning Curve
  • 1,449
  • 7
  • 30
  • 60
3
votes
2 answers

Stacked graph with KendoUI

I'm trying to display data in a stacked graph using kendo ui. Here is my code: var data = [ // June { Start: "2014-06-01T00:00:00", Name : "Series 1", Value: 1 }, { Start: "2014-06-01T00:00:00", Name : "Series 2", Value: 2 }, {…
Andrew Savinykh
  • 25,351
  • 17
  • 103
  • 158
3
votes
1 answer

kendo chart grouping/sorting

This is an example of the issue I'm having: http://jsfiddle.net/zdanev/dRH5y/7 I'm trying to sort the bars of a kendo chart after they are grouped. I want to sort them by a third field (not the category or the group). In the example above, when I…
Z .
  • 12,657
  • 1
  • 31
  • 56
3
votes
1 answer

Kendo Chart, overlay of two series

Hello, I got an Kendo ui bar chart with two series. By default the series will display side by side. With the "stacked: true" the 2 series will be stacked. (first value + second value) ... seriesDefaults: { type: "column", stack: true …
chris
  • 4,827
  • 6
  • 35
  • 53
3
votes
1 answer

How to display correct dates on the X-Axis

tl;dr: when I set the xAxis min and max to, say, 2013-01-01 14:30:00 and 2013-01-01 15:45, I need to see these times on the xAxis and not 14:00 and 15:00, or 01. 01. 2013 and 01. 01. 2013, or whatever automatically generated timestamps that are…
Pavel
  • 698
  • 1
  • 11
  • 20
3
votes
1 answer

read data from kendo dataviz chart

I have used kendo charts to display data, but now i want to read the json that i've used before to set datasource. Unfortunately i am not able to get it to work, can anyone help me with, how to read the data(json) from kendochart. I used this…
Raza
  • 807
  • 1
  • 9
  • 16
3
votes
0 answers

How to Zoom in on a scatter chart, with datetime as x-axis?

I see the demo "pan and zoom" http://demos.kendoui.com/dataviz/scatter-charts/pan-and-zoom.html . However, when I want to zoom in a chart with datetime x-axis, errors come up. Any one knows how to zoom in with date axis?
Jianxun Lian
  • 137
  • 1
  • 2
  • 5
3
votes
1 answer

Kendo Real Time Chart

I want to add data to kendo linechart series but when I add data then kendo redraw chart with all series so it cause performance problem. Is there any way draw it one by one ? Or how can I make real time line chart with kendo ? This is my code. It…
user2857877
  • 125
  • 1
  • 10
3
votes
2 answers

how to export kendo chart to JPG, PNG, BMP, GIF

Is there any way to export the kendo chart to the JPG, PNG, BMP, GIF.With the format type selection using drop downlist. function createChart() { $("#chart").kendoChart({ theme: $(document).data("kendoSkin") ||…
kvs
  • 466
  • 1
  • 10
  • 24
3
votes
2 answers

Kendo Chart Value axis will be changed on click event

I have kendo chart with multi value axis and kendo tree-view. I want to show the value axis-es according to the checkbox selection. For example we will check the "KM" checkbox, then the chart will display KM value axis. Is it possible? Here is my…
user2138545
  • 508
  • 1
  • 5
  • 18
3
votes
1 answer

Defining color for Kendo UI Stacked and Grouped Bar Chart

I'm looking to get this in a chart with Kendo, but they don't have any examples using a datasource. I'm currently using a hack to get this without a datasource, but being able to use the datasource could provide me with many benefits. Here's my…
notbad.jpeg
  • 3,308
  • 1
  • 32
  • 37
3
votes
1 answer

background image for kendochart

I am trying to set a background image for the kendo chart looking at the code for the demo website here:http://demos.kendoui.com/dataviz/line-charts/index.html however I am not able to get the same results for a bubble chart. eg code…
desiguy
  • 652
  • 2
  • 9
  • 25
3
votes
1 answer

Newly added data not saved properly in kendo grid

Grid behavior not as expected when the following actions are done . add new record then press update button in the grid(new added row) then press cancel before save . when above action is complete new added row disappears . link to js…
Arun Killu
  • 13,581
  • 5
  • 34
  • 61
1
2
3
15 16