Box plot with dual dimension and dual x-axis using dc.js
问题 Is it possible with dc.js to draw two x-axis of a graph i.e. one is below and one is above. One Dimension/ x-axis contain a b and above x-axis contain 1 (a b with below a-axis) 2 (a b with below x-axis). An img is attached to explain the view. If it is possible kindly give some suggestion. Regards. 回答1: As for adding lines between the box plots, here is a hacky solution that works ok. Would probably need some work to make it general. Assume we have the domain ( ['1A', '1B', '2A, '2B', ...] )