diff --git a/_includes/plotschema-reference.html b/_includes/plotschema-reference.html
index 27a6c9708f31..24ecbe7d0ba0 100644
--- a/_includes/plotschema-reference.html
+++ b/_includes/plotschema-reference.html
@@ -73,6 +73,21 @@
{% assign attribute=site.data.plotschema.schema.traces.violin.layoutAttributes %}
{% assign block = "layout" %}
{% include reference-block.html parentlink=localparentlink block=block %}
+
+ {% assign localparentlink="layout" %}
+ {% assign attribute=site.data.plotschema.schema.traces.waterfall.layoutAttributes %}
+ {% assign block = "layout" %}
+ {% include reference-block.html parentlink=localparentlink block=block %}
+
+ {% assign localparentlink="layout" %}
+ {% assign attribute=site.data.plotschema.schema.traces.pie.layoutAttributes %}
+ {% assign block = "layout" %}
+ {% include reference-block.html parentlink=localparentlink block=block %}
+
+ {% assign localparentlink="layout" %}
+ {% assign attribute=site.data.plotschema.schema.traces.sunburst.layoutAttributes %}
+ {% assign block = "layout" %}
+ {% include reference-block.html parentlink=localparentlink block=block %}