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