Latest version of D3.js

Hi,

Upgrading my d3.js version from version 2 to 3.5.6 gives me the error when loading the d3-chart, because it has an unexpected end of input when loading the original d3.js file. This was not an issue with the old version (v2). Is there a way to fix this?

bump

Hi,

could you please share a snippet that reproduces the problem ? Here is the demo with the latest d3 library:

http://webix.com/snippet/c0b778ce

Hi

If you look at http://cdn.webix.io/components/d3/d3.js it still says that it uses ‘d3.v2.min.js’ which is the old version. Or is it ‘overloaded’ when adding ‘//d3js.org/d3.v3.min.js’ as a script?

Hi,

the snippet contains webix.require.disabled = true;. It means that libraries won’t be loaded automatically. So, d3js.org/d3.v3.min.js is used in the snippet.

Thanks, this works.