remove seriesCount limit from filters
Created by: unclejustin
Remove seriesCount
from GQL request, and from the series display options.
This was causing a bug in capture group insights where the series was being limited to 1. This is because capture groups update over time.
Secondarily this request was causing time outs due to how heavy a request this is on the backend.
Test plan
- Open all dashboards page. Should not time out.
- Filter any dashboard by series limit. Should not cause any errors.
- Should be able to set series limit higher than actual series count: i.e. if insight has only 5 series, should be able to set limit to 20
- Series should still have hard limit of 20
App preview:
Check out the client app preview documentation to learn more.