-
-
Notifications
You must be signed in to change notification settings - Fork 544
Add sunburst documentation #1300
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
Conversation
--- | ||
title: Javascript Graphing Library D3.js-based Sunburst Plots | Examples | Plotly | ||
name: Sunburst Plots | ||
permalink: javascript/sunburst/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's make the permalink javascript/sunburst-charts/
@@ -0,0 +1,16 @@ | |||
--- | |||
title: Javascript Graphing Library D3.js-based Sunburst Plots | Examples | Plotly | |||
name: Sunburst Plots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a suggestion but I think the terms Sunburst Charts or Sunburst Graphs are a bit more common
--- | ||
title: R Sunburst Charts | Examples | Plotly | ||
name: Sunburst Charts | ||
permalink: r/sunburst/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sunburst-charts
@@ -0,0 +1,292 @@ | |||
--- | |||
permalink: python/sunburst/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sunburst-charts
for sunburst trace type.
_includes/documentation_eg.html
Outdated
@@ -627,6 +627,14 @@ <h4 class="example-section-title" id="layout-options"> | |||
</div> | |||
{% endif %} | |||
|
|||
{% if page.dash_url %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this codeblock added on purpose to this pr?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, just a dirty repo... I'm getting rid of it.
7026d6a
to
c0e27fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 thanks for making the updates!!!
resolves #1294