Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit eb014dc

Browse files
fix: attribute typo
1 parent 50a6bc7 commit eb014dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slides/deckdeckgo-slide-chart/deckdeckgo-slide-chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class DeckdeckgoSlideChart implements DeckdeckgoSlide {
128128
smooth={this.smooth} area={this.area} ticks={this.ticks} grid={this.grid}></deckgo-line-chart>
129129
} else {
130130
return <deckgo-pie-chart width={this.chartWidth} height={this.chartHeight} src={this.src} separator={this.separator}
131-
inner-radius={this.innerRadius} ranger={this.range}></deckgo-pie-chart>
131+
inner-radius={this.innerRadius} range={this.range}></deckgo-pie-chart>
132132
}
133133
}
134134

0 commit comments

Comments
 (0)