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

Days verses production chart (kendo/google chart/fusion chart)

I am trying to building a multi line chart for different oil wells at onces, it will shows days vs production, below are data format :- WellNo Days OIL 15668 23 2256 15668 48 2859 17442 31 574 17442 61 1556 19017 23 …
AnandMeena
  • 528
  • 3
  • 11
  • 26
-2
votes
1 answer

Group and Stack data in Kendo UI Chart

I have a json data like: arr = [{ Name: 'PAVI', value: 3}, {Name: 'Crystal', value: 2}, {Name: 'PAVI', value: 6}, {Name: 'Crystal', value: 11}] How to stack data with similar Name in Kendo UI Chart? Here is my code for this…
thecoorum
  • 3
  • 7
1 2 3
29
30