Skip to content

Commit

Permalink
Dones't show link label for sunburst to avoid label cut off. Known bug:
Browse files Browse the repository at this point in the history
  • Loading branch information
yizheliu-amazon committed May 1, 2020
1 parent 574c720 commit f238259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/pages/Dashboard/Components/AnomaliesDistribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ export const AnomaliesDistributionChart = (
fillLabel: {
textInvertible: true,
},
linkLabel: {
maxCount: 0,
},
// TODO: Given only 1 detector exists, the inside Index circle will have issue in following scenarios:
// 1: if Linked Label is configured for identifying index, label of Index circle will be invisible;
// 2: if Fill Label is configured for identifying index, label of it will be overlapped with outer Detector circle
Expand Down

0 comments on commit f238259

Please sign in to comment.