Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Try to export a PieCharts to XLSX #2

@reiniermujica

Description

@reiniermujica

I found a bug in my company software, when the client try to export a PieCharts to XLSX, the export sheet only contains the first row of the data.

The data is in this format:
[
{
"name": "Brands",
"colorByPoint": true,
"data": [
{
"name": "Chrome",
"y": 61.41,
"sliced": true,
"selected": true
},
{
"name": "Internet Explorer",
"y": 11.84
},
{
"name": "Firefox",
"y": 10.85
}
]

I finally found that the problem was in this function: highcharts/highcharts#7913 (comment)

When the data is filtering. I removed the function and the export success.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions