Martynas Majeris

Results 280 comments of Martynas Majeris

No, I'm afraid. It's not HTML/CSS :(

Presently, we do not have a way to incrementally add data to hierarchy charts. However, we are planning on exploring such possibility in the near future. Let's use this issue...

Would you be able to post your whole chart and data on CodePen/jsFiddle so that we can test?

I'm afraid we don't have any immediate plans on adding `unit` property to category axis. The `labelFunction` usage is pretty straightforward, though: ``` "categoryAxis": { "labelFunction": function(label) { return label...

Gotcha. This makes sense. I'm adding this to TODO list. If it gets implemented, we'll let you know.

The only way to do that is to add empty data points at the end. Either that, or use Date Padding plugin: https://github.com/amcharts/tools/tree/master/datePadding

No, I'm afraid. Plugins are not available as npm packages. Sorry.

Axis bullets are placed on each grid. You can't use axis data to specify where bullets are placed. If you need to place bullets at arbitrary values on a `ValueAxis`,...

You would need to update values of the axis ranges dynamically, then. However, if you need to place some sort of icon at a fixed position within plot area, you...