highcharts / draggable-points

MIT License
32 stars 34 forks source link

Abnormal behavior on drag to negative value in column chart #78

Closed MercusChan closed 6 years ago

MercusChan commented 6 years ago

sometimes can't drag or can't drop

seems not yet support

pawelfus commented 6 years ago

It looks like drag handler is mispositioned: http://jsfiddle.net/AyUbx/3816/ but dragging works fine. Could you recreate issue in jsFiddle?

MercusChan commented 6 years ago

Your example works well.

Please followup on drag handler is mispositioned.

sebastianbochan commented 6 years ago

Hi @MercusChan, Do you mean that handler does not move on negative bars or Im wrong?

MercusChan commented 6 years ago

Hi @sebastianbochan Base on the example from @pawelfus, I only found the problem on drag handler is mispositioned.

MercusChan commented 6 years ago

Found how to repeat after added column: { stacking: 'normal' } under plotOptions

http://jsfiddle.net/AyUbx/3820/

MercusChan commented 6 years ago

@pawelfus any progress on fix?

KacperMadej commented 6 years ago

@MercusChan Both problems should be now resolved.