0
我在Sencha小提琴(see here)中製作了一張簡單的圖表,但不能在我的應用程序中運行。我可以在Chrome開發人員工具看到的錯誤是:ExtJS 5圖表:圖表適用於小提琴但不適用
*Uncaught TypeError: Cannot read property 'get' of undefined*
在EXT-all.js:19
我包括ext-charts.js
甚至Cartesian.js
,看看這是否會有所幫助,但沒有雪茄。
<script type="text/javascript" src="Components/Sencha/ext-all.js"></script>
<script type="text/javascript" src="Components/Sencha/packages/ext-charts/build/ext-charts.js"></script>
<script type="text/javascript" src="Components/Sencha/packages/ext-charts/src/chart/series/Cartesian.js"></script>
任何人都有一個想法,爲什麼會發生這種情況?