Changeset 15167

Show
Ignore:
Timestamp:
09/07/08 21:51:54 (10 months ago)
Author:
elazutkin
Message:

charting: clarifying theme attributes, specifically reflecting what
attributes are used for gridlines. Fixes #6925. !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/charting/Theme.js

    r14646 r15167  
    6161                                width:1 
    6262                        }, 
    63                         line:   { //    gridlines 
     63                        /* 
     64                        line:   { //    in the future can be used for gridlines 
    6465                                color:"#ccc", 
    6566                                width:1, 
     
    6768                                cap:"round" 
    6869                        }, 
    69                         majorTick:      { //    major ticks on axis 
     70                        */ 
     71                        majorTick:      { //    major ticks on axis, and used for major gridlines 
    7072                                color:"#666", 
    7173                                width:1,  
     
    7375                                position:"center" 
    7476                        }, 
    75                         minorTick:      { //    minor ticks on axis 
     77                        minorTick:      { //    minor ticks on axis, and used for minor gridlines 
    7678                                color:"#666",  
    7779                                width:0.8,