-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix weird legend for hourly tweet stats #9
Comments
I am interested in fixing this issue. I have started working on it and will send a PR in a few days :) |
That’s great, thanks so much! |
To see the source of the problem, I extracted the hourly_stats data which was being fed to d3 in Turns out, the data works just fine when the x_accessor is a date, however, multiline graph with non-date x-values seem to have an inherent problem in the MetricsGraphics library itself. In case we wish to really solve this issue without waiting for it to be corrected in the library, I can add linked graphs, which will look something like this. I can send in a PR for this if @gedankenstuecke agrees with it in the design sense. Or we can wait if someone comes up with another hack. When I looked into the MetricsGraphics library, I found the following functions to be important for this issue: |
I think we can keep the somewhat weird display for now, but would you want to submit an issue with this to the |
Sure, I will submit an issue to that repository! EDIT: Here is the filed issue - metricsgraphics/metrics-graphics#831 |
Awesome, thanks! |
I don't exactly understand where these things come from, but should be fixable somehow.
The text was updated successfully, but these errors were encountered: