I’m using the plotting features of the table display system. I’m using the postgres/psql interpreter. I noticed a few issues and I’m hoping that someone can point me in the right direction to resolve these issues:
1) I’m unable to display a value on y-axis (number field) as is (it forces me to use a value of min, max, avg, sum, count ) in a plot while using the settings drop down 2) I’d like to to use the group by feature and plot a line for each member of group for time series data, however I end up getting cluster grouped visuals (x-axis time and I get clusters on x-axis for each group). The only way I can get a graph to work is by using the scatter plot, which allows me to plot the actual value, however that is not a connected/smooth line. Currently using 0.6.1 version.