You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""var data = [{"type":"scatter","mode":"markers","x":[1],"y":[2],"marker":{},"line":{}},{"type":"scatter","mode":"markers","x":[3],"y":[4],"marker":{},"line":{}}];"""
93
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top left``
94
+
)
95
+
testCase "top left layout"(fun()->
96
+
"""var layout = {"legend":{"orientation":"h","title":{"text":"Legend title (top left)","side":"top left"}}};"""
97
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top left``
98
+
)
99
+
testCase "top center data"(fun()->
100
+
"""var data = [{"type":"scatter","mode":"markers","x":[1],"y":[2],"marker":{},"line":{}},{"type":"scatter","mode":"markers","x":[3],"y":[4],"marker":{},"line":{}}];"""
101
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top center``
102
+
)
103
+
testCase "top center layout"(fun()->
104
+
"""var layout = {"legend":{"orientation":"h","title":{"text":"Legend title (top center)","side":"top center"}}};"""
105
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top center``
106
+
)
107
+
testCase "top right data"(fun()->
108
+
"""var data = [{"type":"scatter","mode":"markers","x":[1],"y":[2],"marker":{},"line":{}},{"type":"scatter","mode":"markers","x":[3],"y":[4],"marker":{},"line":{}}];"""
109
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top right``
110
+
)
111
+
testCase "top right layout"(fun()->
112
+
"""var layout = {"legend":{"orientation":"h","title":{"text":"Legend title (top right)","side":"top right"}}};"""
113
+
|> chartGeneratedContains ``New Side options for (legend) titles``.``Point charts with horizontal legend title top right``
0 commit comments