Explorar el Código

fix incorrect chart title

Pi hace 6 meses
padre
commit
d32ee71ea9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sqlpage/sqlpage/pages/Trend.sql

+ 1 - 1
sqlpage/sqlpage/pages/Trend.sql

@@ -1,5 +1,5 @@
 SELECT 'card' AS component
-, 'Volume by Expendature and Quantity' AS title
+, 'Cost by Quantity' AS title
 , 2 AS columns
 ;