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

Change Min and Max values in Kendo RadialGauge with Ajax

I want to be able to change the min and max values in the Kendo RadialGauge "on the fly" with ajax. Do I need to destroy the gauge first and create a new one, or could I possibly just change current gauge and redraw it with min, max, and pointer…
gardarvalur
  • 1,565
  • 9
  • 39
  • 65
0
votes
1 answer

Create Bar Chart Using Kendo Data Viz MVC

I want to create one Bar Chart using Kendo Data Viz with Data Like below Service Center Trouble Found Total Trouble Found Al Badia dark screen 6 Al Badia no/small sound 6 Al Badia …
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
1 answer

KendoUI DataViz duplicate category values

I have a Column chart that I have duplicate category values for (because the item it represents was "reborn") and I want to display both individually-but it appears that Kendo takes only one unique category and so ignores the second value. For…
t1nr2y
  • 656
  • 6
  • 20
0
votes
1 answer

Modifying Column Chart of Kendo UI?

Custom chart like this I want to create Chart as Shown in the above link Image using kendo Ui column chart. My Questions are: Is there any way to display custom text like (category + value)=(balance + $ 1,111) on category axies ... ? I want's to…
0
votes
1 answer

How to bind Json remote data to Kendo pie charts

I'm new in kendoui application , i have create a pie chart application ( for this i fallow kendoui Demo samples. ) when i run the kendo sample (Remote json data) it's working fine but when i run application with my url it gives error like…
Victor Athoti.
  • 829
  • 9
  • 22
  • 49
0
votes
1 answer

Kendo DataViz - Columns values always Black

I want to display a kendo Chart with colums and to do so, I use this razor code : @(Html.Kendo().Chart(results) .Name("line-chart") .Title("The chart based on lines") .SeriesDefaults(sd=>sd.Line().Markers(false)) …
0
votes
0 answers

Kendo Dataviz charts - Adding a shape as a point on a bar chart

I've got a chart with 2 series - one is a line series, and another is a bar series. I need to add a marker to a point on the chart as a 3rd series but can't find a way of doing it. Current code: $("#lowerDayschart").kendoChart({ …
Ben
  • 3,926
  • 12
  • 54
  • 87
0
votes
1 answer

How can I make only the last marker in a KendoUI dataviz line chart visible?

I tried this: seriesDefaults: { type: "line", markers: { visible: false } }, series: [{ name:MyLine, data:[10,20,30,40,{value: 50, marker: {visible: true, background: "#ababab"}}] },{ name:MyOtherLine, …
0
votes
1 answer

Kendo Charts: data via AJAX or during page load?

I am using Kendo DataViz (using Complete for MVC) and am wondering what is the best approach for showing several charts (in my case 18 charts) on a single page (a dashboard page). I'm using EF 5, MVC 4, and .NET 4. Should I fetch the data during…
Ed Sinek
  • 4,829
  • 10
  • 53
  • 81
0
votes
2 answers

How to get the month names in kendo chart by using function

How to create a function to get the month as Jan,feb.. displayed in kendo chart x axis. var internetUsers = [ { "Month": "1", "year": "2010", "value": 1 …
kvs
  • 466
  • 1
  • 10
  • 24
0
votes
0 answers

How to configure kendo column chaart

How to create a COLUMN Chart using KENDO DATAVIZ X - Axis = Week Number (1 through 52) Y- Axis = money ($) LEGEND = YEAR (2012/2013) how to display the x-axis with week numbers
kvs
  • 466
  • 1
  • 10
  • 24
0
votes
2 answers

how to save kendo ui chart to image using PHP or java script

i would to convert chart to image, iwish that can saving to png or jpeg how to save kendo ui chart to image using PHP or java script
0
votes
1 answer

Kendo dataviz pan and zoom

I have a chart which binds to large data, so is there anyway to show only the first few items and the remaining items should be viewed only by zooming my json looks like this [ { item:name1, count:200 }, { item:name2, …
Apo
  • 41
  • 6
0
votes
1 answer

KendoUI Hide a div inside a tool tip if

tag is empty

Using the KendoUI dataViz library, the tooltips that display within my line charts contain a div with a child p tag. The contents of this p tag are dynamic, when the p tag is empty and when the data point is hovered on I run a function that checks…
Stavros_S
  • 2,145
  • 7
  • 31
  • 75
1 2 3
15
16