D3.js Brushes API Complete Reference Last Updated : 02 Jan, 2022 Comments Improve Suggest changes Like Article Like Report The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. The Brushes API is used to select one or two-dimensional regions using the mouse or touch. Brushes: D3.js brush() FunctionD3.js brushX() FunctionD3.js brushY() FunctionD3.js brush.move() FunctionD3.js brush.clear() FunctionD3.js brush.extent() FunctionD3.js brush.filter() FunctionD3.js brush.touchable() FunctionD3.js brush.keyModifiers() FunctionD3.js brush.handleSize() FunctionD3.js brush.on() FunctionD3.js brushSelection() Function Comment More infoAdvertise with us Next Article D3.js Brushes API Complete Reference K kartik Follow Improve Article Tags : JavaScript Web Technologies D3.js Similar Reads D3.js Axes API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. The axis component is used to render human-readable reference marks for scales. Axes: D3.js a 1 min read D3.js Colors API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Colors: D3.js color()FunctionD3.js color.opacity()FunctionD3.js color.rgb()FunctionD3.js colo 1 min read D3.js Chords API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Chords: D3.js chord() FunctionD3.js chord.padAngle() FunctionD3.js chord.sortGroups() Functio 1 min read D3.js Shapes Areas API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Shapes Areas: D3.js area() FunctionD3.js area.x() FunctionD3.js area.x0() FunctionD3.js area. 1 min read D3.js Shapes Arcs API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Shapes Arcs: D3.js arc() FunctionD3.js arc.centroid() FunctionD3.js arc.innerRadius() Functio 1 min read Like