Skip to content

Interactive source text #80

@MrichardsPSRC

Description

@MrichardsPSRC

I am generating an interactive bar chart:

own_race_income_chart <-interactive_bar_chart(t=dt_2021_simprace,
                                               x="share", y="income_cat",
                                               fill="HRACE",
                                               pos="dodge", est="percent", moe=NULL,
                                               # href="ref_val", hrefnm="Region", hrefcl='#00716c',
                                               title="Regional Homeownership by Income and Race/Ethnicity",
                                               subtitle=NULL,
                                               source="U.S. Census Bureau, American Community Survey (ACS) 2021 1-Year Public Use Microdata Sample (PUMS)",
                                               dec = 2, color="psrc_light")

And the source information is overlapping the legend information:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions