When creating bullet charts, the height is not consistent between multiple charts. The image below shows several charts, all with a height specified, however some charts appear small and ignore the height property. Is there a way to ensure the height is properly set?
<ReactFusioncharts
type="hbullet"
width="100%"
height={80}
dataFormat="JSON"
dataSource={dataSource}
/>