Opened 12 years ago
Closed 12 years ago
#8115 closed enhancement (fixed)
add functions in charting to support on-the-fly label generation
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Charting | Version: | 1.2.1 |
Keywords: | Cc: | Eugene Lazutkin, uhop, alex, wildbill, phiggins | |
Blocked By: | Blocking: |
Description
as discussed with Eugene, we need some way in charting to specify a "max label width" and "function to generate labels" pair. Since custom labels, today, cause iteration to determine spacing, large amounts of custom labels can bring an app to it's knees while geometry is calculated. In these cases, a "maxLabelWidth" property should be allowed to manually specify the label sizing and a function should be made available for calculating the label strings.
Note: See
TracTickets for help on using
tickets.
fixed in [15783]