Skip to content
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

Label graphs' horizontal axes correctly #106

Open
dgets opened this issue Feb 8, 2019 · 1 comment
Open

Label graphs' horizontal axes correctly #106

dgets opened this issue Feb 8, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dgets
Copy link
Owner

dgets commented Feb 8, 2019

Need to do a little bit more research on D3.js, I believe. The horizontal axes for the different graphed data are currently all just numbered with the integers starting at 1. While this is sufficient for anybody that's doing their own tabulation alongside whatever is displayed on the screen, there should definitely be some effort put into tagging, for instance, the applicable dates for each total dosage in the constrained per-diem dataview, along the horizontal axes.

@dgets dgets added the enhancement New feature or request label Feb 8, 2019
@dgets dgets added this to the aesthetics milestone Feb 8, 2019
@dgets dgets self-assigned this Feb 8, 2019
@dgets
Copy link
Owner Author

dgets commented Feb 8, 2019

Forgot to mention in the primary issue that the axes need to be labelled properly in the other, previously existing dataview views, as well. What's there really isn't cutting it (just an arbitrary numbering scheme). These usages should be labelled with date and time, or, in the case of the day-constrained view, just the date.

It'd be really nice at some point to be able to add the functionality to be able to color the bars in multiple colors to indicate what portion of the bar was at a different particular administration, but that will take some more in-depth research into D3.js, as well. Not even sure if it has that capability; should probably check to see if there's a D3 channel on IRC via freenode or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant