I wasn’t sure I was to go this far. After catching breath the following have been added to Generic, auto scaling, scaled SQL graphs, and these will conclude my current hacks:
- Displaying X-axis min/max values.
- Support for Y-axis values precision.
- Support for pre-defined scale range.
The addition of the above makes for presentable, usable graphs. See also sample graphs at the end of this post.
Step 8: adding X-axis values
I add minimum/maximum X-scale values to the graph. What was just ordering_column before, now turns to be the x in the y = f(x) function. Continue reading » “Auto scaling, scaled SQL graphs concluded”