marodins commented on issue #66: URL: https://github.com/apache/age-viewer/issues/66#issuecomment-1319136577
Yes, the nodes will need an attribute named 'id'. The attribute's value will need to be an integer. If data is initialized using a csv file and there is no 'id' field then an extra argument needs to be passed to the load_labels_from_file function (linked below) when initializing the graph. This may be the cause of this bug. Please let me know if that works. here's an example file of data: https://github.com/apache/age/blob/master/regress/age_load/data/countries.csv https://age.apache.org/age-manual/master/intro/agload.html#explanation-about-the-csv-format <img width="725" alt="Screen Shot 2022-11-17 at 11 38 18 AM" src="https://user-images.githubusercontent.com/67288224/202543531-b577206c-ef46-4227-9a4c-f4ad3d70b133.png"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
