Opened 10 years ago
Last modified 4 years ago
#11709 assigned enhancement
[patch][ccla][needs AMD conversion] Chart 2D: Axis Break
Reported by: | ruanqi | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.15 |
Component: | Charting | Version: | 1.5 |
Keywords: | charting axis break | Cc: | [email protected]…, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
Axis breaking allows user to manually specify a break in the chart axis, it's useful when there are some items are far too larger than most other items in a chart, it makes possible to see the difference between smaller items much more clearly.
chart.addAxis("y", { vertical: true, breakAt: {from: 150,to: 980}, breakSpacing:10 })
And there is one testcase in the patch
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | axis_break.png added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Cc: | [email protected],[email protected],[email protected] → [email protected], [email protected], [email protected] |
---|---|
Milestone: | future → 1.12 |
Owner: | changed from Eugene Lazutkin to dylan |
Summary: | [patch][ccla]Chart 2D: Axis Break → [patch][ccla][needs AMD conversion] Chart 2D: Axis Break |
Unfortunately this was never reviewed, and now it's way out of date (pre-AMD). Would consider this for 1.12 if someone wants to update it.
comment:3 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
chart after axis breaking