CaProductPriceHistory
A component that displays price history of product.
SASS-path: ./styles/components/atoms/ca-product-price-history.scss
Props
| Name | Description | Type | Required | Default | 
|---|---|---|---|---|
| locale | locale used for date, like so: 'sv' or 'sv-SE'. Defaults to $i18n.defaultLocale if not set | String | false | - | 
| showFullMonth | Set to true to display full month like so: 'december'. Defaults to short like so: 'dec' | Boolean | false | false | 
| simple | Set to true to display only one line with lowest price. | Boolean | false | false | 
MixIns
| MixIn | 
|---|
| MixApolloRefetch |