Explorar o código

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

andi %!s(int64=3) %!d(string=hai) anos
pai
achega
9d0054d933
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'*/,