You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, not really sure where to report this, but here it goes anyway.
The documentations for both the 2.1.6 and 2.1.8 say the default xAxisPaddingUnit value is 'days'.
I dont think that is true: setting it manually to 'days' raises the error
Uncaught TypeError: d3.time[t].offset is not a function
at Object.dc.utils.subtract (utils.js:186)
at Object._chart.xAxisMin (stack-mixin.js:196)
at prepareXAxis (coordinate-grid-mixin.js:459)
at drawChart (coordinate-grid-mixin.js:1139)
at Object._chart._doRender (coordinate-grid-mixin.js:1118)
at Object._chart.render [as _render] (base-mixin.js:660)
at Object.render (bar-chart.js:52)
Thats also true using 'months'. Using 'day' and 'month', however, work as intended.
The text was updated successfully, but these errors were encountered:
Hey guys, not really sure where to report this, but here it goes anyway.
The documentations for both the 2.1.6 and 2.1.8 say the default xAxisPaddingUnit value is 'days'.
I dont think that is true: setting it manually to 'days' raises the error
Thats also true using 'months'. Using 'day' and 'month', however, work as intended.
The text was updated successfully, but these errors were encountered: