Gregory Hamel
Gregory Hamel
For a line graph the click handler receives two arguments; the first is an array of data points but the second is just isTrusted:true - no _datasetIndex in sight Any...
None of the proposed solutions worked for me, but what DID work was to simply hide and then show the calendar div again after my events were loaded. Didn't even...
Hi Dylan There is no index on "read", and the test passes against gremlin-server 3.2.0 with no titan instance running. Thx, Greg --- From: Dylan Millikin [email protected] Sent: September 24,...
Hi Dylan, The usermapperFromGraph property was not specified in gremlin-server.yaml but adding it didn't produce any change in the test result. Similarly deleting my db folder and running the test...
I'm stuck without Geo support for my project until I can get past this; wondering how to gauge the severity? Will the solution require an official Titan release with tinkerpop...
Thanks Dylan. Do you happen to know if TinkerGraph supports geo queries? I could use that for awhile but can't find anything to support that it does so I assume...
Hi John, Our POC is dead in the water for lack of funds and I'm no longer with the co so not entitled to release anything. Sorry, --- From: John...
Thx for the reply. here's my query var query = gremlin() query(g.V({'@type':'ita:Task',name:'Setup'})) console.log('script is ', query.script) console.log('params are ', query.params) client.execute(query, function..) running this produces script is g.V(["@type":"ita:Task","name":"Setup"]) params are...