Open
Description
I am using dc.js for a long time. Moreover its really appreciated the latest release with d3.v4/v5 support. Kudos ! to the contributors.
Current version (v3), Is there any way to configure the x axis alignment on 'Top' instead of 'bottom'. In v2 chartRef.xAxis().orient("top")
solve the issue. As d3.v4 with new axis orientation functions , what was the solution for manually applying the orientation for x axis d3.axisTop . As per the row chart documentation x axis orientation default to bottom. Row chart .