We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e66e5 commit 5b919f6Copy full SHA for 5b919f6
test/test_spec.jl
@@ -86,3 +86,8 @@ p5 = dataset("cars").path |> @vlplot(:point, x = :Miles_per_Gallon, y = :Acceler
86
@test haskey(Vega.getparams(p5)["data"], "url")
87
88
end
89
+
90
+@testset "Array tooltip data" begin
91
+ p10 = @vlplot(:point,x=:Horsepower,y=:Miles_per_Gallon,tooltip=[:Horsepower,"Miles_per_Gallon:q"])
92
+ @test isa(p10, VegaLite.VLSpec)
93
+end
0 commit comments