I'm finding issue when I initialize a CSV-based dataset whose source file is on one subdomain when the HTML file lives on a different subdomain.
For example, I want to create a Dataset-based visualization that lives at www.example.com/some_url/, powered by a CSV at files.example.com/sample.csv.
The issue only presents itself in IE. Is there any way to remedy this in code, or do I need to juke the server configuration to make the subdomains match?
Thanks for your help, and for the great code. Has been a delight to work with so far other than this little snag.
Hello,
I'm finding issue when I initialize a CSV-based dataset whose source file is on one subdomain when the HTML file lives on a different subdomain.
For example, I want to create a Dataset-based visualization that lives at www.example.com/some_url/, powered by a CSV at files.example.com/sample.csv.
The issue only presents itself in IE. Is there any way to remedy this in code, or do I need to juke the server configuration to make the subdomains match?
Thanks for your help, and for the great code. Has been a delight to work with so far other than this little snag.
~Allan