Hello,
sometimes we need to make screen with lot of graphs on it to make quick overview of bunch of servers' health. But if we make graph smaller than some size (200x100) it becomes very ugly (legend and labels take more that 50% of space). To solve this problem, I make graphs code a little smarter. Now it drop some graph's elements according to it's width and height.
There are three scale level supported: normal (usual graphs with all elements), medium (without axis X labels and reduced graph's title) and small (only graph and title). Samples are attached.
Patch is against 1.4.4.
sometimes we need to make screen with lot of graphs on it to make quick overview of bunch of servers' health. But if we make graph smaller than some size (200x100) it becomes very ugly (legend and labels take more that 50% of space). To solve this problem, I make graphs code a little smarter. Now it drop some graph's elements according to it's width and height.
There are three scale level supported: normal (usual graphs with all elements), medium (without axis X labels and reduced graph's title) and small (only graph and title). Samples are attached.
Patch is against 1.4.4.

Comment