diff --git a/docs/lib/charts/AreaChartWithZoomPan.js b/docs/lib/charts/AreaChartWithZoomPan.js index 60b5cff78..a37b58554 100644 --- a/docs/lib/charts/AreaChartWithZoomPan.js +++ b/docs/lib/charts/AreaChartWithZoomPan.js @@ -70,8 +70,10 @@ class AreaChartWithEdge extends React.Component { d.date} yAccessor={d => d.close} - xDisplayFormat={timeFormat("%Y-%m-%d")} yDisplayFormat={format(".2f")} + xDisplayFormat={timeFormat("%Y-%m-%d")} + yDisplayFormat={format(".2f")} /* valueStroke="green" - optional prop */ /* labelStroke="#4682B4" - optional prop */ origin={[-40, 0]}/>