Skip to content

Commit

Permalink
[ML] Update legend for multi class total feature importance to look n…
Browse files Browse the repository at this point in the history
…icer

[ML] Update legend for multi class total feature importance to look nicer
  • Loading branch information
qn895 committed Sep 30, 2020
1 parent 4c0abf5 commit 17cfd1d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ const axes: RecursivePartial<AxisStyle> = {
};
const theme: PartialTheme = {
axes,
legend: {
/**
* Added buffer between label and value.
* Smaller values render a more compact legend
*/
spacingBuffer: 100,
},
};

export interface FeatureImportanceSummaryPanelProps {
Expand Down

0 comments on commit 17cfd1d

Please sign in to comment.