hi isomorphic,
what does this exception mean exactly?
I get this message during generate a chart like this (http://www.smartclient.com/smartgwtee/showcase/#dualAxisChartMA) in the portlet.
Unfortunately, there are no further log messages and the portlet remains empty.
It would be great if you could give me a tip.
Simple Charts like (http://www.smartclient.com/smartgwtee/showcase/ # simple chart) are displayed correctly.
i used: Isomorphic SmartClient/SmartGWT Framework (v9.0p_2014-02-26/PowerEdition Deployment 2014-02-26)
best regards,
mirko
p.s.: I provide the data exactly as shown in this example. <-- http://www.smartclient.com/smartgwtee/showcase/#dynamicDataCharting
what does this exception mean exactly?
Code:
Uncaught JavaScript exception [TypeError: _14[j].record is null] in http://127.0.0.1:8888/.../sc/modules/ISC_Charts.js, line 563Unfortunately, there are no further log messages and the portlet remains empty.
It would be great if you could give me a tip.
Simple Charts like (http://www.smartclient.com/smartgwtee/showcase/ # simple chart) are displayed correctly.
i used: Isomorphic SmartClient/SmartGWT Framework (v9.0p_2014-02-26/PowerEdition Deployment 2014-02-26)
best regards,
mirko
p.s.: I provide the data exactly as shown in this example. <-- http://www.smartclient.com/smartgwtee/showcase/#dynamicDataCharting
Code:
// response.getData() = 76 Entrys
chart.setData(response.getData());