Jelajahi Sumber

Remove ranks from company totals type

= 11 bulan lalu
induk
melakukan
31525520d5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -34,7 +34,7 @@ function updateSelectors(graphTypeSelector, selectorSubtypes)
 		chartTypeElem.style.marginLeft = "-30px";
 		selectorSubtypes.appendChild(chartTypeElem);
 		
-		selectorSubtypes.appendChild(addInput('select', 'metric', 'Metric: ', [['Volume', 'Profit', 'Rank'], ['volume', 'profit', 'rank']]));
+		selectorSubtypes.appendChild(addInput('select', 'metric', 'Metric: ', [['Volume', 'Profit'], ['volume', 'profit']]));
 		
 		selectorSubtypes.appendChild(addInput('select', 'month', 'Month: ', [["March 3025", "April 3025", "May 3025"], ["mar25", "apr25", "may25"]], "may25"));