Martynas Majeris

Results 280 comments of Martynas Majeris

Looks like you need to increase granularity of your grid/labels: https://www.amcharts.com/docs/v5/charts/xy-chart/axes/#grid-density

Would you be able to post your whole chart and data on CodePen/jsFiddle?

I would not set click event on cursor, but rather on `chart.plotContainer`. I'm not entirely sure about how to convert relative position into zoomed position. Will get back to you...

The issue might be in how your web server handles MIME types for SVG. The response should contain proper content type header: ``` content-type: image/svg+xml ``` You can check it...

The issue with Windows Narrator is that it switches automatically to "scan mode" when in browser window. It means that it basically hijacks all keyboard events (any JS keyboard event...

Our CDN uses a cloud front service, which among other things like load balancing, caching, does DOS protection. The CAPTCHA challenge means they have doubts your requests are legit. These...

Looks like your fiddle is using old (V2) version of the Pie chart. V3 (current version) implements some label overlapping check. Upgrading might fix the issue for you: http://jsfiddle.net/6sjyx79u/14/

Yes: ``` AmCharts.addInitHandler(function(chart) { chart["export"].enabled = chart["export"] == undefined || chart["export"] != false; }); ```

@Pauan Can you elaborate? I personally don't have experience with React.