heavysixer / d4

A friendly reusable charts DSL for D3
MIT License
433 stars 46 forks source link

Axis ticks dash's #11

Closed Timopheym closed 10 years ago

Timopheym commented 10 years ago

Is it planned to create an axis ticks (like in Excel).'Corse sometimes it's hard to see what tic is complemented to what bar. screen shot 2014-05-12 at 8 23 27 pm

heavysixer commented 10 years ago

@Timopheym for these kind of visual issues it would be great to see an example of what you want the final result to look like. That will give me a better understanding of what you are after.

Timopheym commented 10 years ago

Like that. When you have small lines to the ticks of grid. It can be implemented in axis feature. screen shot 2014-05-12 at 8 31 03 pm

heavysixer commented 10 years ago

@Timopheym you can already do that. Check this out: http://jsfiddle.net/XquZY/ Essentially, any d3 axis config can be passed as an accessor with d4.

Timopheym commented 10 years ago

Thank's!