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

How to display data point with various fields in kendo chart?

I want to display all data point in a tooltip. My data have 2 series, a series have 2 points, a point have 3 fields(value , base and date) I try this http://trykendoui.telerik.com/OCeB but the x-axis are repeated If there is solution i would like…
0
votes
1 answer

kendoui: kendogrid should be updated with click on kendochart

I have to put a kendochart and a kendo grid on page which are bound with different data sources i.e. table from sql database. I need to update kendogrid on click of kendochart for different part. suppose kendochart displays 5 part for users A, B, C,…
Arvind Bhatt
  • 157
  • 2
  • 3
  • 13
0
votes
1 answer

Right to Left text functionality Kendo UI Html5 Charts

I have try to implement right to Left text functionality for the KendoUI html5 charts by using css(kendo.rtl.css) provided by KendoUI library.But the chart is completely broken? We can’t fix that issue because we have no control over the SVG. I have…
Jameel Moideen
  • 7,542
  • 12
  • 51
  • 79
0
votes
1 answer

kendo.resize for dataviz object

Issue with using kendo.resize inside the window.resize function. i need to bootstrap 3 functionalists for kendo chart, when i change the browser size so i used kendo.resize function. chart re sizing work perfectly only chart in visible area. as…
0
votes
2 answers

KendoUI - Chart data labels

Is is possible to for the KendoUI Chart (Area) to have multiple data labels or even a concatenation of two? I need to display both a value and a percentage for each data point. Is this something that would need to be handled on the data source side…
Michael
  • 77
  • 1
  • 9
0
votes
2 answers

in Kendo, how to make a tooltip with a custom databinding?

I'd like to show a custom tooltip when my user hovers over a node in a line chart. In this tooltip, I need to databind to a string that is contained within the object bound in the series In the below example, the MyObject class has three properties…
stuck
  • 2,264
  • 2
  • 28
  • 62
0
votes
1 answer

Is it possible to save the kendo chart as png format without using any 3rd party tool (linkspace)?

In my project have requirement to export chart into png format.Is it possible in kendo-ui with out using ink-space(3rd party tool)?
0
votes
1 answer

KendoUI chart datasource from grid datasource with JQuery won't render

What I am trying to do is dynamically render a chart based on the contents of the KendoUI crid on my page. This is to happen within the DataBound event of the grid. When I try the code below it seems like the space of the gchart is allocated on the…
MikeD
  • 741
  • 5
  • 20
  • 38
-1
votes
1 answer

Change CSS Angular Kendo Chart - Set style which the line is of value 0

I would like to change the CSS style of the grid line in which the value is zero. How can I do? My chart: I would like to create a chart like this:
Federico
  • 342
  • 8
  • 30
-1
votes
1 answer

kendo-angular-chart not found dependency kendo-charts-1.19.1.tgz

does anyone have the same problem with kendo-chart? I'm trying to install kendo-angular-chart and i have this issue: npm install npm ERR! code E404 npm ERR! 404 Not Found - GET…
-1
votes
1 answer

how to create a function that starts at the click event of the pie chart

how to create a function that starts at the click event of the pie chart? i would to pass the selected item to a function
Federico
  • 342
  • 8
  • 30
-1
votes
2 answers

kendo-chart height of chart area without legend

I have a line chart with many lines inside, the legend is displayed below the chart area. The problem is that the legend takes a lot of space vertically, and this space is consumed from the fix total height of the chart. In extreme cases, there is…
-1
votes
2 answers

Kendo multi level bar chart issue zoom issue

I generated the chart with kendo Its 2 level's of chart. Here is the js fiddle with 2 level's of chart Issue was, when zoom the chart with the help of pan & zoom in kendo chart grid lines shows mismatch. Actual image after generating chart. After…
-1
votes
1 answer

how to categories series in kendo chart mvc?

I have a chart, Purpose of the chart will say total of male & female, based on the country & nationality wise. Successfully generate the chart Here is the fiddle, i created. jsFiddle example For the reference How to categories the series label. I…
Prasad Raja
  • 685
  • 1
  • 9
  • 37
-1
votes
1 answer

Kendo chart stack bar to multi series

I have a chart with stack bar. http://dojo.telerik.com/@ezanker/OsaVE. Instead of the stack, how can i show in the bar series... similar like this
Prasad Raja
  • 685
  • 1
  • 9
  • 37
1 2 3
29
30