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.
1 parent 0ccc18b commit 666b3d2Copy full SHA for 666b3d2
client/my-sites/stats/stats-chart-tabs/index.jsx
@@ -232,6 +232,7 @@ class StatModuleChartTabs extends Component {
232
require="calypso/my-sites/stats/components/line-chart"
233
className="stats-chart-tabs__line-chart"
234
chartData={ lineChartData }
235
+ curveType="smooth" // can use smooth, linear, monotone
236
height={ 224 }
237
moment={ moment }
238
onClick={ this.props.barClick }
0 commit comments