fix error vector arg detection

This commit is contained in:
Simon Christ 2020-05-06 13:53:52 +02:00
parent 95e1fad160
commit fbb758a546

View File

@ -71,8 +71,9 @@ const POTENTIAL_VECTOR_ARGUMENTS = [
:marker_z, :marker_z,
:markerstrokecolor, :markerstrokecolor,
:markerstrokealpha, :markerstrokealpha,
:xerror,
:yerror, :yerror,
:yerror, :zerror,
:series_annotations, :series_annotations,
:fillrange, :fillrange,
] ]