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

Feature/sunburst level size #7680

Merged
merged 15 commits into from Jan 26, 2018
Merged

Feature/sunburst level size #7680

merged 15 commits into from Jan 26, 2018

Conversation

jon-a-nygaard
Copy link
Contributor

Introducing new options to have granular control of the widths of the "rings" in a Sunburst chart.

This suggestion introduces levelSize.unit as an option, but could it be a better idea to use levelSize.type instead? Since neither weight or percentage is a unit of measurement, and type is a common option name in the Highcharts API. @TorsteinHonsi

Examples

Related Issues

Options

series.sunburst.levelSize

  • Type: Object

series.sunburst.levelSize.value

  • Type: Number
  • Default: 1

series.sunburst.levelSize.unit

  • Type: String
  • Default: "weight"
  • Valid values: ["pixels", "percentage", "weight"]

series.sunburst.levels.levelIsConstant

  • Type: Boolean
  • Default: series.sunburst.levelIsConstant

series.sunburst.levels.levelSize

  • Type: Object
  • Default: series.sunburst.levelSize

series.sunburst.levels.levelSize.unit

  • Type: String
  • Default: series.sunburst.levelSize.value
  • Valid values: ["pixels", "percentage", "weight"]

series.treemap.levels.levelIsConstant

  • Type: Boolean
  • Default: series.treemap.levelIsConstant

TorsteinHonsi
TorsteinHonsi previously approved these changes Jan 24, 2018
Copy link
Collaborator

@TorsteinHonsi TorsteinHonsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve conflicts, otherwise approved.

@jon-a-nygaard
Copy link
Contributor Author

Updated with latest changes from master. @TorsteinHonsi

@TorsteinHonsi TorsteinHonsi merged commit 0bb1cf0 into master Jan 26, 2018
@TorsteinHonsi TorsteinHonsi deleted the feature/sunburst-level-size branch January 26, 2018 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants