In dimple.js is there a way to, for example, reduce the number of y-axis ticks by half so that it would only show every other y tick instead of all of them?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can modify it after draw with some d3. Here is a method which will remove the labels leaving every nth one:
Here's the fiddle:
http://jsfiddle.net/V3jt5/1/