Hello,
multi axis chart works fine except the values of the x axis are shown not as expected,
the chart use this request:
SELECT "Annee",SUM("Consommation") FROM "Consom_N"GROUP BY "Annee"ORDER BY "Annee"
but the chart shows the values of the sum field different than values gotten from DBMS "postgresql" when using the same request