Changeset 62
- Timestamp:
- 31/08/06 09:56:42 (2 years ago)
- Files:
-
- plotkit/trunk/PlotKit/Layout.js (modified) (1 diff)
- plotkit/trunk/PlotKit/PlotKit_Packed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plotkit/trunk/PlotKit/Layout.js
r57 r62 678 678 if (isNil(label)) 679 679 label = tick.v.toString(); 680 label += " (" + formatter(slice.fraction) + ")";680 label = SPAN(null, label, " (" + formatter(slice.fraction) + ")"); 681 681 this.xticks.push([tick.v, label]); 682 682 } plotkit/trunk/PlotKit/PlotKit_Packed.js
r61 r62 729 729 _151=tick.v.toString(); 730 730 } 731 _151 +=" ("+_148(_150.fraction)+")";731 _151=SPAN(null,_151," ("+_148(_150.fraction)+")"); 732 732 this.xticks.push([tick.v,_151]); 733 733 }




Atom Feed for the Blog Entries