Closed archmoj closed 5 years ago
This PR simply moved the previously added functions to the top level. That may help improve the performance and issues such as https://github.com/plotly/plotly.js/issues/3379. The modules namely text-cache, gl-plot2d, gl-plot3d, gl-axes3d and gl-scatter3d are patched and tested in this Plotly PR: https://github.com/plotly/plotly.js/pull/3380.
text-cache
gl-plot2d
gl-plot3d
gl-axes3d
gl-scatter3d
Ping @mikolalysenko !
This PR simply moved the previously added functions to the top level. That may help improve the performance and issues such as https://github.com/plotly/plotly.js/issues/3379. The modules namely
text-cache
,gl-plot2d
,gl-plot3d
,gl-axes3d
andgl-scatter3d
are patched and tested in this Plotly PR: https://github.com/plotly/plotly.js/pull/3380.