Changes between Version 1 and Version 4 of Ticket #2136


Ignore:
Timestamp:
Oct 20, 2007, 5:40:01 AM (17 years ago)
Author:
tbonfort
Comment:

support for setting the diameter of pie charts from an attribute have been committed in r6962 . the same functionality for bar charts has not been implemented as

  • there are two variables to change (width /and/ height) => we'd need additional processing keywords
  • the concept of dynamic size for a bar chart doesn't really make sense

this commit also supports setting

PROCESSING "CHART_SIZE_RANGE = itemname"

without the minsize,maxsize,minval,maxval values for when the diameter can be read directly from an attribute without need for rescaling

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2136

    • Property Cc dmorissette added
    • Property Owner changed from dmorissette to tbonfort
    • Property Version5.0
    • Property Milestone FUTURE5.2 release
  • Ticket #2136 – Description

    v1 v4  
    88
    99{{{
    10  PROCESSING "CHART_SIZE_RANGE" "itemname minsize maxsize minval maxval"
     10 PROCESSING "CHART_SIZE_RANGE = itemname minsize maxsize minval maxval"
    1111}}}
    1212