Ticket #2532186 (closed defect)

Reporter


Felipe Gasper
Opened: 04/20/12
Last modified: 08/1/12
Status: closed
Type: defect
Resolution: fixed

Owner


Tripp Bridges
Target Release: 3.6.0
Priority: P3 (normal)
Summary: YUI Charts doesn’t accept categoryDisplayName or valueDisplayName in seriesCollection on init
Description:

[code]
var chart = new Y.Chart( {
type: "pie",
dataProvider: pie_data,
categoryKey: "protocol",
seriesKeys: ["bytes"],
render: "#chart-"+key,
seriesCollection: [
{
categoryKey: "protocol",
valueKey: "bytes",
categoryDisplayName: "Protocol",
valueDisplayName: "Bandwidth Usage"
}
]
} );
[/code]

The above does not put in the values of categoryDisplayName or valueDisplayName, though it does seem to observe “styles” if I put that in.

Type: defect Observed in Version: 3.5.0
Component: Charts Severity: S3 (normal)
Assigned To: Tripp Bridges Target Release: 3.6.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: All
URL:
Test Information:

Change History

Tripp Bridges

YUI Developer

Posted: 04/23/12
  • location changed to Library Code
  • milestone changed to 3.6.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Tripp Bridges

YUI Developer

Posted: 05/8/12
  • estimated changed from 0 to 0.5
  • remaining changed from 0 to 0.5
  • sprint changed to sprint 2

Tripp Bridges

YUI Developer

Posted: 05/24/12
  • completed changed from 0 to 0.5
  • remaining changed from 0.5 to 0

Tripp Bridges

YUI Developer

Posted: 06/7/12
  • status changed from accepted to checkedin

Jenny Donnelly

YUI Developer

Posted: 08/1/12
  • resolution changed to fixed
  • status changed from checkedin to closed

Shipped in 3.6.0. Marking closed/fixed.