Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kendo UI Stock Chart Navigator Broken

A while back I made a kendo stock chart, and it worked perfectly. Then my co-worker went through and was polishing off all of the styles on the front end and I think that might be why my stock chart's navigator is showing up like this: My styling on the div that we call .kendoStockChart on is:

color: #2E2E2E;
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
height: 513.328125px;
line-height: normal;
position: relative;
width: 805.640625px;

I really hope I'm missing something obvious, any tips or attempts at answers are appreciated!

Edit: Sorry to all that have been trying to help me with this, been out of the office for a couple weeks since I opened this, will let you know if it gets fixed when I go back soon.

like image 838
notbad.jpeg Avatar asked Feb 09 '13 06:02

notbad.jpeg


1 Answers

This looks like it could be a problem with missing css files. Have you made sure that you've included all of Kendo's files correctly?

like image 127
underbar Avatar answered Sep 24 '22 21:09

underbar