Browse Source

fix incorrect chart title

Pi 6 months ago
parent
commit
d32ee71ea9
1 changed files with 1 additions and 1 deletions
  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
 ;