Swap labeled/unlabeled labels

This commit is contained in:
Brenda Sukh
2020-12-11 12:23:21 -05:00
parent 4caf378241
commit 2163d34a79
@@ -49,8 +49,8 @@ export const UnlabeledDataflowAlertCard = ({
<InfoCard title="Label Dataflow" subheader={subheader}>
<Box className={classes.wrapper}>
<BarChartLegend
costStart={alert.labeledCost}
costEnd={alert.unlabeledCost}
costStart={alert.unlabeledCost}
costEnd={alert.labeledCost}
options={options}
/>
<BarChart resources={resources} options={options} />