December 7th, 2006, 12:40 am
Thanks Bluetrin! That was very useful. ZmeiGorynych, perhaps a bit of background is in order. You are right, there are many ways to do it, and people do not have to hit the Animate button all the time. Background:We would like to monitor 10 banks on a "management dashboard", i.e. the information should be sufficient to detect changes in trends, etc but not so detailed to clutter the dashboard. The idea is that if we detect something through this system, we could always drill down to greater detail when necessary.We have decided on a bubble chart (actually, my boss decided), where the X-Value, Y-Value and size of the bubble each represents a certain Early Warning Indicator. So try to picture a bubble chart, with ten pretty bubbles of all colors and sizes plotted on a 2-D chart.Can we squeeze more information out of this chart? This bubble chart displays the banks' positions relative to each other at a point in time. With animation, we could see how these bubbles (banks) move through time, as well as how they move relative to each other. I have written some code to handle the animation, by re-calculating the position of each bubble and updating Excel, but the animation is not professional enough and the screen flickers quite a bit, which may cause my boss to have epileptic seizure.