Explorar el Código

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

andi hace 3 años
padre
commit
9d0054d933
Se han modificado 1 ficheros con 1 adiciones y 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'*/,