Changeset 169 for trunk/examples/barchart.py
- Timestamp:
- 03/17/09 05:27:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/examples/barchart.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/barchart.py
r136 r169 49 49 'lineColor': '#444444' 50 50 }, 51 'colorScheme': 'red', 51 'colorScheme': { 52 'name': 'gradient', 53 'args': { 54 'initialColor': 'red', 55 }, 56 }, 52 57 'legend': { 53 58 'hide': True,
