Using Chrome ( 23.0.1271.97 m) on XP (SP3) the FacetChart in your online example (8.3b/WWW Deployment or SmartClient_v83p_2012-12-19) does not load:
http://smartclient.com/#simpleChart
On Win7 and Vista with Chrome it *does* load.
If you subsequently manually resize it:
then it draws.
However, if you then change the width above 263, keeping the height at 250, the chart disappears again.
FYI isc.Page.getWindowRect shows 1154 x 698pixels.
http://smartclient.com/#simpleChart
On Win7 and Vista with Chrome it *does* load.
If you subsequently manually resize it:
Code:
simpleChart.setHeight(250); simpleChart.setWidth(250);
However, if you then change the width above 263, keeping the height at 250, the chart disappears again.
FYI isc.Page.getWindowRect shows 1154 x 698pixels.
Comment