Remove unused props
This commit is contained in:
parent
f6f6c8435b
commit
14dd25c778
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ class LineChart extends Component {
|
|||
static props = {
|
||||
timeseries: props.string,
|
||||
days: props.number,
|
||||
interpolate: props.boolean,
|
||||
accumulate: props.boolean,
|
||||
data: props.array,
|
||||
shape: props.string,
|
||||
width: props.number,
|
||||
|
|
Loading…
Reference in a new issue