DmitryBaranovskiy / g.raphael

Charts for Raphaël
http://g.raphaeljs.com/
1.52k stars 435 forks source link

bizarre bar that skids off to left in stacked barchart when first value is 1 and other is 0 #27

Open jasepppp opened 14 years ago

jasepppp commented 14 years ago

This data seems to cause the graph to produce a bizarre line that skids off to the left of the page data1 = [[ 0, 1, 1, 2, 0, 114, 752, 402, 512, 229, 916, 96],[ 0, 0, 0, 1, 0, 135, 613, 441, 418, 45, 15, 10]]; r.g.barchart(10, 10, 580,500, data1, {stacked: true, type: "soft"});

using type: "sharp" does not produce this error

any ideas appreciated thanks

jasepppp commented 14 years ago

This only happens in IE