Merge pull request woocommerce/woocommerce-admin#520 from woocommerce/try/yaxis-ticks

Fix y-axis tick labels
This commit is contained in:
David Levin 2018-10-12 14:02:52 -07:00 committed by GitHub
commit 062fa44bc1
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ D3Chart.defaultProps = {
width: 600,
xFormat: '%Y-%m-%d',
x2Format: '',
yFormat: '.1s',
yFormat: '.3s',
};
export default D3Chart;

View File

@ -358,7 +358,7 @@ Chart.defaultProps = {
tooltipFormat: '%B %d, %Y',
xFormat: '%d',
x2Format: '%b %Y',
yFormat: '$.1s',
yFormat: '$.3s',
layout: 'standard',
mode: 'item-comparison',
type: 'line',