updated from feedback
This commit is contained in:
parent
fddeb2502c
commit
0f66375b88
|
@ -180,11 +180,7 @@ D3Chart.propTypes = {
|
||||||
/**
|
/**
|
||||||
* Interval specification (hourly, daily, weekly etc.)
|
* Interval specification (hourly, daily, weekly etc.)
|
||||||
*/
|
*/
|
||||||
interval: PropTypes.oneOf( [ 'hourly', 'daily', 'weekly', 'monthly', 'quaterly', 'yearly' ] ),
|
interval: PropTypes.oneOf( [ 'hour', 'day', 'week', 'month', 'quater', 'year' ] ),
|
||||||
/**
|
|
||||||
* @todo Remove – not used?
|
|
||||||
*/
|
|
||||||
legend: PropTypes.array,
|
|
||||||
/**
|
/**
|
||||||
* Margins for axis and chart padding.
|
* Margins for axis and chart padding.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue