Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Hide link label for sunburst to avoid label cut off.
Browse files Browse the repository at this point in the history
  • Loading branch information
yizheliu-amazon authored May 1, 2020
1 parent a900e2e commit 77e8248
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 77e8248

Please sign in to comment.