PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 557 forks source link

Broken multi-series area chart in Safari, Firefox and IE #202

Closed ashiguruma closed 8 years ago

ashiguruma commented 8 years ago

I have an area chart that plots impressions for two campaigns https://jsfiddle.net/ashiguruma/xqh2qw8o/8/. The x axis shows day (of campaign) and the y axis shows the impressions.

The category axis is clustered around the CampaignID. The result works in Chrome (47.0.2526.111 for the record) however in Firefox (43.0), Safari (9.0.2) and IE(10+) See below.

Chrome

Dimple multi-series area chart in Chrome

Firefox, Safari and IE

Dimple multi-series area chart in FF, Saf and IE
ashiguruma commented 8 years ago

Area chart cannot be used in this way. A line chart will match the desired output.