mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Removed radius on graph points
This commit is contained in:
10
resources/js/components/Graphics/HistoryGraph.js
vendored
10
resources/js/components/Graphics/HistoryGraph.js
vendored
@@ -70,6 +70,11 @@ export default class HistoryGraph extends Component {
|
||||
}
|
||||
}],
|
||||
},
|
||||
elements: {
|
||||
point:{
|
||||
radius: 0
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
var pingData = {
|
||||
@@ -102,6 +107,11 @@ export default class HistoryGraph extends Component {
|
||||
}
|
||||
}],
|
||||
},
|
||||
elements: {
|
||||
point:{
|
||||
radius: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resp.data.data.forEach(e => {
|
||||
|
||||
Reference in New Issue
Block a user