Questions tagged [kendo-chart]

The Kendo UI Charts use modern browser technologies to render high-quality data visualizations. All graphics are rendered on the client using Scalable Vector Graphics (SVG) with a fallback to Canvas.

Kendo UI Charts support the following series types:

  • Bar and Column
  • Line and Vertical Line
  • Area and Vertical Area
  • Bullet
  • Pie and Donut
  • Scatter
  • Scatter Line
  • Bubble
  • Radar and Polar

Advantages

  • To Generate chart in UI, library is used HTML, JavaScript, Jquery and CSS.
  • Also support older version of IE.
  • Good forum and stackoverflow support.
  • Rich client side API like: Events, Methods and Properties.
  • We can create our custom theme by using this link.

Disadvantages

  • Now this library is paid.

Useful links

Related tags

437 questions
0
votes
0 answers

Kendo chart rendering very slow

I have kendo chart as below. I have to plot the graph which has more than 20k points. The problem i am facing here is the chart is rendering very slow. How to improve the peformance of this. Any help on this is highly appreciated? …
0
votes
1 answer

kendo-chart with local-data - fire event when redraw end

I have kendoChart control at my project. My chart has local data. By kendoChart default behavior, when user click legend, it toggle to match series visibility. I debugged at kendo-library and see that it calls function "redraw" for do it. I need to…
user5260143
  • 1,048
  • 2
  • 12
  • 36
0
votes
1 answer

Display different labels for different parts of line in kendo line chart ASP.NET MVC

I have implemented a kendo line chart which shows schedule for three iterations I1,E1 and C1. Usually in the given kendo line chart examples details are displayed when mouse hovered. How can I display the details such that the details are always…
Thasha
  • 71
  • 2
  • 8
0
votes
1 answer

Kendo UI chart: e.slice is not a function

I'm getting TypeError as "e.slice is not a function" while render the kendo chart. The demo is available in the below. Check console error. Kendo chart demo Appreciate your support to fix the issue.
Premkumar Jayaseelan
  • 681
  • 2
  • 10
  • 30
0
votes
1 answer

Kendo Chart : Order of drawing for the series?

I am having kendo chart with two series. The first one is a scatterLine series and the second one is a simple scatter series with visible markers. Currently the second series is drawn first and the markers appear bellow the points from the…
Wosh
  • 1,565
  • 2
  • 17
  • 30
0
votes
2 answers

Kendo Chart is not loading in AngularJS

I am using Kendo and Angular together. I am using Kendo Charts to display some data got from the database. I have a simple service using Angular $resource to get the data from the storage. It looks like this: app.factory('statsData', function…
Yulian
  • 6,262
  • 10
  • 65
  • 92
0
votes
1 answer

Can I generate Kendo Funnel Chart horizontally?

I'm trying to generate funnel chart horizontally. I got the demo up and running, but it is vertical. Are there any other options available ? Got an option with other…
Tejas
  • 6,508
  • 1
  • 21
  • 25
0
votes
1 answer

how to remove circle form export to pdf line chart

i am exporting line chart to PDF. it exported successfully but the issue is it will display circles on line on export to PDF File. while on chart i removed that circles using "#Chart circle{display: none !important;}" CSS Code. now i also need to…
VMS
  • 1
  • 1
  • 3
0
votes
1 answer

Cannot create kendo chart valueAxis template label in another function

valueAxes: [ { name: "A", labels: { visible: true, template: temp("#= value #"), color: "#888" }, function temp(value){ return (value/1000) // in here i cant do any operation :( } How can I do this type of…
VirangaMahesh
  • 325
  • 1
  • 4
  • 12
0
votes
0 answers

KendoChart with stripes bars

I am trying to create a KendoChart, then I wanted to have the bars to be on a stripes format. How to do that? I think I need to add "style" in "seriesDefaults" section or in the "series" section. I have the code snippets…
RJ Uy
  • 377
  • 3
  • 10
  • 20
0
votes
1 answer

How to get series data on drag event in kendo UI

In Kendo UI whenever we use drag event we can get screen x and y positions but how to get the series/datasource information in Kendo UI chart(line chart). In the below code, I am highlighting some information in line char(time series) using drag…
0
votes
2 answers

Show multiple labels on kendoUI chart category axis

Is there any possibility of showing more than one label in the category axis? I need to show two fields from my data source in my category axis(And,yes there is no multi category axis. I need to show multiple fields on the same category axis. Please…
0
votes
1 answer

kendo chart series defaults

I have a kendo chart and i have to binding the chart using model. I have to set the series defaults option. i got the code how to set the seriesdefualts in javascrit.Can someone help me how to add the same in model view…
0
votes
1 answer

Kendo chart display issue

I have a kendo-chart with the below Json data sample.I have to show the data like in the two X- Axis one with Iron Type and other with manufacturer.Let me explain with an example. I have iron types as Swivel and Adapter.And manufacturers as SPM and…
0
votes
1 answer

Customize Kendo Line Chart

I want to customize kendo line chart as follows: I want to show stacked bar chart at right side on kendo line chart. Is there any way to achieve this using MVC
Mangesh Kulkarni
  • 239
  • 5
  • 17