Skip to content

Commit

Permalink
Adding comment to denote the purpose of the class in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed May 11, 2022
1 parent 79cf5cb commit c2421c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ class ChartHolder extends React.Component {
className={cx(
'dashboard-component',
'dashboard-component-chart-holder',
// The following class is added to support custom dashboard styling via the CSS editor
`dashboard-chart-id-${chartId}`,
this.state.outlinedComponentId ? 'fade-in' : 'fade-out',
isFullSize && 'full-size',
Expand Down

0 comments on commit c2421c0

Please sign in to comment.