History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FLEXDMV-1765
Type: Task Task
Status: Closed Closed
Resolution: Not a Bug
Priority: None None
Assignee: Sangavi Gururaghavendran
Reporter: Maheswara Rao
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flex Data Visualization Components

Points Connecting in Line Series

Created: 05/22/08 11:30 PM   Updated: 06/04/08 02:16 AM
Component/s: Charts
Security Level: Public (All JIRA Users )

File Attachments: None
Image Attachments:

1. LineChart1.JPG
(4 kb)

2. LineChart2.JPG
(5 kb)

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: Low
Found in Version: M3_Moxie - 185269
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Hi All,
 I am getting a problem while i am connecting points in line chart..suppose if i want to connect the points values 3,5 after connecting these points i want to move my cursor to 4 ...i am attaching some images for your reference
Steps to reproduce:

1.
2.
3.
 
 Actual Results:
 
 
 Expected Results:
 
 
 Workaround (if any):
 
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Sangavi Gururaghavendran
Resolved by: Sangavi Gururaghavendran
Participants: Deeptika Gottipati, Maheswara Rao and Sangavi Gururaghavendran
JDK: Sun 1.4.x


 All   Comments      Sort Order:
Sangavi Gururaghavendran - [05/26/08 01:58 AM ]
Could you post a sample application so that we could investigate the issue.

Maheswara Rao - [05/28/08 01:42 AM ]
Hi
 Thanking you for your reply.suppose if my ArrayCollection is like below

   public var Expenses:ArrayCollection = new ArrayCollection
     ([ {Amount:1, Expenses:1},
        {Amount:3, Expenses:2},
        {Amount:2, Expenses:3}]);

By using this ArrayCollection i am getting attached second image as result.Actually i need the result as first image .I think its internally ordering the ArrayCollection.Presently i am developing Engineering graphs and i do not want any sorting internally in ArrayCollection.I need the graph as ArrayCollection present.

Thanks and Regards
Maheswara

Deeptika Gottipati - [05/29/08 03:20 AM ]
Setting 'sortOnXField' to false on LineSeries gives the required result.

Maheswara Rao - [05/29/08 04:47 AM ]
Hi Deeptika,
 Thanking you very much.May i know how can i get Datatip while i am using 'filtereData='false'' you had given solution on 1661 but i am not able to understand how can i implement the 'ExtendedLineSeries'

Thanks and Regards
Maheswara

Deeptika Gottipati - [05/29/08 05:44 AM ]
After creating an action script class ExtendedLineSeries as described in FLEXDMV-1661, one can use that instead of LineSeries in their application.

Maheswara Rao - [05/29/08 06:24 AM ]
Hi Deeptika,

 Thanking you very much its working for me ....really i feel happy, i need one more help from you regarding Polar Chart.Is it possible to develop polar chart? i need circular grid,angularAxis and radialAxis for my scientific application.

Thanks and Regards
Maheswara

Sangavi Gururaghavendran - [06/03/08 02:00 AM ]
PolarChart has both angularAxis and radialAxis but Flex pie chart uses only angular axis.

If you are looking for a radar chart you can check :http://www.adobe.com/products/flex/ilogelixir/