Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

CSV export for treemap does not contain serie names #98

Open
quartelh opened this issue Jun 3, 2016 · 1 comment
Open

CSV export for treemap does not contain serie names #98

quartelh opened this issue Jun 3, 2016 · 1 comment
Labels

Comments

@quartelh
Copy link

quartelh commented Jun 3, 2016

Hi,

it seems that the CSV export does not work well on treemaps. The CSV only consists of Category and Series 1, but the Series name is left empty.

See jsfiddle for an example: http://jsfiddle.net/t99vzq42/

This is the result of the csv export:
Category,"Series 1"
0
1
2
3,5
4,3
5,4
6,4
7,1
8,1
9,1
10,3
11,3
12,2

Expected:

Bananas, Rick, 10
Bananas, Anne, 4
...
Apples, Anne, 5
...

@TorsteinHonsi
Copy link
Contributor

You can display the point name in the export by adding the keys option: http://jsfiddle.net/highcharts/t99vzq42/2/.

But I agree that this should be expected out of the box. Probably we need to change the pointArrayMap property.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants