Plotting the following gives an error: ```javascript Plotly.newPlot(gd,[{ "type": "scattergl", "mode": "markers+text", "x": [3, 2, 1, 0], "y": [0, 1, 4, 9], "text": ["1", "2", "3"], "textposition": "top center" }]) ``` 