What is the difference between canvas and SVG in d3.js?

devquora
devquora

Posted On: Jun 18, 2021

 

In SVG we can re-select a circle and modify it or access its properties. Whereas in Canvas you can't bind data to shapes within the canvas as the canvas only comprises pixels.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    D3.js interview questions

    Define D3.js?

    D3.js is defined as a JavaScript-based library for manipulating documents based on data. D3 helps you bring data to lif..

    D3.js interview questions

    What does D3 stand for?

    D3 stands for Data-Driven Documents..

    D3.js interview questions

    Who developed D3.js?

    Mike Bostock wrote D3.js based on his work during his Ph.D. studies at the Stanford Visualization Group. Mike worked a..