TODO added

This commit is contained in:
mrblacyk 2019-03-09 04:29:13 -08:00
parent 70c2f96ee4
commit 0850ae3e8a

View File

@ -79,7 +79,7 @@ class BaseKibanaParams:
legendPosition=None, times=None, addTimeMarker=None):
self.type = str()
self.grid = dict()
self.grid = dict() # TODO: Check if it's really here
self.categoryAxes = list()
self.valueAxes = list()
self.seriesParams = list()