Dear friends,
I am working on representing data in graphical view.
Initialy i decide for column chart, in which each column represent a value associated with a variable.
The strange thing is that values ranges from 1 to 100000 or ever more.
Basically they are representations of types of data over network.
So, some protocol type received little packets while some receives million.
When I created graph using the original valuye, All i can see is the one or two lines who has highest values, remaining are so small that they are invisible.
Can anyone suggest any other way or representation then column chart where I can show all these highly variable values.
What is the best way to show data in graph whose min and max values are damn far apart.
Yeah codiang is in PHP.
Hemanshu