#10882 closed enhancement (fixed)
[patch][ccla]Gradient and pattern support
Reported by: | Adam Peller | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Charting | Version: | 1.4.0 |
Keywords: | Cc: | xiangxz@…, deanw | |
Blocked By: | Blocking: |
Description
Eugene - can you consider this patch from Xiang for 1.5?
- Add gradient to each item(column) in a chart(column chart), also for bar and bubble chart.
- Add pattern to each item(column) in a chart(column chart), also for bar and bubble chart.
- Support Legend's gradient and pattern issue.
- test case.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | charting_g_p.patch added |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Testing patterns discovered bugs in the pattern handling in SVG and VML renderers. I opened #10942 to track this bug.
comment:4 Changed 10 years ago by
The attached patch has a special branch for VML (disguised as checks for IE) --- we don't need this branching when patterns are working properly.
Note: See
TracTickets for help on using
tickets.
Gradient and patch support with tests, from Zhou Xiang (IBM, CCLA)