Hi,
Yes the default max port speed is set to 100Gbit/s for RRDs.
You can change this by adding this option to your config.php and increase it:
$config['max_port_speed'] = 13500000000; (this is equal to 100Gbit/s)
When you have changed this value all newly created RRDs will have the new max speed, but not existing RRDs.
The easy way if you do not care about the historic data is just to delete the RRD-file for these port-channels and they will be recreated with the new max speed.
If you wish to keep the historic data you need to run some rrdtool-command to migrate the RRD-data.
/Markus