Closed rhowe closed 2 years ago
The function to create a table is tablePanel.new(), not table.new().
tablePanel.new()
table.new()
Includes the URL update from https://github.com/grafana/grafonnet-lib/pull/350
The function to create a table is
tablePanel.new()
, nottable.new()
.