budget-go/frontend/js/lib/chartStyle.js
2025-02-03 10:03:25 +01:00

8 lines
117 B
JavaScript

const chartStyle = (height) => {
return {
width: '100%',
height: `${height}px`,
}
}
export {chartStyle}