Paweł Fus
Paweł Fus
Hi @onkelandy Could you create a demo? I will take a look if we can workaround the issue. Thanks!
Thanks! I think it will be easier to use scatter - it won't work as you need (kind of `snap`/`distance` option), but it won't block you from clicking on a...
Demo for the issue: http://jsfiddle.net/highcharts/AyUbx/ (official one). Issue comes from [this line](https://github.com/highcharts/draggable-points/blob/460cc912cc2e0d076d41ea189e0df32d3441222d/draggable-points.js#L72). I think there should be `else` case to return an empty point, or simply define `newPos = {}`...
I think this is Highcharts core issue, consider this example: http://jsfiddle.net/AyUbx/2402/ - we are not able to mouseover bubble series points (tooltip). Without mouseover event, you can not drag&drop any...
Sorry, indeed it doesn't work. I thought it was reported in highcharts, not draggable-points, so I removed my comment because it was a mistake. Thank you for the demo! The...
Yes, it looks good, however the width sometimes is incorrect (thus wrong extremes, or the other way around): https://jsfiddle.net/BlackLabel/ockqrjvz/2/ (see console). My bet for the culprit goes for incorrect from/to,...
The problem with vanishing columns is related to cropping the data. While disabling it (`cropThreshold = 0`) - it works fine, demo: https://jsfiddle.net/BlackLabel/ockqrjvz/12/
Bump @TorsteinHonsi I'm not sure about the error in Dash build process - did something change in v3.1 or Highcharts v12?
There's one small problem with `styledMode` and EditableAnnotations. In `styledMode`, all styling options are ignored (eg. `strokeWidth: 10`). It is possible to apply config from Popup into CSS directly (that's...
Hi @kalimuthu123 Could you elaborate a little? What do you mean by table chart? We don't have such chart in our series types: https://www.highcharts.com/docs/chart-and-series-types/chart-types Please provide live demo of the...