Skip to content

Commit b4cc191

Browse files
trace-type-specific layout attributes in reference pages (#927)
1 parent 13b5064 commit b4cc191

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_includes/plotschema-reference.html

+15
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@
5858
{% assign attribute=site.data.plotschema.schema.layout.layoutAttributes %}
5959
{% assign block = "layout" %}
6060
{% include reference-block.html parentlink=localparentlink block=block %}
61+
62+
{% assign localparentlink="layout" %}
63+
{% assign attribute=site.data.plotschema.schema.traces.box.layoutAttributes %}
64+
{% assign block = "layout" %}
65+
{% include reference-block.html parentlink=localparentlink block=block %}
66+
67+
{% assign localparentlink="layout" %}
68+
{% assign attribute=site.data.plotschema.schema.traces.bar.layoutAttributes %}
69+
{% assign block = "layout" %}
70+
{% include reference-block.html parentlink=localparentlink block=block %}
71+
72+
{% assign localparentlink="layout" %}
73+
{% assign attribute=site.data.plotschema.schema.traces.violin.layoutAttributes %}
74+
{% assign block = "layout" %}
75+
{% include reference-block.html parentlink=localparentlink block=block %}
6176
</div>
6277
</div>
6378

0 commit comments

Comments
 (0)