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

Do not show link label for sunburst to avoid label cut off #83

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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