From 40e424d02375cc41b899a2c686bb6098f9e0a7d9 Mon Sep 17 00:00:00 2001 From: michaelbabyn Date: Tue, 23 Apr 2019 17:59:11 -0400 Subject: [PATCH] add layout attributes to reference page for sunburst, waterfall and pie --- _includes/plotschema-reference.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 %}