现在的位置: 首页 > 综合 > 正文

【可视化类库ILOG】ILOG Elixir: The World FactBook

2013年09月02日 ⁄ 综合 ⁄ 共 1010字 ⁄ 字号 评论关闭

现在的可视化组件是越来越多,前几天用到了SPRING-GRAPH来做图的可视化,今天又看见了一个WORLD-MAP的非常强大的图形化组件,记录下,推荐给大家

Advanced dashboard with ILOG Elixir: The World FactBook

UPDATE: A new version is available, see this blog post.

In this post, I show an advanced demonstration of what you can do with ILOG Elixir, my goal was to:

  • use most of ILOG Elixir components in the same application,
  • use real data.

The C.I.A. World Factbook is a good data source for that, but to use such data, I needed an XML version which can be found on the Mondial Database website.

START THE DEMO (1 MBytes)
It should be smaller but mxmlc is not able to produce release builds of application with world map, see this bug report (update: this bug is now fixed but the SDK version is not yet available).

This demo shows:

  • A world map and a treemap with a color scheme based on a percentiles partition of data,
  • Two advanced custom horizontal gauges,
  • A radar chart
  • Three kind of 3D charts: Pie Chart, Column Chart and Bar Chart,
  • Mouse interaction on 3D Charts,
  • Custom faded transition when changing shown world map or treemap data.

Demo Overview
factbook500.png
World Map View
fbworld500.png
Country Statistics View
fbworld500.png
Treemap View
fbtreemap500.png

UPDATE: Source code is now available! Just right click and choose View Source.

抱歉!评论已关闭.