Home Forums Chart Support setting document.domain locks chart Reply To: setting document.domain locks chart

#15210

I don’t think the problem can be the cross sites scripting policy, in fact, calling

var d=document.domain;
document.domain=d;

doesn’t change the domain.
Probably the problem is the call itself.