Open charleslxh opened 8 years ago
@charleslxh You should do something like this: xAxis={{ tickValues: [2001,2002,2003}}
.
A component example:
<NVD3Chart xAxis={{tickValues: [2001,2002,2003]}} .../>
I didn't tested it but it should work.
@charleslxh Can I close this?
I just tested and it works like that.
I need to reduce the x tick values, because they will overlay each other if too many, so I want to use xTickValues, but it not work.