We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09db9d2 commit ac57b83Copy full SHA for ac57b83
src/components/XYFrame.js
@@ -522,8 +522,8 @@ class XYFrame extends React.Component<XYFrameProps, State> {
522
!annotatedSettings.lineType.y1 &&
523
annotatedSettings.lineType.simpleLine !== false
524
525
- console.log("annotatedSettings.lineType", annotatedSettings.lineType)
526
if (annotatedSettings.lineType.type === "area") {
+ // $FlowFixMe
527
annotatedSettings.lineType.y1 = () => 0
528
}
529
0 commit comments