Skip to content

Commit

Permalink
No more error throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Oct 3, 2021
1 parent 68f28b7 commit 64bfe47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Charts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ end

"""
PlotData(data)
Transform initial data in PlotData struct.
Transform initial data in PlotData struct.
# Examples
```jldoctest
Expand Down Expand Up @@ -202,7 +202,7 @@ function Base.parse(::Type{PlotData}, x::Vector{Any})
end

function Base.parse(::Type{PlotOptions}, d::Dict{String,Any})
error("Not implemented") # todo: add parser
# error("Not implemented") # todo: add parser
end

#===#
Expand Down

2 comments on commit 64bfe47

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46501

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.0 -m "<description of version>" 64bfe47df2ebbdcbac67ec01bd9cc3b095acaee9
git push origin v0.13.0

Please sign in to comment.