【可視化類庫ILOG】ILOG Elixir: The World FactBook

現在的可視化組件是越來越多,前幾天用到了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.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章