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