colorBars не работают в BarChat response.js - PullRequest
0 голосов
/ 03 июля 2018

Бары не отображаются в цветах. Вот мой код.

 <BarChart
      colorBars
       data={this.state.data}
       width={350}
       height={400}
       margin={{top: 10, bottom: 50, left: 50, right: 10}}
       />

Вот мой вывод: - нажмите здесь

...