We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to reduce the ticks on the yAxis (the axis with dates), but in the screenshot please see the value of chart but all ticks are showing
As seen in the screenshot I've tried
chart.reduceXTicks = true; chart.reduceYTicks = true; chart.yAxis.showMaxMin = true; chart.yAxis.tickValues = [ few values ]; chart.yAxis.ticks = 4; chart.xAxis.showMaxMin = true; chart.xAxis.tickValues = [ few values ]; chart.xAxis.ticks = 4;
But still get all the ticks. & @ http://krispo.github.io/angular-nvd3/#/multiBarHorizontalChart no extended options I've tried reduceTicks either. How may reducing y axis ticks for a multiBarHorizontalChart be done?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to reduce the ticks on the yAxis (the axis with dates), but in the screenshot please see the value of chart but all ticks are showing
As seen in the screenshot I've tried
chart.reduceXTicks = true;
chart.reduceYTicks = true;
chart.yAxis.showMaxMin = true;
chart.yAxis.tickValues = [ few values ];
chart.yAxis.ticks = 4;
chart.xAxis.showMaxMin = true;
chart.xAxis.tickValues = [ few values ];
chart.xAxis.ticks = 4;
But still get all the ticks. & @ http://krispo.github.io/angular-nvd3/#/multiBarHorizontalChart no extended options I've tried reduceTicks either. How may reducing y axis ticks for a multiBarHorizontalChart be done?
The text was updated successfully, but these errors were encountered: