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 = {
|
static props = {
|
||||||
timeseries: props.string,
|
timeseries: props.string,
|
||||||
days: props.number,
|
days: props.number,
|
||||||
interpolate: props.boolean,
|
|
||||||
accumulate: props.boolean,
|
|
||||||
data: props.array,
|
data: props.array,
|
||||||
shape: props.string,
|
shape: props.string,
|
||||||
width: props.number,
|
width: props.number,
|
||||||
|
|
Loading…
Add table
Reference in a new issue