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

I am trying to explode a particular section of a pie chart for a specific field in Kendo UI

How can I explode pie chart in Kendo DataViz, my data is coming from database, and my code is like this: dataSource: { data: StageData }, title: { align: "center", text:…
user3534513
  • 85
  • 1
  • 2
  • 5
0
votes
0 answers

AngularJS with Kendo Graph

I use angularjs in my project. I have a table which I fill using ng-repeat and a json file for the data. In the table I also have a chart (with Kendo Dataviz) and I want to use the values from the table where the chart is in. body of my…
Ibrahim B.
  • 73
  • 1
  • 7
0
votes
1 answer

Binding Kendo UI Dataviz chart series to specific model

Is it possible to create a Kendo UI DataViz chart from a remote datasource with a structure such as "gender": [ {"male": 23421}, {"female": 24376}, {"unknown": 324} ], Instead of using (from the example in the…
magnusb
  • 1
  • 2
0
votes
1 answer

KendoDataViz Line Graph : set marker visible for selected points only

I have a line graph that has markers disabled by default markers: {visible: false,size: 10} On receiving the data, I want to be able to show the marker only for a few points How can I do that?
NEHAVERMA8
  • 251
  • 1
  • 8
  • 22
0
votes
2 answers

Disable Kendo Chart Tooltip Animations

I want to get rid of the silly tooltip animation that slides the tooltip from one bar to another. It updates the tooltip instantly but lingers on the previous bar. I have tried the documenations transitions property on both the chart and the…
AaronLS
  • 37,329
  • 20
  • 143
  • 202
0
votes
1 answer

In Kendo Ui how to reflect the changes occurred in grid view on to the chart ?

I have a grid view, when i change some nodes or label or parameter it should be reflected in chart. How to make this possible in Kendo UI using mvvm ?
arun
  • 227
  • 1
  • 5
  • 16
0
votes
1 answer

Change stroke values on Kendo UI Radial Gauge

I'm trying to have the Kendo UI Radial Gauge draw some strokes around the radial border itself. I'm able to manipulate the svg file output through the chrome console at runtime, but I'm hoping it's possible to manipulate the source so it comes out…
Nicklas Pouey-Winger
  • 3,023
  • 6
  • 43
  • 75
0
votes
1 answer

Kendoui dataviz chart tooltip to overlay bootstrap navs

I have a kendo ui dataviz chart inside a bootstrap navs like this (or something like it) :
Raphael
  • 171
  • 1
  • 3
  • 12
0
votes
1 answer

Kendo Chart set skip after load using Angular

Im using Angular Kendo - Im not sure if thats really relevant only to say its not as 'simple' as calling refresh. - I have two scope variables one is the Kendo DataSource the other is the Kendo Chart Options which are assigned like…
maehue
  • 505
  • 10
  • 26
0
votes
3 answers

Kendo UI ListView Template in MVC4

I am trying to get image files from the database and bind it to a KendoUI ListView. The problem is that it is not showing images at all. This is what I have done: View