Changeset 12807
- Timestamp:
- 03/01/08 20:47:31 (9 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/charting/tests/test_sparklines.html (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/charting/tests/test_sparklines.html
r12801 r12807 7 7 .volume { color: #666666; } 8 8 9 .label { text-align: right; } 9 .label { 10 text-align: right; 11 line-height: 1.5em; 12 } 10 13 </style> 11 14 <script type="text/javascript" src="../../../dojo/dojo.js" 12 djConfig=" parseOnLoad: true"></script>15 djConfig="isDebug: false, parseOnLoad: true"></script> 13 16 <script type="text/javascript"> 14 17 dojo.require("dojox.charting.widget.Chart2D"); … … 40 43 </table> 41 44 42 <table cellpadding="0" cellspacing=" 0" border="0">45 <table cellpadding="0" cellspacing="3" border="0"> 43 46 <tr> 44 47 <td class="label"> … … 48 51 <div dojoType="dojox.charting.widget.Chart2D" 49 52 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;"> 51 55 <div class="plot" name="default" type="Lines"></div> 52 56 <div class="series" name="Series A" store="tableStore" valueFn="Number(x)"></div> … … 67 71 <div dojoType="dojox.charting.widget.Chart2D" 68 72 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;"> 70 75 <div class="plot" name="default" type="Lines"></div> 71 76 <div class="series" … … 105 110 <div dojoType="dojox.charting.widget.Chart2D" 106 111 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;"> 108 114 <div class="plot" name="default" type="Lines"></div> 109 115 <div class="series" … … 137 143 </td> 138 144 <td> 139 140 145 <div dojoType="dojox.data.CsvStore" jsId="msftStore" 141 146 url="data/msft_prices.csv"></div> 142 147 <div dojoType="dojox.charting.widget.Chart2D" 143 148 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;"> 145 151 <div class="plot" name="default" type="Lines"></div> 146 152 <div class="series"