Remove x axis tooltip on graphs
This commit is contained in:
@@ -5,6 +5,9 @@ export default function LineChart (props) {
|
||||
const options = {
|
||||
xaxis: {
|
||||
type: "datetime",
|
||||
tooltip: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
yaxis: {
|
||||
min: 0,
|
||||
|
||||
Reference in New Issue
Block a user