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

Chart guide config does not respect fontSize property #602

Open
KosGrillis opened this issue Feb 9, 2021 · 0 comments
Open

Chart guide config does not respect fontSize property #602

KosGrillis opened this issue Feb 9, 2021 · 0 comments
Assignees
Milestone

Comments

@KosGrillis
Copy link

KosGrillis commented Feb 9, 2021

Attempting to set the font size of a chart axis via the guide config:

          guide={{
            x: {
              fontSize: 12,
              label: {
                hide: true,
              },
            },
            y: {
              fontSize: 12,
              label: {
                hide: true,
              },
            },
            showGridLines: 'x',
          }}

Simply does not work. The axis tick labels do not change from their default font size of 10

@EugeneKha EugeneKha self-assigned this Mar 13, 2023
@EugeneKha EugeneKha added this to the Milestone milestone Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants