react-sparklines icon indicating copy to clipboard operation
react-sparklines copied to clipboard

Transformation for custom value in SparklinesReferenceLine

Open Dem0n3D opened this issue 8 years ago • 1 comments

  <Sparklines data={this.props.data}>

        <SparklinesLine />

        <SparklinesReferenceLine type="custom" value={point.y} />

  </Sparklines>

in this PR, point.y will be transformed with dataToPoints (max in min will be calculated automatically in Sparklines).

Dem0n3D avatar Dec 29 '16 07:12 Dem0n3D

Hey, any progress on this?

MattVoda avatar Jun 06 '17 14:06 MattVoda