Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[BUG]: please provide an unbundled version of stackgl_modules #7654

Open
Assignees
camdecoster
Labels
bugsomething broken
@jendrikw

Description

@jendrikw

Description

I use a very minimal configuration consisting of just a few modules:

import * as Plotly from "plotly.js/lib/core.js";import * as scatter from "plotly.js/lib/scatter";import * as surface from "plotly.js/lib/surface";Plotly.register([scatter, surface]);

the vianode_modules/plotly.js/src/traces/surface/convert.js, line 3, this pulls instackgl_modules:

var createSurface = require('../../../stackgl_modules').gl_surface3d;

As a result, the whole stackgl_modules/index.js file is pulled in, even though only a few parts are needed.

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp