Skip to content

Chart guide config does not respect fontSize property #602

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions