Skip to content

Commit 65d9831

Browse files
committed
ApexChart: add facet ID
1 parent c0a0769 commit 65d9831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/components/facet_results/ApexChart.js

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class ApexChart extends React.Component {
113113
tooltip: this.props.tooltip || null,
114114
fetchInstanceAnalysis: this.props.fetchInstanceAnalysis,
115115
resultClass: this.props.resultClass,
116+
facetID: this.props.facetID,
116117
facetClass: this.props.facetClass,
117118
screenSize: this.props.screenSize
118119
})

0 commit comments

Comments
 (0)