TargetProcess / tauCharts

D3 based data-focused charting library. Designed with passion. Flexible.
https://www.taucharts.com
Other
1.91k stars 118 forks source link

Chart guide config does not respect fontSize property #602

Open KosGrillis opened 3 years ago

KosGrillis commented 3 years ago

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