You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋
While reviewing EACL workshops, I discovered this project this weekend. I have set myself up with docker-compose setup and have ingested a few of my articles.
While following the Use case section of the docs, I've tried to do an aggregate search by time.
However, it seems that although the elasticsearch side of the aggregate works great (see the data in the console), the graph shows nothing.
It seems to me that the form in the view and the ES expect MM/DD/YYYY while the plotly graph expects DD/MM/YYYY but at this point I'm guessing.
I tried to give a read to aggregations.component.ts but JS is not my forte so I'll open this issue instead.
The text was updated successfully, but these errors were encountered:
Hi 👋
While reviewing EACL workshops, I discovered this project this weekend. I have set myself up with docker-compose setup and have ingested a few of my articles.
While following the Use case section of the docs, I've tried to do an aggregate search by time.
However, it seems that although the elasticsearch side of the aggregate works great (see the data in the console), the graph shows nothing.
It seems to me that the form in the view and the ES expect MM/DD/YYYY while the plotly graph expects DD/MM/YYYY but at this point I'm guessing.
I tried to give a read to
aggregations.component.ts
but JS is not my forte so I'll open this issue instead.The text was updated successfully, but these errors were encountered: