Merge pull request woocommerce/woocommerce-admin#520 from woocommerce/try/yaxis-ticks
Fix y-axis tick labels
This commit is contained in:
commit
062fa44bc1
|
@ -280,7 +280,7 @@ D3Chart.defaultProps = {
|
|||
width: 600,
|
||||
xFormat: '%Y-%m-%d',
|
||||
x2Format: '',
|
||||
yFormat: '.1s',
|
||||
yFormat: '.3s',
|
||||
};
|
||||
|
||||
export default D3Chart;
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue