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
3
votes
2 answers

Kendoui dataviz adding data points on line charts

Is it possible to add a new and remove data points on a kendoUI line chart without refreshing the chart? Data will be coming in every 5 seconds and can go upto a maximum of 720 data points on the chart (chart will be showing data for the past one…
vcaz konzam
  • 143
  • 2
  • 8
3
votes
2 answers

KendoUI: why Dates in categoryAxis are shuffled?

I'm using KendoUI DataViz Chart to show the statistical data and having dates coming from JSON datasource and are being set as categoryAxis, but they get shuffled automatically, i.e; somehow the middle date is showing as the first field and vice…
Edge
  • 901
  • 1
  • 12
  • 19
2
votes
1 answer

How to load a chart from Kendo UI on the click of a button

I am using a Kendo UI dataviz bar chart. Currently the graph loads when the page loads. How do i change it to load on a button click instead? The code is shown on the site, http://demos.kendoui.com/dataviz/bar-charts/local-data.html
kishan patel
  • 985
  • 2
  • 10
  • 14
2
votes
1 answer

Kendo diagram with Vue

I am following the instructions at https://www.telerik.com/kendo-vue-ui/components/diagram/ but I am running a standalone Vue application with .vue files. To start, it fails at kendo.dataviz, saing kendo is not defined (at visualTemplate…
igasparetto
  • 1,086
  • 1
  • 12
  • 28
2
votes
1 answer

Second popup representing Highchart not working on leaflet geojson polygon

I have leaflet polygon maps, where I am planning to give a pop up with Highchart representing the polygon information. The problem I am facing is when I click the polygon I get a popup with Highchart, however, If I click another polygon without…
Swaroop
  • 109
  • 3
  • 9
2
votes
1 answer

Why does my Kendo Chart not show any data but the series are being rendered in the legen

I am working with a Kendo Chart using the MVC wrappers which I need to add series to at runtime based on data in my Model I have verified that my model does contain valid data when the chart is about to be rendered The view's model is a chart widget…
Paul
  • 2,773
  • 7
  • 41
  • 96
2
votes
0 answers

Show prgress bar when export PDF or Excel in Kendo PivotGrid

I using this code to show progress bar in Kendo PivotGrid when export file: var item = this.prepareExport(".pdf"); item.chart.setOptions({ pdf: { allPages: true, fileName: item.fileName, proxyURL:…
2
votes
2 answers

Axis Y and X labels in Kendo UI chart

How could I set a horizontal title for X axis and a vertical title for axis Y in Kendo chart ? For example , for this chart I want to set titles (Month and VISITORS) as in this image -
URL87
  • 10,667
  • 35
  • 107
  • 174
2
votes
1 answer

kendo bar chart colors of categories

Please see here: http://jsbin.com/teveza/edit?html,output Basically I'm trying to have two horisontal bars for comparison. I want them to have a categoryAxis title and have different colors. And I cannot get both. So far the closest I can get is…
Steen
  • 2,749
  • 2
  • 20
  • 36
2
votes
1 answer

kendoChart - Refresh only bars not whole graph

I implemented kendo chart of Telerik and below is my code after applying updated values. I would like to smoothly update only bar - like below LINK: http://www.jqueryscript.net/demo/Dynamic-Animated-jQuery-Bar-Charts-Plugin-LiveGraph/demo/ My…
k-s
  • 2,192
  • 11
  • 39
  • 73
2
votes
1 answer

Grouped and Stacked Column Chart

I have a service returning JSON like: { "data": [ { "portfolio": "Portfolio 01", "REGN_NME": "Africa/Middle E", "Regn_Group": "Emerging", "sector": "Sector 08", "exposure": 0.109977544284 }, { …
DomPazz
  • 12,415
  • 17
  • 23
2
votes
1 answer

Remove $ sign from stock charts

Has anyone been able to remove the $ sign from a Kendo Stockchart? I am trying to use this chart as it has the navigation box but I am not using it for financial information, but rather quantity over time. I've tried changing the template for the…
Lightning77
  • 313
  • 5
  • 14
2
votes
2 answers

Change Kendo Chart tooltip text color using CSS/JavaScript

All of my chart's tooltip's text colors are black, which doesn't work well with my chart colors. I've been trying to change the color to white using CSS, but somehow it doesn't change. I'm looking for a solution which applies a color to all charts…
Nic
  • 12,220
  • 20
  • 77
  • 105
2
votes
1 answer

Kendo pie chart best fit labels

Is it possible to position the Kendo Pie Chart labels depending on whether there is enough room for them to fit inside the Pie Chart, just like the best fit option in Excel? So if they can fit they go inside and if they can't an arrow will point to…
Gabriel Sadaka
  • 1,748
  • 1
  • 15
  • 19
2
votes
1 answer

Force date Axis in Kendo Dataviz to have all values

I'm making a chart using Kendo and have run into a problem. I'm getting a load of data and passing it into the chart, the data has a date and a value, and my js looks like this: chart.kendoChart({ title: { text:…
Valuk
  • 1,606
  • 3
  • 17
  • 23
1 2
3
15 16