Rafał

Results 103 comments of Rafał

Hi @bimobutila, thank you for reporting a bug! It's a regression after https://github.com/highcharts/highcharts/commit/de1a1a699c1687da99097602b0d02091c4e559ed Workaround (set `tooltip.split: false`): https://jsfiddle.net/BlackLabel/tgomfx58/

Hi @dragoshzava, thanks for reporting the issue! The console error can be fixed here: https://github.com/highcharts/highcharts/blob/d29fd2a95ed8e14d8a21fc28d8808c27885919d8/ts/Core/Axis/GridAxis.ts#L670-L673 by adding this line ```ts ( options.dateTimeLabelFormats[tickInfo.unitName] && (options.dateTimeLabelFormats[tickInfo.unitName] as any).range === false || tickInfo.count...

@dragoshzava, > Will this issue be included in the next hotfix/releases? We'll discuss this ticket at our next prioritization meeting. I'll provide more info soon

I think the issue was seen in the v14 of the `angular-highcharts` wrapper which is not official and not supported by us. https://github.com/cebor/angular-highcharts/issues/383 @shailesh941 when providing more info and reproducing...

Works fine with `inside: false`, see demo: https://codesandbox.io/s/flamboyant-edison-k2fg7h

I was about to create a similar ticket (injection of a custom CSS attribute, demo: https://jsfiddle.net/BlackLabel/h063ndty/), but it will also be solved by this ticket here so I'm just leaving...

Hi @fceci90, thank you for reporting a docs bug! FYI @brofixo

Hi @keithmdragon, thanks for creating a feature request ticket! Could you provide more information so we can visualize that? Maybe a live demo with a chart you already have, or...

Hi @cherishsim, could you provide more info about your issue?