Hi everyone,
I use PostgreSQL as datasource
I want to create a graph withe these different characteristics :
- multiple metrics choosing with a variable (already done)
- I want some some metrics with line and some specific with points
- I want the metrics with line to be scale with the left axis and the points one with the right axis
I don’t know if I can do this on a single graph.
Some explanation on my data :
- I have a table ‘donnees’ (data in english)
- I have some column like (I have more than that but the others have the same type) :
cyc_aro_don Integer (but only 0 or 1, not boolean because I want this on the graph) > I want it with points and scales on the right axis
cpt_temp_int_don Real (beetween 0 and 50°C with 2 decimals) > I want this one in line and scaled on the left axis
Thanks,
Doltd