#7680 closed enhancement (wontfix)
[patch] [cla] Updating axis in 2d Charts
Reported by: | ebond | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | lowest | Milestone: | 1.2.2 |
Component: | Charting | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I had the need to be able to update an axis on the fly, so I added the functionality so that my widget can call it, instead of accessing the private members directly.
Attachments (3)
Change History (9)
Changed 12 years ago by
Attachment: | Picture 5.png added |
---|
comment:2 Changed 12 years ago by
Summary: | Updating axis in 2d Charts → [patch] [cla] Updating axis in 2d Charts |
---|
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
Owners should mark these bugs w/a milestone (possibly future). Putting into 1.3 milestone temporarily (since 1.2RC has already been made)
comment:4 Changed 12 years ago by
Status: | new → assigned |
---|
It may make sense to roll it in addAxis() --- this was the initial idea.
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
It looks like the existing addAxis() does everything you need. Let's not increase the codebase needlessly.
comment:6 Changed 12 years ago by
Milestone: | 1.3 → 1.2.2 |
---|
Note: See
TracTickets for help on using
tickets.
Before