We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a0769 commit 65d9831Copy full SHA for 65d9831
src/client/components/facet_results/ApexChart.js
@@ -113,6 +113,7 @@ class ApexChart extends React.Component {
113
tooltip: this.props.tooltip || null,
114
fetchInstanceAnalysis: this.props.fetchInstanceAnalysis,
115
resultClass: this.props.resultClass,
116
+ facetID: this.props.facetID,
117
facetClass: this.props.facetClass,
118
screenSize: this.props.screenSize
119
})
0 commit comments