Skip to content

Commit fcff41d

Browse files
author
William Hawker
committed
Add propTypes to Highcharts3dChart
1 parent dfe1146 commit fcff41d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-jsx-highcharts/src/components/Highcharts3dChart/Highcharts3dChart.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import React, { Component } from 'react';
2-
import PropTypes from 'prop-types';
32
import HighchartsChart from '../HighchartsChart';
43
import Options3d from '../Options3d';
54

65
class Highcharts3dChart extends Component {
76

7+
static propTypes = Options3d.propTypes;
8+
89
render () {
910
const {
1011
children, alpha, axisLabelPosition, beta, depth, fitToPlot, frame, viewDistance, ...rest

0 commit comments

Comments
 (0)