Skip to content

Commit

Permalink
fixed-radial-chart-types-load
Browse files Browse the repository at this point in the history
fixed-radial-chart-types-load
  • Loading branch information
mddifilippo89 committed Dec 14, 2023
1 parent 9bcdcec commit 34a53ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/charts/data-chart/radial-chart-types/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class DataChartTypeRadialSeries extends React.Component<any, any>
this.chart = chart;
if (this.legend) {
this.chart.legend = this.legend;
this.setSeries("Pie");
this.setSeries("Radial Pie Chart");
}
}

Expand Down

0 comments on commit 34a53ec

Please sign in to comment.