With d3.pathFixed https://github.com/d3/d3-path/pull/12, we now have a way to limit the precision of the strings generated by D3 shapes. We should provide a way to control this behavior (e.g., line.digits? maximumFractionDigits? precision?), and it should probably default to three decimal digits.
With d3.pathFixed https://github.com/d3/d3-path/pull/12, we now have a way to limit the precision of the strings generated by D3 shapes. We should provide a way to control this behavior (e.g., line.digits? maximumFractionDigits? precision?), and it should probably default to three decimal digits.