forio / contour

Apache License 2.0
120 stars 21 forks source link

Tooltips do not account for `offset` (Bar/Column Charts) #296

Open hkumar1993 opened 5 years ago

hkumar1993 commented 5 years ago

Setting offset in the options for the chart will display the bar/column correctly, however the tooltip will still render in the position it would be if the bar/column was not offset.

{
    ...options,
    column: {
        offset: 20,
    }
}

Column without offset:

col-without-offset

Column with offset:

col-with-offset