I have attempted to search but I can not seem to find the field for style sheet to change the font on the x and y axis for the legends.
I attempted to examine the Elements but it appears to use a canvas element to make the chart:
<canvas ng-if="me.item.look==='bar'"
class="chart chart-bar ng-scope ng-isolate-scope"
chart-data="config.data"
chart-series="config.series"
chart-labels="config.labels"
chart-options="config.options"
chart-colors="config.colours" height="383" width="1370" style="display: block; width: 1713px; height: 479px;"> </canvas>
I found where to change the title of the chart
<style>
.nr-dashboard-theme .nr-dashboard-chart-titlel { font-size: xx-large;
font-weight: 500 !important;
}
</style>
I am just at a loss of where to change the text size of the axis options.
Kind Regards,
Jon