<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>Ext GWT 3.0 Drawing and Charting</title>
		<link>http://www.sencha.com/blog/ext-gwt-3-drawing-and-charting</link>
		<description>It has always been a challenge to draw objects in GWT because SVG and VML are not supported out of the box. In Ext GWT 3.0, we solve this problem by providing a draw framework that runs everywhere, from IE6 to the latest Chrome that is developed as a pure GWT library.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>brendan@sencha.com</dc:creator>
		<dc:rights>Copyright 2011</dc:rights>
		<dc:date>2011-08-30T20:00:45+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/1127" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by jessedziedzic</title>
      <description>I am in accordance completely!</description>
      <content:encoded><![CDATA[<p>I am in accordance completely!</p>]]></content:encoded>
      <pubDate>Thu, 20 Oct 2011 05:46 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:28487#date:05:46</guid>
    </item>
  
		<item>
      <title>Comment by Yaniv</title>
      <description>Great work guys. This looks like a good design that will save us some time!</description>
      <content:encoded><![CDATA[<p>Great work guys. This looks like a good design that will save us some time!</p>]]></content:encoded>
      <pubDate>Tue, 11 Oct 2011 23:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:28339#date:23:31</guid>
    </item>
  
		<item>
      <title>Comment by Hannah</title>
      <description>You mean I don&#8217;t have to pay for expert avidce like this anymore?!</description>
      <content:encoded><![CDATA[<p>You mean I don&#8217;t have to pay for expert avidce like this anymore?!</p>]]></content:encoded>
      <pubDate>Wed, 28 Sep 2011 16:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:27831#date:16:43</guid>
    </item>
  
		<item>
      <title>Comment by Jerry</title>
      <description>Kudos to you! I hadn&#8217;t toughht of that!</description>
      <content:encoded><![CDATA[<p>Kudos to you! I hadn&#8217;t toughht of that!</p>]]></content:encoded>
      <pubDate>Thu, 08 Sep 2011 13:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26490#date:13:01</guid>
    </item>
  
		<item>
      <title>Comment by Arkady</title>
      <description>By markers I mean the ability to generate a pointer with a label to a particular point on a line chart.</description>
      <content:encoded><![CDATA[<p>By markers I mean the ability to generate a pointer with a label to a particular point on a line chart.</p>]]></content:encoded>
      <pubDate>Wed, 07 Sep 2011 23:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26464#date:23:05</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Arkady
Not sure what you mean by markers. Charts like Line and Radar do have sprite markers to represent its points. Also there will be Label and Tooltip support in preview release 4.</description>
      <content:encoded><![CDATA[<p>@Arkady<br />
Not sure what you mean by markers. Charts like Line and Radar do have sprite markers to represent its points. Also there will be Label and Tooltip support in preview release 4.</p>]]></content:encoded>
      <pubDate>Wed, 07 Sep 2011 00:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26431#date:00:19</guid>
    </item>
  
		<item>
      <title>Comment by Arkady</title>
      <description>Looks great!

Is the charting framework going to support markers?</description>
      <content:encoded><![CDATA[<p>Looks great!</p>

<p>Is the charting framework going to support markers?</p>]]></content:encoded>
      <pubDate>Wed, 07 Sep 2011 00:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26430#date:00:08</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Daniel
We do plan to add Canvas support, however not in the scope of the initial 3.0 release. One of the strengths of the framework is that the drawing logic is completely abstracted from the rendering engine. This will allow us to add a Canvas engine soon after.</description>
      <content:encoded><![CDATA[<p>@Daniel<br />
We do plan to add Canvas support, however not in the scope of the initial 3.0 release. One of the strengths of the framework is that the drawing logic is completely abstracted from the rendering engine. This will allow us to add a Canvas engine soon after.</p>]]></content:encoded>
      <pubDate>Wed, 31 Aug 2011 22:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26197#date:22:13</guid>
    </item>
  
		<item>
      <title>Comment by Daniel</title>
      <description>Are there any plans to add Canvas support for drawing? We make heavy use of ExtJs graphs in our application, however, it&#8217;s performance isn&#8217;t that great given that it uses SVG as its drawing engine. 

With Canvas, the performance would be greatly improved over SVG.</description>
      <content:encoded><![CDATA[<p>Are there any plans to add Canvas support for drawing? We make heavy use of ExtJs graphs in our application, however, it&#8217;s performance isn&#8217;t that great given that it uses SVG as its drawing engine. </p>

<p>With Canvas, the performance would be greatly improved over SVG.</p>]]></content:encoded>
      <pubDate>Wed, 31 Aug 2011 14:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26172#date:14:54</guid>
    </item>
  
		<item>
      <title>Comment by Brendan Coughran</title>
      <description>@Vinny
That wraps a Js library, which would defeat the purpose of having a pure GWT based framework.

@Henry Sue
1. I&#8217;ll look into adding that functionality.
2. In the third preview release Bar Renderer Example shows how to do this.

@The Jackal
Thanks for pointing that out, result of eclipse generated getters and setters. It was changed for the third preview release.

@Haixu Huang
That could be accomplished by manipulating data on the store side.

@Mathias
That is a planned feature for beta1.

@Omar
That was discussed in the first developer preview. http://www.sencha.com/blog/ext&#45;gwt&#45;3&#45;dev&#45;preview&#45;1/ Short answer: that can be accomplished server side, but not client side.</description>
      <content:encoded><![CDATA[<p>@Vinny<br />
That wraps a Js library, which would defeat the purpose of having a pure GWT based framework.</p>

<p>@Henry Sue<br />
1. I&#8217;ll look into adding that functionality.<br />
2. In the third preview release Bar Renderer Example shows how to do this.</p>

<p>@The Jackal<br />
Thanks for pointing that out, result of eclipse generated getters and setters. It was changed for the third preview release.</p>

<p>@Haixu Huang<br />
That could be accomplished by manipulating data on the store side.</p>

<p>@Mathias<br />
That is a planned feature for beta1.</p>

<p>@Omar<br />
That was discussed in the first developer preview. <a href="http://www.sencha.com/blog/ext-gwt-3-dev-preview-1/">http://www.sencha.com/blog/ext-gwt-3-dev-preview-1/</a> Short answer: that can be accomplished server side, but not client side.</p>]]></content:encoded>
      <pubDate>Wed, 31 Aug 2011 01:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26148#date:01:18</guid>
    </item>
  
		<item>
      <title>Comment by Omar</title>
      <description>Looks very good.
Is there going to be any support for exporting the charts to clipboard / saving to local machine or printing them?</description>
      <content:encoded><![CDATA[<p>Looks very good.<br />
Is there going to be any support for exporting the charts to clipboard / saving to local machine or printing them?</p>]]></content:encoded>
      <pubDate>Tue, 30 Aug 2011 21:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:26139#date:21:08</guid>
    </item>
  
		<item>
      <title>Comment by Mathias</title>
      <description>Is there any drag and drop implementation planed for sprites &#45; or can you point me at a good resource to implements it myself?</description>
      <content:encoded><![CDATA[<p>Is there any drag and drop implementation planed for sprites - or can you point me at a good resource to implements it myself?</p>]]></content:encoded>
      <pubDate>Fri, 19 Aug 2011 11:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:25498#date:11:06</guid>
    </item>
  
		<item>
      <title>Comment by Haixu Huang</title>
      <description>Hi, please think about using logarithmic scale on y&#45;axis and maybe more y&#45;axis beyond the chart, some on left&#45;side and some on right&#45;side.</description>
      <content:encoded><![CDATA[<p>Hi, please think about using logarithmic scale on y-axis and maybe more y-axis beyond the chart, some on left-side and some on right-side.</p>]]></content:encoded>
      <pubDate>Tue, 02 Aug 2011 01:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:24751#date:01:49</guid>
    </item>
  
		<item>
      <title>Comment by The_Jackal</title>
      <description>Some of these methods don&#8217;t seem to conform to Java naming standards:
bar.setyAxisPosition
bar.addyField

@Vinny Google vis requires an external connection to Google, which many of my clients won&#8217;t tolerate.</description>
      <content:encoded><![CDATA[<p>Some of these methods don&#8217;t seem to conform to Java naming standards:<br />
bar.setyAxisPosition<br />
bar.addyField</p>

<p>@Vinny Google vis requires an external connection to Google, which many of my clients won&#8217;t tolerate.</p>]]></content:encoded>
      <pubDate>Mon, 01 Aug 2011 23:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:24743#date:23:37</guid>
    </item>
  
		<item>
      <title>Comment by Henry Sue</title>
      <description>I have played with the preview release and I liked it. It is a big improvement over 2.x. But I do have complaints about the following 2 aspects of the design:

1. Tying legend to series
Sometimes you want legend even with 1 series. With this design, it is impossible to accomplish this.

2. Tying colors to series (Column Chart)
This is related to #1. If you have a single series of data, the chart will be more appealing if you have a different color for each column. But with this design, I don&#8217;t know if it can be done at all.</description>
      <content:encoded><![CDATA[<p>I have played with the preview release and I liked it. It is a big improvement over 2.x. But I do have complaints about the following 2 aspects of the design:</p>

<p>1. Tying legend to series<br />
Sometimes you want legend even with 1 series. With this design, it is impossible to accomplish this.</p>

<p>2. Tying colors to series (Column Chart)<br />
This is related to #1. If you have a single series of data, the chart will be more appealing if you have a different color for each column. But with this design, I don&#8217;t know if it can be done at all.</p>]]></content:encoded>
      <pubDate>Mon, 01 Aug 2011 22:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:24741#date:22:59</guid>
    </item>
  
		<item>
      <title>Comment by Vinny Carpenter</title>
      <description>Looks great &#45; any reason you are not leveraging GWT Visualization? (http://code.google.com/p/gwt&#45;google&#45;apis/wiki/VisualizationGettingStarted). It seems like Google is pushing the Visualization library for users of GWT and so I am just curious to see why you would implement something different.&amp;nbsp; Just curious.&amp;nbsp; Thanks and can&#8217;t wait for GXT 3.0.</description>
      <content:encoded><![CDATA[<p>Looks great - any reason you are not leveraging GWT Visualization? (<a href="http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted">http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted</a>). It seems like Google is pushing the Visualization library for users of GWT and so I am just curious to see why you would implement something different.&nbsp; Just curious.&nbsp; Thanks and can&#8217;t wait for GXT 3.0.</p>]]></content:encoded>
      <pubDate>Mon, 01 Aug 2011 20:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//ext-gwt-3-drawing-and-charting#id:24726#date:20:45</guid>
    </item>
  
		
	</channel>
</rss>