Hello,
I am looking to fetch data for the chart separately and display the chart component (e.g., “SfCartesianChart”) before the data fetch is complete. This is to improve the user experience during the waiting time for data fetching. However, it seems that, for example, in the case of SfCartesianChart, the XAxis labels cannot be displayed without a data source, perhaps because they are matched to the data source’s index. How can I display the XAxis labels before the data source is available?
Thank you in advance for your assistance.