Martynas Majeris

Results 280 comments of Martynas Majeris

Can you provide more details about the leak? Memory seems to grow for a while, then it stops for me. Presumably when Chrome's garbage collector starts kicking in.

Perfect. Thanks very helpful. Thanks! We'll be looking into it.

Sure. Can you check if the situation is better on your end with the latest available version?

Can you try with the latest version (5.2.10)?

I'm afraid the Tree chart does not support zoom. There are currently no plans to implement this feature.

We have a separate issue for ForceDirected zoom: #216 Please follow it for updates.

Technically, such incremental processing already exists and is regulated by [`processCount`](http://docs.amcharts.com/3/javascriptcharts/AmChart#processCount) and [`processTimeout`](http://docs.amcharts.com/3/javascriptcharts/AmChart#processTimeout) settings. I suggest you play around with the values for those settings to maybe figure out a...

There's currently no equivalent. We might implement it in the future.

Well, the "Other" slice will take the next color from `colors` after the last slice. Another option would be to use an adapter: ```JavaScript series.slices.template.adapters.add("fill", function(color, target) { return target.dataItem...