Skip to content

docs: Gantt type should not be a string #69

@watery

Description

@watery

From the Data > Overview section of the Storybook;

Here is a schematic code for configuring an activity chart:

 var gantt = new Gantt( { type: 'Gantt.type.ACTIVITY_CHART', ... });

But if type is expressed as a string, the component results in "No data available in table", while removing the quotes makes it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions