You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a strange issue, in my local my bar chart alignment is proper it is starting from zero but in the test server it is not showing properly i am attaching the images for this issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am having a strange issue, in my local my bar chart alignment is proper it is starting from zero but in the test server it is not showing properly i am attaching the images for this issue
Here is my code for the data and series
` const data = {
series: chartData.data.map((item) => {
return {
name: item?.name,
data: item?.data,
};
}),
};`
I haven't added any external CSS
Test Server:
Local:
The text was updated successfully, but these errors were encountered: