degr

Results 4 comments of degr

Previously I implement same component and behavior was pretty user friendly and simple. When user click on lowest time-frame option, popup disappear. It is reasonable because nobody set seconds before...

From my opinion this is best one https://codesandbox.io/s/antd-reproduction-template-forked-py8p2

Really frustrating bug, however, I was able to fix it with html+css (at least with PieChart) ``` this.chart = chart} width={this.props.width} height={this.props.height} chartType={this.props.chartType} loader={Loading Chart} data={data} options={this.props.options} legendToggle /> ```...