-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
I am using this on next.js but it shows TypeError: Chartist[type] is not a constructor
.
<ChartistGraph
data={{
label: timeline.map(item => dayjs(item[0]).format('MM YYYY')),
series: [timeline.map(item => item[1])]
}}
options={{
fullWidth: true,
axisX: {
showGrid: true
},
}}
type='Line'
/>
I tried <NoSsr />
of MUI but to no avail. Any Solutions?
Hanaffi, ndri and architechpro
Metadata
Metadata
Assignees
Labels
No labels