Skip to content

Commit

Permalink
Fix example diagram code
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Jun 21, 2024
1 parent 8e1c934 commit bdf2705
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Example.Diagrams/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ internal static List<Marker> GetXyFillMarkers((double min, double max) rangeX, (
data.Add(marker);
}
}

return data;
}
}


return data;
}

Expand Down

0 comments on commit bdf2705

Please sign in to comment.