Skip to content

Commit

Permalink
longer names
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrotter committed Dec 10, 2019
1 parent 83abb1d commit 192afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CareSet/Zermelo/Reports/Graph/GraphGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function toJson(): array
// $nodes[$this_row->my_index] = [
$nodes[(int) $this_row->my_index] = [
'name' => $this_row->name,
'short_name' => substr($this_row->name, 0, 20),
'short_name' => substr($this_row->name, 0, 50),
'longitude' => $this_row->longitude,
'latitiude' => $this_row->latitude,
'json_url' => $this_row->json_url,
Expand Down

0 comments on commit 192afb9

Please sign in to comment.