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