Skip to content

Commit d3f83b8

Browse files
authored
Merge pull request #1314 from plotly/add-layout-attrs-waterfall-sunburst-pie
add layout attributes to reference page for sunburst, waterfall and pie
2 parents 56aeb65 + 40e424d commit d3f83b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_includes/plotschema-reference.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,21 @@
7373
{% assign attribute=site.data.plotschema.schema.traces.violin.layoutAttributes %}
7474
{% assign block = "layout" %}
7575
{% include reference-block.html parentlink=localparentlink block=block %}
76+
77+
{% assign localparentlink="layout" %}
78+
{% assign attribute=site.data.plotschema.schema.traces.waterfall.layoutAttributes %}
79+
{% assign block = "layout" %}
80+
{% include reference-block.html parentlink=localparentlink block=block %}
81+
82+
{% assign localparentlink="layout" %}
83+
{% assign attribute=site.data.plotschema.schema.traces.pie.layoutAttributes %}
84+
{% assign block = "layout" %}
85+
{% include reference-block.html parentlink=localparentlink block=block %}
86+
87+
{% assign localparentlink="layout" %}
88+
{% assign attribute=site.data.plotschema.schema.traces.sunburst.layoutAttributes %}
89+
{% assign block = "layout" %}
90+
{% include reference-block.html parentlink=localparentlink block=block %}
7691
</div>
7792
</div>
7893

0 commit comments

Comments
 (0)