square / crossfilter

Fast n-dimensional filtering and grouping of records.
https://square.github.com/crossfilter/
Other
6.22k stars 1.31k forks source link

Format axis independently #180

Closed mas-dse-acatovic closed 5 years ago

mas-dse-acatovic commented 5 years ago

When a formatting is applied to the axis, for example using tickFormat(), it reflects on all the charts. Is it possible to format the axis for each chart independently?

gordonwoodhull commented 5 years ago

I think you've got the wrong repo. Crossfilter is just the database and does not itself have axes or ticks to format.

Are you using dc.js?

Also, if this is a support question, it may be better suited for Stack Overflow. Github is usually for bugs and feature requests (although different repos handle this differently).

mas-dse-acatovic commented 5 years ago

OK, thanks.