Time for another charting SQL query. I wish to present a single-query generated multi-line/area chart. I’ll walk through some of the steps towards making this happen. By the end of this post I’ll present some real-data charts, area charts and colored charts.
+---------+-----------------------------------------------------------------------------------+ | y_scale | chart | +---------+-----------------------------------------------------------------------------------+ | 1 | ****---------#######----------------------------------------*******--------###### | | 0.88 | ----***---###-------##-----------------------------------***-------***---##------ | | 0.75 | -------**#------------##-------------------------------**-------------*##-------- | | 0.63 | ------##-*--------------##----------------------------*--------------##**-------- | | 0.5 | -@@@@@@@@@@@@@@@----------#-----@@@@@@@@@@@@@@@@----**---------@@@@@@@@@@@@@@@@-- | | 0.38 | ----#-------*--------------##----------------------*---------------#-------*----- | | 0.25 | --##---------*---------------#--------------------*--------------##---------*---- | | 0.13 | -#------------**--------------#-----------------**--------------#------------*--- | | 0 | @---------------*--------------##--------------*---------------#--------------**- | | -0.12 | -----------------*---------------#------------*--------------##-----------------* | | -0.25 | ------------------*---------------#---------**--------------#-------------------- | | -0.37 | -------------------**--------------#-------*---------------#--------------------- | | -0.5 | ----------------@@@@@@@@@@@@@@@@----##----*-----@@@@@@@@@@@@@@@----------------@@ | | -0.62 | ----------------------**--------------#-**--------------#------------------------ | | -0.75 | ------------------------**------------**#-------------##------------------------- | | -0.87 | --------------------------**-------***---###-------###--------------------------- | | -1 | ----------------------------*******---------#######------------------------------ | | | v:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::v | | | 0 8 | | | # sin(x) | | | * cos(x) | | | @ sign(tan(x))/2 | +---------+-----------------------------------------------------------------------------------+