File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export default function AxisRenderer<Scale extends AxisScale>({
2929 labelProps,
3030 orientation = Orientation . bottom ,
3131 scale,
32- shapeRendering,
3332 stroke = '#222' ,
3433 strokeDasharray,
3534 strokeWidth = 1 ,
@@ -83,7 +82,6 @@ export default function AxisRenderer<Scale extends AxisScale>({
8382 className = { cx ( 'visx-axis-line' , axisLineClassName ) }
8483 from = { axisFromPoint }
8584 to = { axisToPoint }
86- shapeRendering = { shapeRendering }
8785 stroke = { stroke }
8886 strokeWidth = { strokeWidth }
8987 strokeDasharray = { strokeDasharray }
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ export type CommonProps<Scale extends AxisScale> = {
7171 orientation ?: ValueOf < typeof Orientation > ;
7272 /** Pixel padding to apply to axis sides. */
7373 rangePadding ?: number | { start ?: number ; end ?: number } ;
74- /** Shape rendering for the lines. */
75- shapeRendering ?: SVGProps < SVGLineElement > [ 'shapeRendering' ] ;
7674 /** The color for the stroke of the lines. */
7775 stroke ?: string ;
7876 /** The pixel value for the width of the lines. */
You can’t perform that action at this time.
0 commit comments