Show
Ignore:
Timestamp:
03/01/08 20:47:31 (10 months ago)
Author:
alex
Message:

remove the margins around the sparklines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/charting/tests/test_sparklines.html

    r12801 r12807  
    77                        .volume { color: #666666; } 
    88 
    9                         .label { text-align: right; } 
     9                        .label {  
     10                                text-align: right; 
     11                                line-height: 1.5em; 
     12                        } 
    1013                </style> 
    1114                <script type="text/javascript" src="../../../dojo/dojo.js"  
    12                         djConfig="parseOnLoad: true"></script> 
     15                        djConfig="isDebug: false, parseOnLoad: true"></script> 
    1316                <script type="text/javascript"> 
    1417                        dojo.require("dojox.charting.widget.Chart2D"); 
     
    4043                </table> 
    4144 
    42                 <table cellpadding="0" cellspacing="0" border="0"> 
     45                <table cellpadding="0" cellspacing="3" border="0"> 
    4346                        <tr> 
    4447                                <td class="label"> 
     
    4851                                        <div dojoType="dojox.charting.widget.Chart2D"  
    4952                                                theme="dojox.charting.themes.ET.greys"  
    50                                                 style="width: 100px; height: 40px;"> 
     53                                                margins="{ l: 0, r: 0, t: 0, b: 0 }" 
     54                                                style="width: 100px; height: 15px;"> 
    5155                                                <div class="plot" name="default" type="Lines"></div> 
    5256                                                <div class="series" name="Series A" store="tableStore" valueFn="Number(x)"></div> 
     
    6771                                        <div dojoType="dojox.charting.widget.Chart2D"  
    6872                                                theme="dojox.charting.themes.ET.greys"  
    69                                                 style="width: 100px; height: 40px;"> 
     73                                                margins="{ l: 0, r: 0, t: 0, b: 0 }" 
     74                                                style="width: 100px; height: 15px;"> 
    7075                                                <div class="plot" name="default" type="Lines"></div> 
    7176                                                <div class="series"  
     
    105110                                        <div dojoType="dojox.charting.widget.Chart2D"  
    106111                                                theme="dojox.charting.themes.ET.greys"  
    107                                                 style="width: 100px; height: 40px;"> 
     112                                                margins="{ l: 0, r: 0, t: 0, b: 0 }" 
     113                                                style="width: 100px; height: 15px;"> 
    108114                                                <div class="plot" name="default" type="Lines"></div> 
    109115                                                <div class="series"  
     
    137143                                </td> 
    138144                                <td> 
    139  
    140145                                        <div dojoType="dojox.data.CsvStore" jsId="msftStore"  
    141146                                                url="data/msft_prices.csv"></div> 
    142147                                        <div dojoType="dojox.charting.widget.Chart2D"  
    143148                                                theme="dojox.charting.themes.ET.greys"  
    144                                                 style="width: 100px; height: 40px;"> 
     149                                                margins="{ l: 0, r: 0, t: 0, b: 0 }" 
     150                                                style="width: 100px; height: 15px;"> 
    145151                                                <div class="plot" name="default" type="Lines"></div> 
    146152                                                <div class="series"