Skip to content

Commit

Permalink
Do not initialize chart in onContentValueLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 21, 2023
1 parent b5a3127 commit 93cb2d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ exclude-result-prefixes="#all"
</xsl:if>

<!-- initialize chart -->
<xsl:for-each select="key('elements-by-class', 'chart-canvas', $container)">
<!-- <xsl:for-each select="key('elements-by-class', 'chart-canvas', $container)">
<xsl:variable name="canvas-id" select="@id" as="xs:string"/>
<xsl:variable name="chart-type" select="xs:anyURI('&ac;Table')" as="xs:anyURI"/>
<xsl:variable name="category" as="xs:string?"/>
Expand All @@ -1430,7 +1430,7 @@ exclude-result-prefixes="#all"
<xsl:with-param name="category" select="$category"/>
<xsl:with-param name="series" select="$series"/>
</xsl:call-template>
</xsl:for-each>
</xsl:for-each>-->
</xsl:when>
<!-- content could not be loaded from Linked Data, attempt a fallback to a DESCRIBE query over the local endpoint -->
<xsl:when test="?status = 502">
Expand Down

0 comments on commit 93cb2d5

Please sign in to comment.