If first trace data x and y is null, the graph doesnt show up.Is there any way to overcome this?

{“testdata”: [{“name”: “dummy2”, “yaxis”: “y2”, “x”: [null], “y”: [null], “marker”: {“color”: “#ffc67c”, “size”: 6, “line”: {“color”: “#f08700”, “width”: 1}, “symbol”: “circle”, “opacity”: 1}, “mode”: “markers”, “type”: “scatter”, “hoverinfo”: “x+y”, “visible”: true, “hovertemplate”: null},{“name”: “dummy1”, “plot_id”: “”, “x”: [“2018-09-08T03:03:41Z”, “2018-09-09T09:56:13.09Z”, “2019-06-06T03:05:23.01Z”], “y”: [“1.0”, “1.0”, “1.0”], “marker”: {“color”: “#f30b0b”, “size”: 6, “line”: {“color”: “#f30b0b”, “width”: 1}, “symbol”: “triangle-up”, “opacity”: []}, “mode”: “markers”, “type”: “scatter”, “hoverinfo”: “x+y”, “visible”: true, “hovertemplate”: null},{“name”: “dummy”, “type”: “scatter”, “hoverinfo”: “x+y”, “visible”: true, “hovertemplate”: null}, { “x”: [“2019-08-14”, “2019-08-14”], “y”: [0, 150], “mode”: “lines”, “name”: “To Date”, “hoverinfo”: “x”, “marker”: {“color”: “#7C267C”, “size”: 2, “line”: {“color”: “rgb(55, 128, 191)”, “width”: 2}, “opacity”: 1}}]}

See https://github.com/plotly/plotly.js/issues/2661 for more info.

thanks a ton for the help :slight_smile: