Skip to content

Commit

Permalink
Widen type of rticklabel of PolarAxis from AbstractString to Any
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswickman authored Feb 8, 2024
1 parent f92b260 commit 7dacc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makielayout/blocks/polaraxis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function _polar_clip_polygon(
end

function draw_axis!(po::PolarAxis)
rtick_pos_lbl = Observable{Vector{<:Tuple{AbstractString, Point2f}}}()
rtick_pos_lbl = Observable{Vector{<:Tuple{Any, Point2f}}}()
rtick_align = Observable{Point2f}()
rtick_offset = Observable{Point2f}()
rtick_rotation = Observable{Float32}()
Expand Down

0 comments on commit 7dacc96

Please sign in to comment.