mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-04-22 11:40:04 +08:00
made sure the trendline is below the tooltips
This commit is contained in:
parent
10210742c3
commit
709db47033
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
* Mod by: vesal: accept also xy-data so works with scatter
|
||||
*/
|
||||
var pluginTrendlineLinear = {
|
||||
afterDraw: function(chartInstance) {
|
||||
afterDatasetsDraw: function(chartInstance) {
|
||||
var yScale;
|
||||
var xScale;
|
||||
for (var axis in chartInstance.scales) {
|
||||
|
|
Loading…
Add table
Reference in a new issue