Skip to content

Commit

Permalink
Pass $canvas-id param
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 25, 2023
1 parent 8712455 commit 76733ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ exclude-result-prefixes="#all"
<xsl:with-param name="category" select="$category"/>
<xsl:with-param name="series" select="$series"/>
<xsl:with-param name="container" select="$container"/>
<xsl:with-param name="canvas-id" select="$canvas-id"/>
</xsl:call-template>
</ixsl:schedule-action>
</xsl:variable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exclude-result-prefixes="#all">
<xsl:param name="service" as="xs:anyURI?"/>
<xsl:param name="endpoint" as="xs:anyURI?"/>
<xsl:param name="show-properties" select="false()" as="xs:boolean"/>
<xsl:param name="canvas-id" select="generate-id() || '-chart-canvas'" as="xs:string?" tunnel="yes"/>
<xsl:param name="canvas-id" select="generate-id() || '-chart-canvas'" as="xs:string" tunnel="yes"/>

<xsl:apply-templates select="." mode="bs2:Header"/>

Expand Down

0 comments on commit 76733ef

Please sign in to comment.