Skip to content

Commit

Permalink
set isDonut value
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mery committed Oct 3, 2024
1 parent be5cb61 commit d02729c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class CardView extends BaseComponentsCardView<
body: {
componentName: 'dataVisualization',
dataVisualizationKind: 'pie',
isDonut: true,
isDonut: false,
series: [{
data: this.state.filesNumberByCtP
}]
Expand Down

0 comments on commit d02729c

Please sign in to comment.