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