Martynas Majeris

Results 280 comments of Martynas Majeris

You can't do this with PieChart. But you can do it with a RadarChart. Example: https://www.amcharts.com/demos-v4/solid-gauge-v4/ Or same demo in amCharts 5: https://www.amcharts.com/demos/solid-gauge/ P.S. You're posting in amCharts 4 repo,...

That is a good question. The short answer is that it's currently not possible. That said, I can totally see how this could be useful. We will most definitely consider...

Thanks. We've already have this implemented. Will ping you here when the version is out.

Fixed in [4.6.4](https://github.com/amcharts/amcharts4/releases/tag/4.6.4). ## [4.6.4] - 2019-09-29 ### Added - Ukrainian translation (uk_UA). - `DataSource` now supports binary loading using `responseType = "blob"`. ### Fixed - Setting `exporting.dateFormat` resulted in...

This might be coming from my inexperience with protobuf, but Net leaves it as blob, the chart won't know how to use it, will it?

Makes sense. Give me some time to mull this over. Reopening.

Not yet. Sorry. I'm afraid at this point I can't provide ant specific ETA :(

There's no such built-in functionality, I'm afraid.. Technically, it could be implemented: 1) Add `Scrollbar` as a standalone element on the chart. 2) Add two axis ranges with semi-transparent fill...

Unfortunately, no. We're not aware of established algos for ordering Sankey nodes in such way as to minimize collisions. If you manage to find some sort of research/guidelines on it,...

> Do you handle correctly a regression with two value axis or not? No, I'm afraid. It will work only on regularly spaced data items. We'll need to update the...