apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
302 stars 33 forks source link

Categories and Series data not updating on production, vue3 - Stacked Bar 100 #69

Open mohd-fahd opened 1 year ago

mohd-fahd commented 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

  1. Last month income
  2. Current month income

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.

github-actions[bot] commented 1 month ago

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.