Skip to content

Unable to import Plotly from 'plotly.js-dist' in webcomponent #4706

@vikjung

Description

@vikjung

When use
import Plotly from 'plotly.js-dist';

get error -
Uncaught SyntaxError: The requested module '../node_modules/plotly.js-dist/plotly.js' does not provide an export named 'default'

When use
import * as Plotly from 'plotly.js-dist';

get error -
plotly.js:24965 Uncaught TypeError: Cannot read property 'document' of undefined
at plotly.js:24965

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions