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
0
votes
1 answer

kendo ui chart template with value

I’m creating a stacked and grouped bar chart similar to the example you have in you demo’s… I’m populating it from remote data using JSON and .DataSource… I’m trying to use .Tooltip.Template() to format the tooltip but want to include the value for…
user2107558
  • 3
  • 2
  • 4
0
votes
1 answer

What are the scripts to add for the support of kendo grid and chart

I have a doubt about kendo UI .I using Kendo chart and grid when ever i add the dataviz js script to my page and when ever loading the page grid is not displaying any columns.That is I can add only web or dataviz. Here are the script i added Is…
user1877936
  • 351
  • 3
  • 7
  • 22
0
votes
1 answer

Kendo dataviz piechart - displaying remote data

I'm trying to display a Kendo dataviz piechart with the following information. I'm passing 'results' back from my controller to my view. My view contains the piechart: @(Html.Kendo().Chart() .Name("chart") …
Mithrilhall
  • 1,485
  • 8
  • 33
  • 52
0
votes
1 answer

How to align Series on Kendo UI line chart?

I need to align the series lines to the right of the chart. It is always centered. How I can do it?
mamfredym
  • 28
  • 1
  • 7
0
votes
1 answer

Pie chart not full

I'm trying to make a pie out of this JSON data: [{"status":"Received","number":"2"},{"status":"In Progress","number":"1"}] Here's my function: function createChart() { $("#chart").kendoChart({ theme: $(document).data("kendoSkin") || "default", …
James
  • 741
  • 1
  • 11
  • 28
0
votes
1 answer

kendo DataViz Mobile HTML5

Any idea how to add charts using Telerik Kendo UI DataViz to an iPhone web application. Thanks in advance. Here is what I am trying to do, but the chart does not show up!
hncl
  • 2,295
  • 7
  • 63
  • 129
-1
votes
1 answer

How to get a kendo ui barchart column width?

There are any way to get the kendo ui dataviz bar chart column size? I know it's not possible to set it and we need to struggle with that insipid gap/spacing properties but I want to extend that chart and need to know the width of the column. I'm…
jean
  • 4,159
  • 4
  • 31
  • 52
-1
votes
2 answers

In kendo dataviz chart local data binding , JSON data value was spilted?

I create a Column chart using Kendo ui dataviz. In my program, i am going to bind the local Javascript Array variable data to chart datasource. The JSON data was spilted like "3""9""6" for "396". I dont know why it happened. My Source code is…
-2
votes
1 answer

Line Chart: background of RangeSlider

I want to develop a range slider like same as it is shown at http://www.amcharts.com/demos/line-chart-with-scroll-and-zoom/#theme-light Basically the idea is to develop a chart and add a range slider. is there any idea that how i can set the chart…
Aqdas
  • 868
  • 4
  • 16
  • 57
1 2 3
15
16