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

Kendo UI Map doesn't render anything

I'm trying to get a map to display like this example: http://demos.telerik.com/kendo-ui/map/geojson I copy and paste the code and remove any references to resources I don't have, so that its just a simple kendoMap() function. Despite this, nothing…
KrisSodroski
  • 2,796
  • 3
  • 24
  • 39
2
votes
1 answer

set bar width- kendo bar chart using gap and spacing?

I need some help to set the width of the bars in kendo bar charts when the number of bars reduces. Here is the jsFiddle link i am working on: http://jsfiddle.net/An59E/44/ In this example, there are 2 kendo bar charts, 1 has 6 bars and the other has…
user2439903
  • 1,277
  • 2
  • 34
  • 68
2
votes
1 answer

Kendo bar chart- plot band in both the panes

I have a bar chart with 2 panes. I want to add plot bands in both the panes but with different color. How can this be done? And i want to display the categories labels at the bottom of the graph. how can this be done? Here is the jsfiddle example:…
user2439903
  • 1,277
  • 2
  • 34
  • 68
2
votes
1 answer

How to set color for negative bar in Kendo bar chart

How to change the color of bars in the negative axis? currently the bar has green color. How would i change the color to red? Here is the link for the jsfiddle: http://jsfiddle.net/ZPUr4/160/ Html code:
user2439903
  • 1,277
  • 2
  • 34
  • 68
2
votes
2 answers

How to customize the Gauge control?

Looking at the radial gauge control.was wondering if it would be possible to make it to look like the following picture, without the needle?
kob490
  • 3,177
  • 4
  • 25
  • 40
2
votes
1 answer

Kendo UI- how to change color of the X axis in bar chart

Here is the link for the bar chart: http://jsfiddle.net/ZPUr4/143/ How can i change the color of X-axis at 0? How to display the series data values at the top of the bar? As of now its getting displayed at the bottom for negative values as…
user2439903
  • 1,277
  • 2
  • 34
  • 68
2
votes
1 answer

Kendo dataviz chart valueAxis custom labels

I'm trying to set custom labels on the Y-axis in a line chart, but no success. I've looked around ALOT on the forums search google without any success. The closest to a solution I've come is to hide the actual labels and use valueAxis.notes…
aup
  • 800
  • 7
  • 19
2
votes
1 answer

Kendo dataviz pie chart as button

Is it possible to use the Kendo-Dataviz pie chart as a button control. I want every piece to be a different control. I could not find anything like that in the documentation.
user44579
  • 23
  • 3
2
votes
0 answers

How to use a Telerik RadHtmlChart inside a Knockout foreach template

When placing a Telerik RadHtmlChart inside a Knockout foreach template, I encounter "Uncaught TypeError: Cannot set property 'control' of undefined" JavaScript error, but only if I include runat="server" (which I'd like to include since I want my C#…
2
votes
1 answer

CORS enabled WCF REST and Kendo

I am working in wcf rest service. I need to allow cors supprt for cross domain access. I read the articles and got 2 method. First method is to add http headers in the application_beginrequest event in global.asax. This is working fine for me. I…
Akhil
  • 1,918
  • 5
  • 30
  • 74
2
votes
1 answer

Binding DataViz chart locally using Angular

I'm trying to bind a DataViz pie chart locally using the Kendo UI Angular directives but keep getting this error: TypeError: Cannot call method 'toLowerCase' of undefined at h (http://localhost:51717/Scripts/kendo/kendo.dataviz.min.js:11:5351) …
Rob
  • 5,578
  • 3
  • 23
  • 28
2
votes
1 answer

Coloring individual kendo bars

I am trying to create a horizontal bar graph where each bar has a different color. I have tried entering the following as my series data: Attempt 1. This displayed all my bars fine, but the color for each graph was always the same (the first color…
jokul
  • 1,269
  • 16
  • 37
2
votes
1 answer

How to Control the Animation of Kendo UI Charts?

Is There Anyway to slow the initial speed of animation when kendo ui chart control loads ? I am Using Panel Bar control and in that i am loading kendo ui pie chart. when i click item of panel bar, content is loaded using ajax request in to panel…
2
votes
2 answers

Kendo UI chart series lables rendered incorrectly in PDF generation

I'm using the Kendo UI dataviz ASP.NET MVC framework for rendering charts, like the example given here (using the ASP.NET MVC version). The graphs and the series lables renders fine in the browser: For generating the PDF, I use the Rotativa…
JAM
  • 6,045
  • 1
  • 32
  • 48
2
votes
0 answers

KendoUI - DataViz - Grouping and Aggregating a JSON datasource within the chart

I've been able to accomplish such grouping in certain charts and not others. For example, assume that I have a datasource that looks something like this: var pictures = [ { type: "JPG", len: 20, wid: 15, appr: 17.5, count: 2 }, { type: "JPG",…
Stephen
  • 21
  • 1
  • 4