Ticket #2529840 (closed defect)

Reporter


Krzysztof Kaziura
Opened: 01/17/11
Last modified: 08/18/11
Status: closed
Type: defect
Resolution: fixed

Owner


Tripp Bridges
Target Release: 3.4.0
Priority: P3 (normal)
Summary: Cartesian chart stacks below x-axis
Description:

There is an error while displaying cartesian chart - stacks can show below x-axis.
It occurs when some of values differ from others too much.
Temporary fixed in charts.js, line 14318, changed to:
graphOverflow = "hidden",

Type: defect Observed in Version: 3.3.0
Component: Charts Severity: S3 (normal)
Assigned To: Tripp Bridges Target Release: 3.4.0
Location: Library Code Priority: P3 (normal)
Tags: cartesian chart, x-axis, below Relates To:
Browsers: All
URL:
Test Information:

var myDataValues = [
["jan", "feb", "mar", "apr", "may"],
[0, 100, 200, 300, 400],
[1, 200, 4000, 500, 1000],
[1, 10, 4000, 500, 100],
[1, 400, 400, 1, 100]
];

var mychart = new Y.Chart({
dataProvider:myDataValues
,render:"#mychart"
,type:"column"
,stacked:true
});

Change History

Tripp Bridges

YUI Developer

Posted: 01/17/11
  • location changed to Library Code
  • milestone changed to 3.NEXT
  • priority changed to P3 (normal)
  • severity changed from S2 (high) to S3 (normal)
  • status changed from new to accepted

Tripp Bridges

YUI Developer

Posted: 01/19/11
  • status changed from accepted to checkedin

Tripp Bridges

YUI Developer

Posted: 01/19/11

Fixed in commit 4a44e886072efd2f75d7

pentium10

Posted: 05/24/11

when will this be released to public?

Tripp Bridges

YUI Developer

Posted: 05/25/11

We are transitioning to a sprint development process and more information will be available on the website in the near future. That said, we currently estimate our next release (3.4) will be in August.

Until then, the source code is checked in and available for use here: https://github.com/yui/yui3

Tripp Bridges

YUI Developer

Posted: 05/25/11
  • milestone changed from 3.NEXT to 3.4.0

George

YUI Developer

Posted: 08/18/11
  • resolution changed to fixed
  • status changed from checkedin to closed