From cb79afb7ba37c7b21fe67552c4f79d0a76ca5d63 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Thu, 26 Apr 2018 16:41:43 -0400 Subject: [PATCH] trace-type-specific layout attributes in reference pages --- _includes/plotschema-reference.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_includes/plotschema-reference.html b/_includes/plotschema-reference.html index 31394ddf68e9..27a6c9708f31 100644 --- a/_includes/plotschema-reference.html +++ b/_includes/plotschema-reference.html @@ -58,6 +58,21 @@ {% assign attribute=site.data.plotschema.schema.layout.layoutAttributes %} {% assign block = "layout" %} {% include reference-block.html parentlink=localparentlink block=block %} + + {% assign localparentlink="layout" %} + {% assign attribute=site.data.plotschema.schema.traces.box.layoutAttributes %} + {% assign block = "layout" %} + {% include reference-block.html parentlink=localparentlink block=block %} + + {% assign localparentlink="layout" %} + {% assign attribute=site.data.plotschema.schema.traces.bar.layoutAttributes %} + {% assign block = "layout" %} + {% include reference-block.html parentlink=localparentlink block=block %} + + {% assign localparentlink="layout" %} + {% assign attribute=site.data.plotschema.schema.traces.violin.layoutAttributes %} + {% assign block = "layout" %} + {% include reference-block.html parentlink=localparentlink block=block %}