[Laszlo-checkins] r5843 - sandbox/jcrowley/lzcharts

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Fri Jul 27 14:52:46 PDT 2007


Author: jcrowley
Date: 2007-07-27 14:52:42 -0700 (Fri, 27 Jul 2007)
New Revision: 5843

Modified:
   sandbox/jcrowley/lzcharts/linechart.lzx
Log:
Checking in linechart again, but better!



Modified: sandbox/jcrowley/lzcharts/linechart.lzx
===================================================================
--- sandbox/jcrowley/lzcharts/linechart.lzx	2007-07-27 21:48:35 UTC (rev 5842)
+++ sandbox/jcrowley/lzcharts/linechart.lzx	2007-07-27 21:52:42 UTC (rev 5843)
@@ -461,11 +461,11 @@
         <method name="drawPoint" args="pshape, xposit, yposit, pddata,
             pborder, pvis, pbthick, popac">
             <![CDATA[
+            this.dataclip.datapane.ptdraw.strokeStyle = pborder;
             if(pborder == null){
-                pborder = "#000000";
+                this.dataclip.datapane.ptdraw.strokeStyle = '#000000';
                 pbthick = 0;
             }
-            this.dataclip.datapane.ptdraw.strokeStyle = pborder;
             this.dataclip.datapane.ptdraw.fillStyle = pvis;
             this.dataclip.datapane.ptdraw.lineWidth = pbthick;
             this.dataclip.datapane.ptdraw.globalAlpha = popac;



More information about the Laszlo-checkins mailing list