Skip to content

Chart guide config does not respect fontSize property #602

@KosGrillis

Description

@KosGrillis

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions