Hi,
I came across https://plot.ly/javascript/ yesterday and looked at the scatter ploy examples. I’m under the assumption that the plots would be the same as what the Falcon SQL Client creates. Hopefully that’s true.
I’ve done the same plot in both but I’m having problems with the x axis. The values I’m using for the x axis are timestamps (like 2019-07-17 11:52:58.388794 and 2019-07-17 21:56:54.975835). These work for me in the Falcon SQL Client but not with plot.ly/javascript.
I was able to get something working with plot.ly/javascript by using sequential numbers for the x : [] dataset and putting the dates in the text : [] dataset. Close but not quite the same.
Attached are three files. FalconSQLClientScatterPlot.jpg is what I would like to see across the x axis. test5a.jpg is what I was able to get working. Lastly, here is my test5a.html source file :
Can someone take a look at these three and let me know if there is a way to get the x axis in my html to be like the Falcon SQL Client ??
Thanks
Dan C.