What is different between d3.scale.linear() and d3.scalelinear().
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category