chartLineArea property

IconParkData chartLineArea
getter/setter pair

chart-line-area 折线面积图

category: Charts 数据图表 author: 白明泽 tag: 面积图, 曲线图, 折线图 rtl: true

Implementation

static IconParkData chartLineArea = IconParkData("chartLineArea", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 6V42H42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M14 34L22 18L32 27L42 6V34H14Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');