def dom(self): """ Description: ------------ :rtype: JsNvd3.JsNvd3CumulativeLine """ if self._dom is None: self._dom = JsNvd3.JsNvd3CumulativeLine(self._report, varName=self.chartId) return self._dom
def dom(self) -> JsNvd3.JsNvd3CumulativeLine: """ Description: ------------ Usage:: :rtype: JsNvd3.JsNvd3CumulativeLine """ if self._dom is None: self._dom = JsNvd3.JsNvd3CumulativeLine(page=self.page, js_code=self.chartId, component=self) return self._dom