#1122 Issue with compiling to javascript

tcolar Fri 18 Jun 2010

I'm tryint to run my log data graphs in the browser

It work well in FWT as shown here: http://yfrog.com/1njz4p

Now I'm trying to run it in the browser. I now got it mostly working, but I have an issue:

In the browser version the pie chart slices are not showing ... I'm using g.fillArc() ... is that not working in js ?

Also the whole pod(netColarLogStats) can be run through the main (start wisp at :8480) and the graphs will show in the browser with the issue I listed here.

andy Fri 18 Jun 2010

Yeah, that is not implemented, its not a 1:1 mapping to Canvas arc/path API, so haven't dug into what it looks like - might try to take a look if its a simple fix.

Login or Signup to reply.