Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Flex has a pretty decent charting API, and there are other nice charting packages out there. Overall, I would say this is a decent solution, keeping in mind you need to be able to play Flash videos in your browser (since Flex runs in the Flash player).</p> <p>You'll need to create a service from Java which provides data to the client; you can do this using <a href="http://insideria.com/2010/01/rest-and-flex.html" rel="nofollow">REST</a>, <a href="http://opensource.adobe.com/wiki/display/blazeds/BlazeDS" rel="nofollow">BlazeDS</a> (which allows the server to "push" data to the client), or some other type of Web service. If you want a desktop-based client, check out <a href="http://www.adobe.com/products/air/" rel="nofollow">AIR</a>.</p> <p>Keep this in mind: the Flash player is single-threaded. If your project requires multi-threaded functionality, you won't get it from Flex. Though it's event-driven, at the end of the day, all processing goes through a single thread and can create a bit of a bottleneck for heavy lifting.</p> <p>Though some libraries are not free, Adobe opened up their data visualization library back in Flex 3.5: it's free to use.</p> <hr> <p>Here are some helpful links:</p> <ul> <li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_01.html" rel="nofollow">Adobe's Chart Types LiveDocs</a></li> <li><a href="http://www.degrafa.org/samples/" rel="nofollow">Degrafa</a></li> <li><a href="http://axiis.org/examples.html" rel="nofollow">Axiis</a></li> <li><a href="http://www.amcharts.com/" rel="nofollow">AM Charts</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload