Use driver abbr in diagram
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 16s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 16s
This commit is contained in:
@ -597,7 +597,7 @@ class PointsModel(Model):
|
|||||||
data["datasets"] = [
|
data["datasets"] = [
|
||||||
{
|
{
|
||||||
"data": self.driver_points_per_step_cumulative()[driver.name],
|
"data": self.driver_points_per_step_cumulative()[driver.name],
|
||||||
"label": driver.name,
|
"label": driver.abbr,
|
||||||
"fill": False
|
"fill": False
|
||||||
}
|
}
|
||||||
for driver in self.all_drivers(include_none=False)
|
for driver in self.all_drivers(include_none=False)
|
||||||
|
Reference in New Issue
Block a user