Browser Crashed, While Rendering Histogram with 120M x-axis range. (plotly.js)

This is my react code base:
<Plot ref={plotRef} style={{ width: '600px', height: '330px' }} {...plotData} config={{ displayModeBar: false }} onInitialized={afterPlotHandler} onUpdate={afterPlotHandler} debug />

While I am rendering the Histogram with (120+M )range on the x-axis, Browser Crashed is unable to view the Plot.