File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
- Using plotly version 2.2.1
12
12
- Updated Kaleido version in ` plotly_kaleido ` to 0.2.1.
13
+ ### Fixed
14
+ - Axis ticks text has the wrong parameter name (Issue #45 ).
13
15
14
16
## [ 0.6.0] - 2021-01-31
15
17
### Added
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ pub struct Axis {
741
741
742
742
#[ serde( skip_serializing_if = "Option::is_none" , rename = "tickvals" ) ]
743
743
tick_values : Option < Vec < f64 > > ,
744
- #[ serde( skip_serializing_if = "Option::is_none" , rename = "tick_text " ) ]
744
+ #[ serde( skip_serializing_if = "Option::is_none" , rename = "ticktext " ) ]
745
745
tick_text : Option < Vec < String > > ,
746
746
#[ serde( skip_serializing_if = "Option::is_none" ) ]
747
747
ticks : Option < TicksDirection > ,
You can’t perform that action at this time.
0 commit comments