Skip to content

Commit 666b3d2

Browse files
committed
adds curveType prop to traffic page linechart
1 parent 0ccc18b commit 666b3d2

File tree

1 file changed

+1
-0
lines changed
  • client/my-sites/stats/stats-chart-tabs

1 file changed

+1
-0
lines changed

client/my-sites/stats/stats-chart-tabs/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class StatModuleChartTabs extends Component {
232232
require="calypso/my-sites/stats/components/line-chart"
233233
className="stats-chart-tabs__line-chart"
234234
chartData={ lineChartData }
235+
curveType="smooth" // can use smooth, linear, monotone
235236
height={ 224 }
236237
moment={ moment }
237238
onClick={ this.props.barClick }

0 commit comments

Comments
 (0)