File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 58
58
{% assign attribute=site.data.plotschema.schema.layout.layoutAttributes %}
59
59
{% assign block = "layout" %}
60
60
{% 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 %}
61
76
</ div >
62
77
</ div >
63
78
You can’t perform that action at this time.
0 commit comments