Skip to content

Commit

Permalink
#38: remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
m4nv3ru committed Apr 13, 2022
1 parent 86c6c54 commit 47cb16d
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ export default class BubbleChart extends React.Component {
}
];

/*
<ChartLegend
title="Authors"
x={15}
y={15}
colors={this.state.colors}
content={this.state.content}
ref={legend => (this.legendRef = legend)}
/>
<Legend x={10} y={10} categories={categories} />
*/

return (
<div className={this.styles.chartArea}>
<svg className={this.styles.chartDrawingArea} ref={svg => (this.svgRef = svg)}>
Expand Down

0 comments on commit 47cb16d

Please sign in to comment.