I can (with messy work) in the css.styles of Angular change the size of the x and y axis values but I CANNOT change the size of the labels.
These
[xAxisLabel]="xAxisLabel"
[yAxisLabel]="yAxisLabel"
are fixed and very small and become unreadable without a magnifying glass when exporting to an svg and then into a document for publication like word of pdf. This forces one to get a third party svg editor to increase the size of these labels so they can become readable in a publication.
This feature is so important it almost seems a bug that it is not possible to do. it took some effort in unexpected directions to increase the size of the tick values but at least it was possible to do
I can (with messy work) in the css.styles of Angular change the size of the x and y axis values but I CANNOT change the size of the labels.
These
[xAxisLabel]="xAxisLabel"
[yAxisLabel]="yAxisLabel"
are fixed and very small and become unreadable without a magnifying glass when exporting to an svg and then into a document for publication like word of pdf. This forces one to get a third party svg editor to increase the size of these labels so they can become readable in a publication.
This feature is so important it almost seems a bug that it is not possible to do. it took some effort in unexpected directions to increase the size of the tick values but at least it was possible to do