Skip to content

Commit

Permalink
chore(CustomVizGuide): Fix visualization component names
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaNocera committed Mar 23, 2021
1 parent e1e8fb1 commit 5d71da0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CHART_TYPES = {
'Treemap': 'treemap'
}

export default class TypicalDoorVisualization extends React.Component {
export default class YourAwesomeVisualization extends React.Component {
// Custom props you wish to be configurable in the UI must also be defined in
// the nr1.json file for the visualization. See docs for more details.
static propTypes = {
Expand Down Expand Up @@ -422,7 +422,7 @@ const CHART_TYPES = {
'Treemap': 'treemap'
}

export default class TypicalDoorVisualization extends React.Component {
export default class YourAwesomeVisualization extends React.Component {
// Custom props you wish to be configurable in the UI must also be defined in
// the nr1.json file for the visualization. See docs for more details.
static propTypes = {
Expand Down

0 comments on commit 5d71da0

Please sign in to comment.