SYMBOL INDEX (60 symbols across 6 files) FILE: examples/app.jsx class ExampleBarChart (line 7) | class ExampleBarChart extends React.Component { method constructor (line 9) | constructor(props) { method componentDidMount (line 23) | componentDidMount() { method render (line 37) | render() { class ExamplePieChart (line 54) | class ExamplePieChart extends React.Component { method constructor (line 56) | constructor(props) { method render (line 70) | render() { class ExampleDonutChart (line 87) | class ExampleDonutChart extends React.Component { method constructor (line 89) | constructor(props) { method render (line 103) | render() { class ExampleBubbleChart (line 122) | class ExampleBubbleChart extends React.Component { method constructor (line 124) | constructor(props) { method render (line 157) | render () { class SomeCustomChart (line 172) | class SomeCustomChart { method constructor (line 173) | constructor(el, props) { method getColor (line 178) | getColor() { method create (line 182) | create(data) { method update (line 215) | update() { method unmount (line 220) | unmount() { class ExampleCustomChart (line 225) | class ExampleCustomChart extends React.Component { method constructor (line 227) | constructor(props) { method render (line 241) | render() { class App (line 256) | class App extends React.Component { method render (line 257) | render() { FILE: src/components/BarChart.js class BarChart (line 4) | class BarChart extends BaseChart { method getScaleX (line 5) | getScaleX() { method getScaleY (line 9) | getScaleY() { method createAxisX (line 13) | createAxisX(x) { method createAxisY (line 17) | createAxisY(y) { method onMouseOver (line 21) | onMouseOver(d) { method create (line 27) | create(data) { method update (line 83) | update(data) { FILE: src/components/BaseChart.js class BaseChart (line 10) | class BaseChart { method constructor (line 11) | constructor(el, props) { method getColor (line 28) | getColor() { method addTooltips (line 33) | addTooltips() { method onMouseMove (line 49) | onMouseMove() { method onMouseOut (line 62) | onMouseOut() { method unmount (line 71) | unmount() { method create (line 75) | create() { method update (line 80) | update() { FILE: src/components/BubbleChart.js class BubbleChart (line 4) | class BubbleChart extends BaseChart { method addText (line 5) | addText() { method setText (line 14) | setText(node) { method onMouseOver (line 18) | onMouseOver(node) { method create (line 24) | create(data) { method update (line 58) | update(data) { FILE: src/components/Chart.js class Chart (line 8) | class Chart extends React.Component { method constructor (line 9) | constructor(props) { method componentDidMount (line 19) | componentDidMount() { method componentDidUpdate (line 35) | componentDidUpdate() { method componentWillUnmount (line 39) | componentWillUnmount() { method render (line 43) | render() { FILE: src/components/PieChart.js class PieChart (line 4) | class PieChart extends BaseChart { method arcTween (line 12) | arcTween(a) { method onMouseOver (line 21) | onMouseOver(d) { method addLegend (line 27) | addLegend() { method getHeight (line 59) | getHeight(numberOfItems) { method create (line 70) | create(data) { method update (line 124) | update(data) {