Martynas Majeris

Results 280 comments of Martynas Majeris

Thanks. I just added semicolon to all language files. You should not have issues concatenating them anymore.

Ummm, I'm stumped. It looks like the chart gets resized indefinitely. However, we don't do that on export. Is there any way you can reproduce this on a runnable CodePen...

First of all, I'm terribly sorry for noticing this only now. Github is not covered by our support team's "patrol path", so occasionally those slip through the fingers. Something that...

I'm afraid setting up scheduled data reloads is the only way.

To add a line break in a guide's balloon use the `` tag. I.e.: ``` "balloonText": "First line.Second line." ``` As for balloon going out of the area, you might...

It is possible. However, it's pretty difficult to roll over the thin line. To make easier to roll over set both `value` and `toValue` (or date/toDate or category/toCategory) to the...

Do you mean when you have a guide spanning categories/values? That should work perfectly. Just make sure you set `above: true` for the guide so it is not obstructed by...

Well, guide balloons and chart cursor balloons are not checked against overlapping over each other. I guess there's no way around it. Sorry.

Please refer to this tutorial about setting date formats on a date axis: https://www.amcharts.com/docs/v5/charts/xy-chart/axes/date-axis/#date-formats `1642024800000` is a JavaScript timestamp for Thu Jan 13 2022.

I can't seem to be able to reproduce it. I've created this demo as a test, which is the same chart you referred to with 50+ data points. https://codepen.io/team/amcharts/full/a75a569fe753ed7d930ad23fa4a71b57/ It...