coderbunker / timesheet-dashboard-react

0 stars 0 forks source link

To make bars in graph change state onclick #3

Open sam123evers opened 6 years ago

sam123evers commented 6 years ago

Saving this feature for the future


                      this.state.selectedDiv === m.node.label
                        ? "month-total-active"
                        : "month-total"
                    } 
                    onClick={() => {
                      this.setState({selectedDiv: m.node.label})
                    }}```