getRenderTime method

SeriesRendererConfig<DateTime> getRenderTime(
  1. String? renderId
)

Implementation

common.SeriesRendererConfig<DateTime> getRenderTime(String? renderId) {
  return common.LineRendererConfig(
    customRendererId: renderId,
    areaOpacity: areaOpacity,
    dashPattern: dashPattern,
    includeArea: includeArea,
    includeLine: includeLine,
    includePoints: includePoints,
    radiusPx: radiusPx,
    roundEndCaps: roundEndCaps,
    strokeWidthPx: strokeWidthPx,
  );
}