WiFi AP and line chart

I started to make my application starting from line chart basic example. and added the followings three lines in order to add funcion of AP.

#include <rpcWiFi.h>
#include <rpcWiFiClient.h>
#include <WiFiAP.h>

however, at this time, there is no displayed character or line because of these three lines.

How can I combine line chart function and WiFi AP function with the Wio Terminal platform?

Thanks in advance

Hi,
i try to combine line chart function and WiFi AP function with the Wio Terminal platform,too.but i rescaled the size of spr and it worked.
image
you can try it, too.

Thanks. I managed to resolve this issue with similar method like you.