However, this style is not being applied to the ticks. Further, I have been unable to change other CSS properties such as color, font family. Is this feature supported? None of the example code makes use of this style object and the documentation does not mention anything about it.
I am using the latest version of react-charts, 3.0.0-beta.57
I'm attempting to change the styling options of the tags used for the ticks on the graph axes.
Based on this type definition of AxisOptions, there is styles field which can be changed.
I have attempted to set the tick font size via the following:
However, this style is not being applied to the ticks. Further, I have been unable to change other CSS properties such as color, font family. Is this feature supported? None of the example code makes use of this style object and the documentation does not mention anything about it.