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

Improve bubble and scatter csv re: #62 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

personman
Copy link

The layout for the csv file is now Series Name, X, Y, (Z). Then I use the X and Y axis labels as headers. There's no Z axis label for bubble charts, so I just use 'Bubble Size' as the header.

The layout for the csv file is now Series Name, X, Y, (Z). Then I use the X and Y axis labels as headers. There's no Z axis label for bubble charts, so I just use 'Bubble Size' as the header.
@TorsteinHonsi
Copy link
Contributor

Thanks for the PR, but we'd like to keep series consistent, so we need to work out a general way to label the columns that works for all series types. Using the axis titles is a good idea, except your code gives an error when it is not defined.

Currently a clear bug with bubbles is that the Z value is not represented at all in the column headers: http://jsfiddle.net/highcharts/cqjvD/959/

@TorsteinHonsi
Copy link
Contributor

I just commited a fix for the missing column headers. I also added a formatter option. See it live on jsFiddle. How does this work for you?

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

Successfully merging this pull request may close these issues.

2 participants