I'm trying to integrate Kendo Charts into my project, but unlike other Kendo components, Charts are not displayed as expected.
What I expect:Component on Kendo site
What I get:Component on my site
Code:
<Chart>
<ChartSeries>
<ChartSeriesItem data={[ 1, 2, 3, 5 ]} name="Fibonacci"/>
</ChartSeries>
</Chart>