TargetProcess/tauCharts

In Chrome, Stacked-Area renders incorrectly after 10 or so data objects.

Closed this issue · 2 comments

TauCharts seems unable to render more than a couple of points on the X-axis. After that it begins to look like a Picasso painting.
See the image.
And demo here: https://jsfiddle.net/m2cuovrm.

On Firefox, it works perfectly.

You have to cast strings to dates https://jsfiddle.net/m2cuovrm/1/

Also you can manually specify the dimensions types https://jsfiddle.net/m2cuovrm/2/

That did it. Thanks, @alexanderby!