updated from feedback

This commit is contained in:
Robert Elliott 2018-09-06 17:58:24 +02:00
parent fddeb2502c
commit 0f66375b88
1 changed files with 1 additions and 5 deletions

View File

@ -180,11 +180,7 @@ D3Chart.propTypes = {
/**
* Interval specification (hourly, daily, weekly etc.)
*/
interval: PropTypes.oneOf( [ 'hourly', 'daily', 'weekly', 'monthly', 'quaterly', 'yearly' ] ),
/**
* @todo Remove not used?
*/
legend: PropTypes.array,
interval: PropTypes.oneOf( [ 'hour', 'day', 'week', 'month', 'quater', 'year' ] ),
/**
* Margins for axis and chart padding.
*/