aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
324 stars 48 forks source link

[Bug] Datetime property values are not shown in details view #122

Open abhishekpradeepmishra opened 1 year ago

abhishekpradeepmishra commented 1 year ago

Community Note

Describe the bug A clear and concise description of what the bug is and the environment/context.

To Reproduce Steps to reproduce the behavior:

  1. Add datetime properties to a node/edge
  2. Select the node/edge in graph explorer and open Details Panel
  3. Datetime properties are not shown

If applicable, add screenshots to help explain your problem.

Expected behavior Datetime properties are should show up in details panel

agutierrezgit commented 1 year ago

Thank you @abhishekpradeepmishra for reporting this bug. To reproduce the issue can you please indicate the graph type connection and how your attribute looks like? It would be very helpful if you can provide a sample attribute value like {"birthDate": { "@type": "g:Date", "@value": "2023-07-18T08:30:00Z" }

kmcginnes commented 5 months ago

Related to