-
Notifications
You must be signed in to change notification settings - Fork 0
Design Notes
Christy Lam edited this page Feb 9, 2023
·
2 revisions
2/3/2023
Static column chart
- Image from 1:06 from Mike. Unlike image, keep x axis labels, remove the legend.
- If
year
variable are added to example above, keep x axis labels and include the legend (based on years) - No grid lines no numeric axis labels b/c data labels exist
Static/interactive bar chart
- axis labels should not be wrapped
Line chart
- always have axis labels
MOE lines
- if MOE displayed put on gridlines and numeric axis labels
Multiple File package
- split chart functions onto different .R files?
Maybe split treemaps and bubble charts onto their own file. Keep facets with
generic...chart()
Titles
- Have title plot aligned (graphics request) even with wonky issues.
- issue: screen responsiveness can cut off title when plotly involved. Minor issue.
Hovertext (plotly)
- Have one hovertext at a time
- tooltip setting, don't want multiple hovertext appearing at the same time.
Column chart
- Need to allow date field to work with x-axis
Plotly
- Numeric scale needs to be from 0-100%
- issue: have scale 0-1 (0%-100%) however display is limited to the range of the data. There's too much white space below and above chart area.