helgasoft
helgasoft
_Problem description: After the mapbox-gl version is upgraded to 1.10.0 and above, the map cannot be dragged and zoomed._ Drag and zoom are a little slow, but they work. Using...
+1, confirmed with v.5.3.0 ... bug and still in v.5.4.1
See [example code](https://echarts.apache.org/examples/en/editor.html?c=line3d-orthographic&gl=1&code=LYTwwgFghgTgLgOgM4QPYHcAyqoBMCWAdgOYAUAlANwCwAUACQLECmcpASgPKcAqA-gAUAgjwASAAgDU4gOQB6XFDhQ5UJElZyWqOaIDSCAFZJUhGQBpxAMwCuhAMZx8p8aW0ApE4XLiA3nXFxUEhYRAh8XGZsPCIyKgDxZntoeCQEGGZifCQ4ZhgAWSgAB1IZfQtxDy942kDglMQNOE4ip1NSBMDUVudCcQBeP07A8Sc4ABtmAC4h2pH53IAPOBmZHKh7AGtmXHEAI1gkfZticSJK5lQAZgARC2HAgF9zB4vrm5nfIOLV8vFn0aoVDjJxFT7PV4aGD4ZhIGYAbXEw38cwWICK01kBxgtwq6y2q3xmwq2IAyvgAF6Yq6WexAmAEQhKZikkA5ZjAVbaXEvVEjRTKBEo-bzJnATEybHsZhWe58-YANyg4xsmPhAEZ1VcEABOHUADgALPqAAz6ywAJgtCAtAFZTYaAOyWgC6lnEcjk4gtZyOwCI-GANmA4mVYxskVegXwuWApLgIEmn0CdPGqBgq2AUBYhGUMn-r0ebuGAORrwTGNW2J54iJhOUWxJsHJVJmNPEdPTjOZrPZnNk3LuvJF4gFUCFUfEYol2PVcpHgSVKrVmu1OvVRtN5u91quZpNTsstpNxflIxjHPjicxXw7wPTqwyuHzj0Lp_mEL5wpFFZnsBrdayESTYwC2mIWrS9Ldrkvaxlylw8q8Y4TmegTTlWsAWvOC5LqqCKrrqG7Gmalq7vuh7iKa74LhecYJkmfgpveGZYsuL5vkifKfvM35opWWL_kOtYNps9YbMSlhkpS4EICa6qQV2RA9mycEDghQ5IUo47iPCvEiuhsiiLO2EjrhK5arqBrEduVoIHuDrOuIx7USOtFXgxt6pg-shPuxZ5FsOIyll-5bon-OJCYBawiSBYEzBBd6KUyMEqRy8HvCZ_JaShC5TlA4q_NiWGBaZyp4TpBF6puJE7nZ5GOaakjOSVIpufRN5MWmLGSmxBb-S5fUji6JY1I8VBAA) - confirmed bug related to #432 for _globe3D_. Until fixed the work-around is to add (an invisible) **_reference bar_** like _barRef_ shown in magenta. Without this reference...
✅ Can confirm that the code is **working** as-is in v.5.3.0 
still works [here](https://www.makeapie.cn/echarts)
I do not think the little side-panel can stay in 2D, but be removed somehow in 3D. It is just part of the JSON file. If you prefer not to...
The problem is on this line ``` data: [[3,'2021-01-01',0.1], [3,'2021-01-02',0.3]] ``` both points have the **same name** '3', this is why you get the hover auto-display going to the first...
@adigherman, WOW, hats off - master stroke! 👑 The only thing I struggled with was the token. Coveralls have **two types of tokens** - api and repo. What worked for...
Probably an easy fix, would be nice to have the option available.