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
0 answers

Determining position of KendoUI DataViz Chart plot area

I have a screen where I need to align other controls with the plot lines of a DataViz chart control. Using Javascript, how can I get the position of the PlotArea of the chart? I'd like to know the offset.left of the chart's plot area and the total…
CleverPatrick
  • 9,261
  • 5
  • 63
  • 86
2
votes
0 answers

Kendo UI Chart making the crosshair sticky

When using the Kendo Dataviz, chart I need to have the crosshair stick, and to be calibrated between plot points on the category axis. On the hover over the crosshair will lose stickiness, and always aligns to gridline, with the below code: var…
2
votes
1 answer

Dataviz pie chart label's lines cross each other

I am using Kendo pie chart to display some data. But i am having issue shown in below picture, label's lines cross each other. Any help will be highly appreciated. Thanks
Ibrahim
  • 267
  • 1
  • 6
  • 18
2
votes
1 answer

Is it possible to change "kendo dataviz" chart type in run time

I have pie chart and I want when I click on the button it would show bar chart. Is it possible to do?
Sergey
  • 7,933
  • 16
  • 49
  • 77
2
votes
3 answers

Logarithmic axis scale in Kendo Chart

I have a scenario in which I need the a axis scale to be displayed in Logarithmic order. I did a little search and found that this option is not available but the posts are almost a year old. Has this functionality been provided in the latest…
Wasae Shoaib
  • 189
  • 3
  • 19
2
votes
1 answer

Kendo DataViz Widgets and UI Widgets on the same page

Is it possible to have Kendo UI widgets + DataViz widgets on the same page? I wanted to have Grid(Popup Editing, Inline Editing etc.), Slider, AutoComplete, Rich Text Field and a Scatter Chart on the same page. I have downloaded the latest trial…
Vishnu Ram
  • 73
  • 2
  • 7
2
votes
1 answer

How to set a Background Image for a Kendo DataViz Chart

How can I set the background image for a Kendoui chart?
Brian Boatright
  • 36,294
  • 34
  • 81
  • 102
1
vote
1 answer

Getting Kendo UI, DataViz Map, & Angular 2 To Work Together

I'm using Kendo UI & Angular 2 in a project, but cannot for the life of me seem to get the map widget to work with shapefiles in Angular 2. It looks like I have to integrate with jQuery since the map component is not listed as an Angular 2…
gordysc
  • 234
  • 1
  • 4
  • 22
1
vote
2 answers

Persisting x and y coordinates of a kendo diagram

How would kendo diagram shapes x,y coordinates be persisted. I've able to saved it's x,y coords to the database but still the diagram will rearranged the shapes to its default arrangement although it was already set as what I have in the datasource.…
confused
  • 179
  • 12
1
vote
0 answers

Is it possible to round the edges of inner labels in Kendo Pie Charts?

I have inner labels in my pie chart, but they don't look good. Is it possible to round the edges of the label background?
Musical Shore
  • 1,361
  • 3
  • 20
  • 41
1
vote
2 answers

Linq - Retrieving data for a period of time (7 days), i.e. Order Count for Graph

Firstly, I've found a solution to my problem. The question is - is there a better way? I needed to retrieve a list of Order counts for a period (7 days), such as using a group by. On some days there are no orders, which would mean those days would…
pfeds
  • 2,183
  • 4
  • 32
  • 48
1
vote
0 answers

Encode column in kendo grid ui when export excel

use Html.Raw in kendo grid using .Encode(false) in column. But then export to excel not remove html tag. @(Html.Kendo() .Grid() .Name("Grid") .Columns(columns => { columns.Bound(p =>…
Sadra Babaei
  • 29
  • 1
  • 1
  • 7
1
vote
1 answer

Populate Kendo UI StockChart with Model object

Below is my code snippets , everything seems to be good to go even in my controller data in "data" variable is correct which means list of 51 elements . but when i run the code it throws the exception mentioned below The model item passed into the…
Imran Naqvi
  • 45
  • 1
  • 8
1
vote
1 answer

Kendo Chart shows Incorrect results on Google Chrome. But correct result in Firefox?

I have a report which generates chart.I am showing this report on pre defined data set. First Image is from chrome browser.Second is from firefox.Firefox shows the correct data. But chrome is showing incorrect. you can see the month order. I went…
Aslam Jiffry
  • 1,306
  • 6
  • 23
  • 57
1
vote
1 answer

Custom Telerik DataViz chart tooltip color

I have a chart with many colors. The tooltip should appear as black or white depending on the background color of the chart's bar. The only option I can think of is handle this with the series.name. But nothing works. This code does accurately put a…
Paul
  • 5,700
  • 5
  • 43
  • 67