Skip to content

Why Chart component not working? #5

@Beace

Description

@Beace

my code:

<Chart>
<LineChart
              showXGrid= {true}
              showYGrid= {true}
              margins= {margins}
              title={title}
              data={ChartData}
              width={width}
              height={height}
              chartSeries={ChartSeries}
              x={x}
            />
</Chart>

It's blank on my webpage.When I delete Chart Component,it working!Why?

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