| Summary: | [Enhancement] Allow user to define the label for grouping. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Maggie Shen <lshen> |
| Component: | BIRT | Assignee: | Xingsheng Zhu <xzhu> |
| Status: | CLOSED FIXED | QA Contact: | Maggie Shen <lshen> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bluesoldier, Lionel.wyl |
| Version: | 2.3.0 | Keywords: | plan |
| Target Milestone: | 2.5.0 M4 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | Autoed-All,G | ||
|
Description
Maggie Shen
Need to add format specifier to y optional grouping label Fixed. Add an attribute ‘PatternForYOptional’ in SeriesGrouping. And use that attribute to format y-optional grouping label of DateTime or Number type. Also modified the UI. Re-fix this bug. Added an attribute ‘formatSpecifier’ in legend model. And the formatting of value series legend with Y grouping will use this attribute. The category legend will use it either instead of using the base series’ format specifier. A format control is added on the Legend Entries pop-up.(Format Chart->Legend->Entries). The formatting can well resolve the problem when the grouping key is of Date type. But there's also use case if the grouping key is Integer type and the user want to display the label as: 100 - 199 200 - 299 ... Closing this bug and will file another bug if user raises the requirement. |