# Change Log

All notable changes to this project will be documented in this file.

## [2.0.0] - 2016-05-22

### Changed

- Default max dot width was decreased to be same size as chartist default, which is 10px.
- Default max line width was decreased to be same size as chartist default, which is 4px.

## [1.1.1] - 2016-05-21

### Fixed

- Stop caching svg width because it breaks when chart rerenders on window resize.

## [1.1.0] - 2016-05-15

### Added

- Ability to specify custom min/max/unit for lines and dots
- Peer dependency on chartist pre-1.0

## [1.0.0] - 2016-05-07

### Added

- Scale lines and dots of a line chart based on chart width
