One question I have regarding my bubbleChart
in dc.js is related to the x-axis. I want the count on the x-axis to always start at 0, but have an upper bound that adjusts based on the range I am looking at. Currently, when I use .elasticX(true)
, both the upper and lower bounds are automatically adjusted. Is there a simple way to make the upper bound elastic while keeping the lower bound fixed at 0?