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?
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.