Punch graph with ext:chart

  1. #1

    Punch graph with ext:chart

    Hello,

    I have a couple of issues with ext.net graphic capabilities.
    Can we draw a punch chart like this using ext:chart and probably with ext:ScatterSeries?
    https://examples2.ext.net/#/Draw/Basic/Punch_Chart/

    ext:DrawComponent can ever draw Australia (; but I want to use capabilities like axes renderer etc. So I want to force ext:Chart if possible. With ext:chart, there is already ScatterSeries functionality but I could not discover if it has required capabilities. Basically the chart I want to draw is something like the below examples.

    Click image for larger version. 

Name:	matrix.png 
Views:	58 
Size:	16.9 KB 
ID:	5692
    Click image for larger version. 

Name:	matrix2.png 
Views:	55 
Size:	17.5 KB 
ID:	5693

    In ext:chart, If I understood well, series values should be one of the defined axes. Assume that we define a store like:

                        <Store>
                            <ext:Store ID="Store1" runat="server">                           
                                <Model>
                                    <ext:Model ID="Model1" runat="server">
                                        <Fields>
                                            <ext:ModelField Name="xCol" />
                                            <ext:ModelField Name="yCol" />
                                            <ext:ModelField Name="NumItems" />
                                        </Fields>
                                    </ext:Model>
                                </Model>
                            </ext:Store>
                        </Store>
    What I can not do is,

    1) Changing the marker configuration (radius) depending on the NumItems value.
    2) How to add also areas to the chart as a layout to indicate category regions. (as shown in the example image above).

    Please let me know if there is a way to make this happen.
    Thanks.

    Edt:

    Simple requirement:
    Data represented as [{x1,y1,z1}{x2,y2,z2}{x3,y3,z3}].
    I want to show z1, z2, z3 at coordinates (x1,y1),(x2,y2),(x3,y3).
    Markers will be sized according to x*y value.
    Last edited by bayoglu; Feb 23, 2013 at 7:20 PM.
  2. #2
    This is going to be a tough one to devote resources to. We're a little short staffed right now and implementing this feature request is not going to be possible.

    The functionality might be possible, but at this point we would be treating this as a feature request.

    There might be other community members that would be willing to take this on as a paid consulting project, so you could try posting in the /jobs forum.
    Last edited by geoffrey.mcgill; Feb 23, 2013 at 9:31 PM.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    This is going to be a tough one to devote resources to. We're a little short staffed right now and implementing this feature request is not going to be possible.

    The functionality might be possible, but at this point we would be treating this as a feature request.

    There might be other community members that would be willing to take this on as a consulting project, so you could try posting in the /jobs forum.
    Okay Geoffrey, thanks for the interest. I guess more people will be happy if you have more resources and have this functionality in the future releases (; I am somehow going with drawing component for now.
  4. #4
    Hello!

    Can we move the thread to Feature Requests forum?
  5. #5
    Quote Originally Posted by Baidaly View Post
    Hello!

    Can we move the thread to Feature Requests forum?
    For sure we can.
    Thank you Baidaly.

Similar Threads

  1. [CLOSED] Scatter Graph
    By Tonic in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 04, 2013, 5:50 AM
  2. Replies: 2
    Last Post: Aug 13, 2012, 2:12 PM
  3. Replies: 1
    Last Post: Jul 13, 2012, 8:51 PM
  4. Replies: 1
    Last Post: Jun 02, 2012, 7:12 AM
  5. [CLOSED] Graph tools
    By FpNetWorth in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 20, 2010, 6:22 PM

Posting Permissions