Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from celiojsf/add-gridRow-repeat
Browse files Browse the repository at this point in the history
[SRE-1526] Add grid row repeat
  • Loading branch information
celiojsf authored Apr 15, 2020
2 parents aef1129 + f2b39fe commit c5d2151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafanalib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ def to_json_data(self):
'title': self.title,
'type': self.panel_type,
'gridPos': self.gridPos,
'repeat': self.repeat
}


Expand Down

0 comments on commit c5d2151

Please sign in to comment.