Skip to content

Commit

Permalink
fix two bugs (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyu-microsoft authored and gaugup committed May 26, 2022
1 parent cea0714 commit 74e3b2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions libs/core-ui/src/lib/util/getFeatureImportanceBoxOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ export function getFeatureImportanceBoxOptions(
name: data.name,
type: "boxplot"
});
boxGroupData.push({
color: data.color,
data: boxData.outlier,
name: data.name,
type: "scatter"
});
});
return {
chart: {
Expand Down
3 changes: 1 addition & 2 deletions libs/dataset-explorer/src/lib/getDatasetBoxOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export function getDatasetBoxOption(plotlyProps: IPlotlyProperty): any {
boxGroupData.push({
data,
marker: {
fillColor: FabricStyles.fabricColorPalette[0],
lineWidth: 35
fillColor: FabricStyles.fabricColorPalette[0]
},
name: localization.ModelAssessment.ModelOverview.BoxPlot.outlierLabel,
type: "scatter"
Expand Down

0 comments on commit 74e3b2d

Please sign in to comment.