This is a migrated thread and some comments may be shown as answers.

Chart plotBands not working

3 Answers 120 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Dragan
Top achievements
Rank 1
Dragan asked on 28 Oct 2014, 08:52 PM
Hi,

I am having some inconsistencies regarding valueAxis.plotBands on Chart.

Namely, for some 'from' and 'to' values it is working and for some not. Also, problem seams to appear in latest (2014.2.1008) version only.

$("#chart").kendoChart({
  series: [
    { data: [13559,13295,13329,13419,13466,13481,13386,13401,13419]}
  ],
  valueAxis: {
    plotBands: [{
      from: 13000, to: 14000, color: "red", opacity: 0.5
    }]
  }
});

You can see it in action here http://dojo.telerik.com/OSIRe where plotBand is not drawn

1) Try changing plotBands.from to 13200 -> it works
2) Try changing Kendo version to older one -> it works

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 30 Oct 2014, 08:34 AM
Hi Dragan,

Thank you for pointed our attention to this issue - it appears there is a bug in the current version of Kendo UI Chart, however we will do our best to address it as soon as possible. Please excuse us for the inconvenience caused.

As a small sign of gratitude I updated your points.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Dragan
Top achievements
Rank 1
answered on 19 Nov 2014, 05:56 PM
Hi Iliana,

Do you maybe know if this issue has been fixed in Nov2014 release? 

Best regards

0
Iliana Dyankova
Telerik team
answered on 20 Nov 2014, 11:33 AM
Hi Dragan,

I am afraid the issue has not been addressed yet. Once again I apologize for the caused inconvenience.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Dragan
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Dragan
Top achievements
Rank 1
Share this question
or