When using a `bar` element type in conjunction with the primary axis as dates, the bars get huge with no relevance to the graph. [See reproduction](https://codesandbox.io/s/magical-dawn-n79yfr?file=/src/components/Line.tsx) As `line`:  As `bar` (with primary axis value as `date`):  As `bar` (with primary axis value as `string`): 
When using a
barelement type in conjunction with the primary axis as dates, the bars get huge with no relevance to the graph.See reproduction
As
line:As
bar(with primary axis value asdate):As
bar(with primary axis value asstring):