apexcharts / apexcharts.js

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

DOCS - mixed charts > multiple Y-axis sample not showing #4409

Closed ccppoo closed 2 months ago

ccppoo commented 2 months ago

Description

image

mixed-charts/multiple-yaxis/

sample chart provided in docs aren't generated

console :

Uncaught (in promise) TypeError: i is undefined
    u https://cdn.jsdelivr.net/npm/apexcharts:6
    value https://cdn.jsdelivr.net/npm/apexcharts:6
    value https://cdn.jsdelivr.net/npm/apexcharts:6
    value https://cdn.jsdelivr.net/npm/apexcharts:14
    value https://cdn.jsdelivr.net/npm/apexcharts:6
    value https://cdn.jsdelivr.net/npm/apexcharts:14
    value https://cdn.jsdelivr.net/npm/apexcharts:14
    componentDidMount https://cdn.jsdelivr.net/npm/react-apexcharts@1.3.6/dist/react-apexcharts.iife.min.js:1
    React 11
    anonymous https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js line 3 > Function:158
    run https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js:3
    l https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js:3
    i https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js:3
[apexcharts:6:35466](https://cdn.jsdelivr.net/npm/apexcharts)

Steps to Reproduce

Expected Behavior

Actual Behavior

Screenshots

Reproduction Link

rosco54 commented 2 months ago

The underlying issue in ApexCharts has been fixed. See #4382, although the demo page needs to be updated to use the latest version (I assume).

junedchhipa commented 2 months ago

Yes, the samples had to be updated. Uploaded new samples on the website.