-
Notifications
You must be signed in to change notification settings - Fork 53
How to format my data #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Update : i changed my format to have a record (timestamp ,phase) for each phase beginning AND end, but it still doesn't work. i still get the same problem as illustrated in my initial issue. Any idea ? Thanks for your help ! |
Hi @yongicobay , If I am not wrong, consecutives rows with same status are ignored |
Hi @wnasich , thank you for your answer. I switched back to a row per transition, as illustrated, but once again i get the same empty timeline with, on hover, always the same card, as if i had only one phase with no end. It's like the problem was due to the fact that the last state wasn't "closed" ? |
Hello, any new idea ? |
I have a solution, maybe it can be helpful for someone. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,

despite a few tries, i haven't figured out how to format input data to be understood by this plugin.
I'm working with an elastic search datasource and thought i should basically produce at least 2 fields : timestamp (the moment the stage changes) and new state, but it doesn't work this way apparently.
since the best i can get is this
Any idea of what i'm doing wrong ?
Thank you for your help !
The text was updated successfully, but these errors were encountered: