Hello,
We have upgraded from d3.V2.js to d3.v3.js. But some of the functions of V2 are not available in V3. So getting scripting error.
Following are couple of them: -
1. d3.time.format = function (template) { }
2. d3_svg_axisSubdivide(scale, ticks, tickSubdivide)
Have they been renamed or are there any alternate methods for them? We need those functions as we have used them in other the customized function that we created.
Thank you in advance.