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

Problem with combining dataviz and fx.min.js

1 Answer 228 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Leo
Top achievements
Rank 1
Leo asked on 10 May 2012, 03:51 AM
Hi,

I am now working on a project that displaying charts for my client.

The page works great on computer, but when I tested it on iPad, the problem occurs as follow:

- Since I have to add the drop down list with scolller on my page, I checked this page here and it says I need to include kendo.fx.min.js.
- I also have a structure like below, where "fix_width" is set to a fix width and set to "overflow: scroll", and "chart" is for drawing a column chart. Therefore, if the chart's width is larger than "fix_width", I can still check the rest part by scrolling on iPad. But since I include kendo.fx.min.js and after I scroll the chart on iPad, the rest part of the chart doesn't display completely, unless I select one of the data column (which I know all the data are there but just some columns are not displaying). If I remove kendo.fx.min.js, the chart works fine but the drop down list can't scroll any more.

Are there any solution about this?

Thanks a lot in advance!
<div id="fix_width">
    <div id="chart"></div>
</div>

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 14 May 2012, 03:49 PM
Hello Leo,

I tried to reproduce your scenario, but to no avail. Could you please send us a simple test project which reproduces the depicted issue? This way I will be able to observe the problem and advice you further.

 

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