소스 검색

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'*/,