Thanks, Igor. I will look it over. --peter
On 12/18/13 7:35 PM, "Igor Costa" <igorco...@gmail.com> wrote: >Peter > > >Awesome, there's a particular post I wrote last week about writing from >ground up charts in canvas and javascript. You can use google translate >for >that >http://www.igorcosta.com/criando-graficos-zero-com-canvas-e-javascript/ > > >Maybe help for next couple of charts. > > > > >---------------------------- >Igor Costa >www.igorcosta.com >www.igorcosta.org > > >On Wed, Dec 18, 2013 at 12:23 PM, Harbs <harbs.li...@gmail.com> wrote: > >> Nice! >> Harbs >> >> On Dec 17, 2013, at 10:49 PM, Peter Ent wrote: >> >> > Hi, >> > >> > I've added a simple BarChart component to the ActionScript FlexJS SDK; >> it is modeled on the MX Charts package. I also included an example of >>using >> it, located in the FlexJS examples directory. >> > >> > I developed the BarChart in ActionScript but it can be cross-compiled >> into JavaScript and produces the same chart. The BarChartExample has the >> sources in the project so that you can compile it for either >>ActionScript >> or JavaScript. I've included a README in that project with more >> information. >> > >> > The intent, as with the DataGrid, is to develop more complex >>components >> in ActionScript and cross-compile them into JavaScript, saving a lot of >> time. While doing this project I had to hand-craft a JavaScript >>component >> to display the bars since the ActionScript version relies on the Flash >> Player's Shape class and that is not available in HTML. I think this >>really >> illustrates the potential of FlexJS where you can have a good set of >> fundamental components that are environment specific (e.g., Button, >>Label, >> and TextInput) which must be crafted for all environments, but complex >> components can be written in ActionScript and just cross-compiled into >> JavaScript. >> > >> > My next task is add some simple axis labeling. >> > >> > Regards, >> > Peter Ent >> > Adobe Systems >> >>