Переглянути джерело

index chart pengunjung y axis otomatis menyesuaikan ke nilai tertinggi pengunjung menu home

andi 3 роки тому
батько
коміт
9d0054d933
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      components/Main/ChartdataHome.js

+ 1 - 1
components/Main/ChartdataHome.js

@@ -61,7 +61,7 @@ class ChartdataHome extends Component {
 			},
 			yaxis: {
 				min: 0,
-				max: 150, // optional: use it for a clear represetation
+				// max: 150, // optional: use it for a clear represetation
 				tickColor: "#eee",
 				//position: 'right' or 'left',
 				tickFormatter: (v) => v /* + ' visitors'*/,