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 73
73
{% assign attribute=site.data.plotschema.schema.traces.violin.layoutAttributes %}
74
74
{% assign block = "layout" %}
75
75
{% include reference-block.html parentlink=localparentlink block=block %}
76
+
77
+ {% assign localparentlink="layout" %}
78
+ {% assign attribute=site.data.plotschema.schema.traces.waterfall.layoutAttributes %}
79
+ {% assign block = "layout" %}
80
+ {% include reference-block.html parentlink=localparentlink block=block %}
81
+
82
+ {% assign localparentlink="layout" %}
83
+ {% assign attribute=site.data.plotschema.schema.traces.pie.layoutAttributes %}
84
+ {% assign block = "layout" %}
85
+ {% include reference-block.html parentlink=localparentlink block=block %}
86
+
87
+ {% assign localparentlink="layout" %}
88
+ {% assign attribute=site.data.plotschema.schema.traces.sunburst.layoutAttributes %}
89
+ {% assign block = "layout" %}
90
+ {% include reference-block.html parentlink=localparentlink block=block %}
76
91
</ div >
77
92
</ div >
78
93
You can’t perform that action at this time.
0 commit comments