Skip to content

Commit

Permalink
[ML] Tweak line styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Mar 17, 2021
1 parent 3e31b6c commit d33a571
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ export const getRocCurveChartVegaLiteSpec = (
},
height: SIZE,
width: SIZE,
mark: 'line',
mark: {
type: 'line',
strokeCap: 'round',
strokeJoin: 'round',
},
};
};

0 comments on commit d33a571

Please sign in to comment.