@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.6.0] - 2021-01-31
8
+ ### Added
9
+ - tag matches for struct Axis : allow for synchronisation between subplots on x-axis
10
+ - fn matches in impl of Axis
7
11
8
12
## [ 0.6.0] - 2020-xx-xx
9
13
### Added
@@ -46,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
50
47
51
## [ 0.4.1] - 2020-03-26
48
52
### Fixed
49
- - Added error message to capture the scenario when there is no default browser (or no browser at all) on a machine.
53
+ - Added error message to capture the scenario when there is no default browser (or no browser at all) on a machine.
50
54
The message suggests a few alternatives.
51
55
52
56
## [ 0.4.0] - 2020-02-27
@@ -66,10 +70,10 @@ The message suggests a few alternatives.
66
70
- ` TraceSerialize ` renamed to ` Trace `
67
71
- ` Plot::show_jpg ` renamed to ` Plot::show_jpeg ` for consistency
68
72
- Removed HexColor type. Hex color input is still supported using ` String ` s or string slices
69
- - Refactored project structure:
73
+ - Refactored project structure:
70
74
- All plots ` Trace ` s are now accessible from the main namespace ` plotly:: ` .
71
75
- Enums and structs common to more than 1 plot type and/or the ` Layout ` now live in ` plotly::common:: `
72
- - Internal methods and structs that are not considered part of the public API are now in ` plotly::private:: `
76
+ - Internal methods and structs that are not considered part of the public API are now in ` plotly::private:: `
73
77
74
78
### Fixed
75
79
- Color serialization was operating correctly only on Rgb, Rgba and Hex colors ignoring the named colors
@@ -84,7 +88,7 @@ The message suggests a few alternatives.
84
88
- Box plot
85
89
- Scatter and Box plot with error bars
86
90
- Candlestick plot
87
- - OHLC plot
91
+ - OHLC plot
88
92
- Extended README.md with a few basic examples
89
93
- The API is now based on the builder pattern
90
94
- Extended color set
@@ -119,4 +123,4 @@ The message suggests a few alternatives.
119
123
## [ 0.1.0] - 2020-01-26
120
124
### Added
121
125
- Placeholder repository.
122
- - Proof of concept implementation of a scatter plot.
126
+ - Proof of concept implementation of a scatter plot.
0 commit comments