Trying to center a scatter map around Fiji. I want the longitude to be between 140 and -140, like this image (I manually zoomed and panned to focus here)

Setting the longitude range to [140, -140] does not seem to work. I've also tried rolling over with [140, 220] to no avail. Here is a Codepen: https://codepen.io/chriddyp/pen/OmovzL?editors=1010. Here is a graph in the chart editor: https://plot.ly/create/?fid=chris:18383
馃帺 tip to @jackparmer who originally discovered this.
@chriddyp I found a way to make this work without waiting for a patch:
projection.rotation.lon to -180 (or 180) - the algo which sets its default is off currentlylonaxis.range to [140, 220] - the [140, -140] signature does not work.cc @jackparmer in case you still need to make this example ^^
Most helpful comment
@chriddyp I found a way to make this work without waiting for a patch:
projection.rotation.lonto-180(or180) - the algo which sets its default is off currentlylonaxis.rangeto[140, 220]- the[140, -140]signature does not work.