getRender method

LineStyleSpec getRender()

Implementation

common.LineStyleSpec getRender() {
  return common.LineStyleSpec(
    color: MethodCommon.chartColor(color),
    dashPattern: dashPattern,
    thickness: thickness,
  );
}