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?