On the Ext2.x curve is the graph of the problem, I do not know is wrong, or the official Bug

  1. #1

    On the Ext2.x curve is the graph of the problem, I do not know is wrong, or the official Bug

    I got a DataTable time is taken to July 7, 2012, but in the diagram above shows only to July 6th, the data is right, is the less the last line
    Click image for larger version. 

Name:	QQ截图20120712171353.png 
Views:	67 
Size:	3.2 KB 
ID:	4466Click image for larger version. 

Name:	QQ截图20120712171500.png 
Views:	86 
Size:	10.8 KB 
ID:	4467



    <ext:Chart ID="Chart2" runat="server" InsetPadding="16" Width="320" Height="300" StandardTheme="Category1">
                         <Store>
                            <ext:Store ID="yxtLineStore" 
                                runat="server" >                           
                                <Model>
                                    <ext:Model ID="Model2" runat="server">
                                        <Fields>
                                            <ext:ModelField Name="name" />
                                            <ext:ModelField Name="BussDate" />
                                            <ext:ModelField Name="IntValue" />
                                        </Fields>
                                    </ext:Model>
                                </Model>
                            </ext:Store>
                        </Store>
                        <Axes>
                            <ext:NumericAxis  Fields="IntValue"  Grid="true" >
                            </ext:NumericAxis>
    
                            <ext:CategoryAxis Position="Bottom" Fields="BussDate"  Grid="true" Hidden="true">
                            </ext:CategoryAxis>
                        </Axes>
                        <Series>
                            <ext:LineSeries Axis="Bottom"  YField="IntValue" XField="BussDate">
                            <MarkerConfig Type="Rect" Size="4" Radius="4" StrokeWidth="0" />
                             <Tips ID="Tips2" runat="server" TrackMouse="true" Width="200">                            
                                    <Renderer Handler="BussDate=storeItem.get('BussDate');this.setTitle(storeItem.get('BussDate')+'当前数'+storeItem.get('IntValue'));"></Renderer>
                                </Tips>
    
                                <Style Fill="#38B8BF" Stroke="#38B8BF" StrokeWidth="3" />
    
                                <MarkerConfig 
                                    Type="Circle"
                                    Size="2" 
                                    Radius="2" 
                                    StrokeWidth="0" 
                                    Fill="#38B8BF" 
                                    Stroke="#38B8BF" 
                                    />
                                    <Listeners>
                                    <ItemClick Handler="addTab(#{TabPanel1}, 'idClt2', 'YxtLineReport.aspx?BussDate='+BussDate, this,'银信通网银');"></ItemClick>
                                </Listeners>
                            </ext:LineSeries>
                        </Series>
                    </ext:Chart>
    Last edited by huidesy; Jul 12, 2012 at 9:18 AM.
  2. #2
    Hi,

    Well, I see
    2012-07-06   166074
    in the table which appears to match the chart point you have demonstrated with a screenshot.

Similar Threads

  1. Ext.net Combox Selected item.value in Ext2.0
    By OSSAGHO in forum 2.x Help
    Replies: 5
    Last Post: Aug 08, 2012, 11:04 AM
  2. Replies: 2
    Last Post: Mar 26, 2012, 8:51 PM
  3. [CLOSED] Translation/localization, Official or Best Practices
    By opendat2000 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 09, 2011, 2:36 PM
  4. [CLOSED] Graph tools
    By FpNetWorth in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 20, 2010, 6:22 PM
  5. Replies: 3
    Last Post: Mar 17, 2009, 9:42 AM

Tags for this Thread

Posting Permissions