Changeset 169 for trunk/examples/stackedbarchart.py
- Timestamp:
- 03/17/09 05:27:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/examples/stackedbarchart.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/stackedbarchart.py
r165 r169 37 37 'lineColor': '#444444', 38 38 }, 39 'colorScheme': 'red', 39 'colorScheme': { 40 'name': 'gradient', 41 'args': { 42 'initialColor': 'red', 43 }, 44 }, 40 45 'legend': { 41 46 'hide': True,
