We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab61073 + e9dd162 commit 4312901Copy full SHA for 4312901
src/components/YAxis.js
@@ -124,7 +124,7 @@ export default class YAxis extends React.Component {
124
height,
125
chartExtent,
126
absolute,
127
- fmt,
+ format,
128
type,
129
showGrid,
130
hideAxisLine
@@ -141,10 +141,10 @@ export default class YAxis extends React.Component {
141
hideAxisLine,
142
143
144
- fmt
+ format
145
);
146
} else if (
147
- this.props.fmt !== fmt ||
+ this.props.format !== format ||
148
this.props.align !== align ||
149
this.props.width !== width ||
150
this.props.height !== height ||
@@ -164,7 +164,7 @@ export default class YAxis extends React.Component {
164
165
166
167
168
169
}
170
0 commit comments