Nidhi Tandon

Results 4 issues of Nidhi Tandon

**Describe the bug** `zoomToFit` is not working the same on all devices. **To Reproduce** Steps to reproduce the behavior: 1. Used here https://github.com/SigNoz/signoz/blob/main/frontend/src/modules/Servicemap/ServiceMap.tsx#L96 Computing the zoom values here https://github.com/SigNoz/signoz/blob/main/frontend/src/modules/Servicemap/utils.ts#L77 2....

```javascript render(){ let conf={ chart: { type: 'spline', animation: Highcharts.svg, // don't animate in old IE marginRight: 10, events: { load:function(){ var series = this.series[0]; setInterval(() =>{ var x =...

### Current state: The link on "**_render props_**" and "**_any prop that is a function that a component uses to know what to render is technically a “render prop"_** "...

CLA Signed

### Environment React app with Netlify deployments ### Steps to Reproduce 1. While setting up `Sentry.init` with the following params, `SENTRY_RELEASE` and `SENTRY_ENVIRONMENT` is undefined. ``` Sentry.init({ dsn: 'dsn-value', integrations:...