This commit is contained in:
Simon Christ 2020-09-12 21:08:19 +02:00
parent d8d14a77ec
commit 1f2de587f1

View File

@ -526,6 +526,7 @@ end
function pgfx_add_series!(::Val{:shape}, axis, series_opt, series, series_func, opt) function pgfx_add_series!(::Val{:shape}, axis, series_opt, series, series_func, opt)
push!(series_opt, "area legend" => nothing) push!(series_opt, "area legend" => nothing)
series_opt = merge(series_opt, pgfx_fillstyle(opt))
pgfx_add_series!(Val(:path), axis, series_opt, series, series_func, opt) pgfx_add_series!(Val(:path), axis, series_opt, series, series_func, opt)
end end