apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.26k stars 1.29k forks source link

I have a problem with big data #4494

Closed Wellers0n closed 4 months ago

Wellers0n commented 4 months ago

Description

I have a problem with large data

Steps to Reproduce

export const chartData = [
  {
    total: 3816,
    amount: 16418963,
  },
  {
    total: 6280,
    amount: 15983792,
  },
  {
    total: 2425,
    amount: 2155740,
  },
  {
    total: 1542,
    amount: 3114573,
  },
  {
    total: 1472,
    amount: 1047791,
  },
]

Screenshots

image

brianlagunas commented 4 months ago

Did not provide required reproduction link