What is different between d3.scale.linear() and d3.scalelinear().
Answer / Kamlesh Kumar Meena
There is no difference. Both are functions for creating a linear scale in D3.js, but the syntax has changed over time. The older syntax uses 'd3.scale.linear()', while the current one is simply 'd3.scaleLinear()'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about d3.js Scales?
What is the best way to create the stacked chart in d3 js?
List type of sliders are available in d3.js?
How d3.js identify on which elements to operate?
how XML file is called in d3.js?
What is the difference between canvas and svg in d3.js?
Explain transition in d3.js?
List the command to interpolate two objects in d3.js?
what is the command to interpolate two objects in d3.js?
what is Domain in d3.js?
How to resize an svg when the window is resized in d3.js?
Explain transition is d3.js?