I have a custom font from google fonts. This font family, defined everywhere in the chart.
titleStyle.fontFamily, subTitleStyle.fontFamily, primaryXAxis.titleStyle.fontFamily etc.
I am exporting the chart like this:
chart.export('PNG','filename');
But the chart did not exported with my custom font.
I am looking for an in-build functionality to define the font family of the chart once, or exporting the chart with a custom font family.
Thank you.
PS: Canvas rendering, is not a solution for my problem. I need the same export functionality for AccumulationChart too.