Skip to content

Commit

Permalink
Added message for empty "Top features" chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Oct 4, 2023
1 parent 6c347c6 commit c30d923
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ export const StatisticalValidationResultBestFeatures = (props: StatisticalValida
type: 'category',
min: Math.ceil(Math.min.apply(Math, coefficients) - EPSILON),
max: Math.ceil(Math.max.apply(Math, coefficients) + EPSILON)
},
noData: {
text: 'No significant features found for this statistical validation'
}
}

Expand Down

0 comments on commit c30d923

Please sign in to comment.