@ -214,7 +214,7 @@ const Information = (props) => {
domId={'column-chart-3'}
height={clientHeight * 0.32}
xAxis={chartData4.map(cd => cd.name)}
yAxis={chartData4.map(cd => cd.cost)} />
yAxis={chartData4.map(cd => (cd.cost).toFixed(2))} />
</div>
</Card>