File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # ` @nivo/radar `
1
+ # ` @nivo/radial-bar `
2
2
3
- [ ![ version] ( https://img.shields.io/npm/v/@nivo/radar .svg?style=flat-square )] ( https://www.npmjs.com/package/@nivo/radar )
3
+ [ ![ version] ( https://img.shields.io/npm/v/@nivo/radial-bar .svg?style=flat-square )] ( https://www.npmjs.com/package/@nivo/radial-bar )
4
4
5
- ## Radar
5
+ ## RadialBar
6
6
7
- [ documentation] ( http://nivo.rocks/radar )
7
+ [ documentation] ( http://nivo.rocks/radial-bar )
8
8
9
- ![ Radar ] ( https://raw.githubusercontent.com/plouc/nivo/master/packages/radar /doc/radar .png )
9
+ ![ RadialBar ] ( https://raw.githubusercontent.com/plouc/nivo/master/packages/radial-bar /doc/radial-bar .png )
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export const PolarGrid = ({
21
21
startAngle,
22
22
endAngle,
23
23
} : PolarGridProps ) => {
24
- // const radiuses = radiusScale.ticks()
25
24
const innerRadius = Math . min ( ...radiusScale . range ( ) )
26
25
const outerRadius = Math . max ( ...radiusScale . range ( ) )
27
26
You can’t perform that action at this time.
0 commit comments