From 73f5c88dc372f04849c41da34303c24c90e1e5e1 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Thu, 4 May 2023 12:06:47 +0200 Subject: [PATCH] Remove breaking precompilation code --- src/Charts.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Charts.jl b/src/Charts.jl index e9acc26..e932fbc 100644 --- a/src/Charts.jl +++ b/src/Charts.jl @@ -955,7 +955,7 @@ end Base.convert(::Type{Vector{<:PlotData}}, dd::Vector) = PlotData[convert(PlotData, d) for d in dd] # enhance precompilation - +#= pl = PlotLayout( xaxis = [ PlotLayoutAxis(index = 1, title = "1"), @@ -967,5 +967,6 @@ pl = PlotLayout( d = JSON3.read(json(render(pl)), Dict{String, Any}) convert(PlotLayout, d) +=# end