Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From the 14th legend, the checkbox cannot be clicked #560

Closed
devwoo725 opened this issue Feb 5, 2021 · 3 comments
Closed

From the 14th legend, the checkbox cannot be clicked #560

devwoo725 opened this issue Feb 5, 2021 · 3 comments

Comments

@devwoo725
Copy link

Describe the bug
14번째 범례부터 체크박스 클릭이 안됩니다.

To Reproduce

<html>
<head>
    <title>Title</title>
    <link rel="stylesheet" href=../toastui-chart.min.css">
    <script type="text/javascript" src="../toastui-chart.js"></script>
</head>
<body>

<div id="chart-area"></div>
<script type="text/javascript">
    const el = document.getElementById('chart-area');
    const data = {
        categories: ['Browser'],
        series: [
            ... 14 이상 등록
        ]
    }
    // Basic
    const options = {
        chart: { title: 'Usage share of web browsers', width: 600, height: 400 },
        series: {
            dataLabels: { visible: true }
        }
    };

    const chart = toastui.Chart.pieChart({ el, data, options });
</script>
</body>
</html>

Desktop (please complete the following information):

  • OS: win10 pro
  • Browser [chrome]
  • Version [버전 87.0.4280.141(공식 빌드) (64비트)]
@jung-han
Copy link
Member

jung-han commented Feb 5, 2021

This issue is being fixed now. I'll let you know when released. Thanks for the reporting!

@jung-han jung-han changed the title 14번째 범례부터 체크박스 클릭이 안됩니다. From the 14th legend, the checkbox cannot be clicked Feb 5, 2021
@jung-han
Copy link
Member

@devwoo725
Resolved in 4.1.0! Check this version!

@stale
Copy link

stale bot commented Mar 20, 2021

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

@stale stale bot added the inactive label Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants