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
7
votes
3 answers

Using Kendo Dataviz Vertical Bullet Graph, How to add labels similar to Bar Graph?

Trying to Style up the Bullet Graph to be exactly as Marketing desires. The desired Graph looks like: How do you add the labels at the top of the bars? I've tried to set the labels property from the Kendo Documentation: labels: { visible:…
Rodney Hickman
  • 3,133
  • 11
  • 53
  • 83
7
votes
2 answers

In Kendo UI DataViz, how do I place the labels inside the pie chart

Please refer to this example: http://jsfiddle.net/mcLEb/ jQuery("#grid").kendoChart( { theme: jQuery(document).data("kendoSkin") || "default", legend: { position: "bottom" }, chartArea: { …
Brian
  • 310
  • 1
  • 4
  • 13
6
votes
1 answer

How do I update a KendoUI chart via javascript JSON?

So I have a chart which is configured using the MVC style configuration... @(Html.Kendo().Chart(Model.CompanyProduction) .Name("Chart") .Title("Files sent") .Legend(legend => legend …
Squirrel5853
  • 2,376
  • 1
  • 18
  • 34
5
votes
1 answer

telerik line chart only showing one month

I have a telerik line chart that works perfectly with any other data, however, when I send the following it only charts october. cant' figure out why... create line chart $("#leftLine").kendoChart({ dataSource: { data:…
user1813251
  • 329
  • 3
  • 18
5
votes
3 answers

Kendo-Grid column field validation

I am working on populating kendo--grid with APIs data but on adding validation on one field is automatically working for every other fields too. Here is schema inside kendo-dataSource : schema: { model: { id…
Anil Arya
  • 3,100
  • 7
  • 43
  • 69
5
votes
3 answers

Kendo + Angular chart data

I'm trying out Kendo charts with angular, and I have problem displaying data, here is my code: HTML:
hyperN
  • 2,674
  • 9
  • 54
  • 92
5
votes
4 answers

KendoUI: How do I get the index of the clicked chart element's item inside an event

I want to access the index for the following events: seriesClick and seriesHover. I only see how to access the value and category of the particular bar in the documentation here http://docs.kendoui.com/api/dataviz/chart#events-seriesClick but not…
5
votes
1 answer

How to make a Pie Chart Aggregate the Data Source?

Using Kendo UI Complete for ASP.NET MVC, version: 2013.3 1119 (Nov 20, 2013)... If I have this bit of code: $("#status-chart").kendoChart({ dataSource: { data: [ {Status: 10}, {Status: 20}, {Status:…
kmp
  • 10,535
  • 11
  • 75
  • 125
5
votes
2 answers

Kendo UI Chart does not occupying all div width

I am using Kendo UI Dataviz to develop my application, but I am getting a problem for render the chart. When the chart is renderer, it was not occupying all the div width, as shown below. My JS code: function creatChart() { …
Danilo M.
  • 1,422
  • 5
  • 17
  • 31
5
votes
2 answers

How to chage the postion of tooltip in kendo chart

Hi i have kendo chart in my application,and it is displaying tool-tip in right side I want to change the position of tool-tip to left side.How to do this one. My chart code is $("#chart").kendoChart({ title: { text:…
user2138545
  • 508
  • 1
  • 5
  • 18
4
votes
2 answers

Kendo UI chart not using whole available space when shown if created hidden

I'm using Kendo UI to add charts to an AngularJS application. The charts work fine, except when they start hidden: if a chart's
is hidden when the chart is initialized, when the chart's
is shown the chart does not span the whole…
Albireo
  • 10,977
  • 13
  • 62
  • 96
4
votes
2 answers

Kendo bar chart- series labels at the top?

How to change the kendo bar chart- series labels positioning? Consider the following fiddle: http://jsfiddle.net/ZPUr4/149/ In the chart, for the positive values, the bar values are at the top and for negative values, the bar values are at the…
user2439903
  • 1,277
  • 2
  • 34
  • 68
4
votes
1 answer

How to change a line chart series's color according to the point's value in Kendo UI?

For example, I have a series which have 5 points and their values are 5,10,15,20,25, now I want to change the color of the part series which contains point1(value:5) to point2(value:10) to be red, and want to change the color of the part series…
flower
  • 2,212
  • 3
  • 29
  • 44
4
votes
1 answer

How to set a category axis title dynamically?

I need to set a Kendo UI stock chart category axis and value axis titles dynamically using options or setoptions. Can any one provide me a working example?
user3475088
  • 43
  • 1
  • 4
4
votes
2 answers

Kendo ui chart hide circle for data points

I'm not able to hide rounded circle for the line chart in Kendo ui. I do want to show tooltip value but want to hide circle. below example is from demo site: http://demos.kendoui.com/dataviz/line-charts/index.html Even, I don't know what do they…
user1298676
  • 97
  • 1
  • 2
  • 8
1
2 3
15 16