|
@@ -3,7 +3,6 @@ import { Chart, Axis, Tooltip, Geom } from 'bizcharts';
|
|
|
import autoHeight from '../autoHeight';
|
|
import autoHeight from '../autoHeight';
|
|
|
import styles from '../index.less';
|
|
import styles from '../index.less';
|
|
|
|
|
|
|
|
-export default
|
|
|
|
|
@autoHeight()
|
|
@autoHeight()
|
|
|
class MiniArea extends React.PureComponent {
|
|
class MiniArea extends React.PureComponent {
|
|
|
render() {
|
|
render() {
|
|
@@ -105,3 +104,5 @@ class MiniArea extends React.PureComponent {
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+export default MiniArea;
|