Different compilations of master branch causes scan graph teeth

  • Sonar Enterprise Edition Version 10.2 (build 77647)

We are using different azure devops pipelines to build parts of our application. First type of build is .NET code, then another pipeline compiles frontend - typescript, for example.
But probably because of the fact that every compilation contains quite different number of issues we see teeth in history graph of issues. Is it possible to somehow instruct sonar to combine more builds into one representation of data-graph?
For example all builds in one day? Or any other way?

Thanks,

Roman