in the meantime, here is a mandelbrot app you can have fun with, just for 
kicks, it's all in-browser

http://graphics4j-test.appspot.com

;-)

On Tuesday, December 18, 2012 4:01:57 PM UTC-5, James wrote:
>
>
> I am feeling this library can provide good chart potential abilities. I 
> can wait for a couple of months for my project. Do you have a road map for 
> chart features?
>
> James
> On Tuesday, December 18, 2012 12:17:12 PM UTC-5, Dean S. Jones wrote:
>>
>> GWT Visualization is just for charting, and uses Google's services, 
>> Lienzo can be used for Charting, ( as well as any other 2D graphics )... 
>> and we are building a charting package that should  surpass GWT 
>> Visualization or Highcharts
>>
>> Charts in general are not all that hard, the math is pretty easy, and the 
>> primitive types for drawing them are available in Lienzo, the complexity 
>> comes in when you start adding all the configuration options.
>>
>> Still, it's on the working list of future things to come. Not just 
>> charts, but DAG visualization and layout,  diagrams ( Heat Maps, etc ), and 
>> visualizations ala InfoVis
>>
>> :-)
>>
>> On Tuesday, December 18, 2012 9:55:11 AM UTC-5, James wrote:
>>>
>>> Is it promising to use this library for reporting to replace other third 
>>> party chart libraries such as GWT Visualization?
>>>
>>> On Monday, December 17, 2012 5:34:17 PM UTC-5, Alfredo Quiroga-Villamil 
>>> wrote:
>>>>
>>>> Forgot to mention ... You can also add a touch end handler and apply 
>>>> the same concept. This way it will work on mobile devices as well.
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Dec 17, 2012, at 4:58 PM, Zach <zjz...@gmail.com> wrote:
>>>>
>>>> Rather than create a new shape, I found I'm able to simply create a 
>>>> LienzoPanel that has a Layer in it. This Layer will be the canvas: on 
>>>> mouse 
>>>> events I can draw a PolyLine and add points to it. After any mouseUp event 
>>>> I can then JSONify the Layer and send that, which will have all shapes 
>>>> within it. 
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Google Web Toolkit" group.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msg/google-web-toolkit/-/eY8mcIzdLn4J.
>>>> To post to this group, send email to google-we...@googlegroups.com.
>>>> To unsubscribe from this group, send email to 
>>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at 
>>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/6KIc9yYVT0oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to