Open mohd-fahd opened 1 year ago
Hi there,
I have used Stacked Bar 100 on my Vue 3 project using composition Api.
I have made dynamically changing values of series and categories, which is working fine on development. In series I have two data's
On production it works fine when I received only one data either it is 1. Last month income nor 2. Current month income.
When both data gets updated then it crashes the page. I think the data calculation making the page crash.
I have tried in many ways to update the data's but its same working on development not in production.
Please help me to resolve 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.
Hi there,
I have used Stacked Bar 100 on my Vue 3 project using composition Api.
I have made dynamically changing values of series and categories, which is working fine on development. In series I have two data's
On production it works fine when I received only one data either it is 1. Last month income nor 2. Current month income.
When both data gets updated then it crashes the page. I think the data calculation making the page crash.
I have tried in many ways to update the data's but its same working on development not in production.
Please help me to resolve this issue.