zeroin

Results 54 comments of zeroin

I am afraid there is no video in your post. What browser do you use? Does the same happen on other computers?

When you change view to a percent view, it shows how much values changed comparing to your initial value. So if your initial value is 0, the change is infinity,...

It can't be fixed, you can't show a graph where all the values are equal to Infinity. If your values can be 0, then you should simply remove the option...

You should create an adapter for fill of pin and hand sprites of ClockHand. And then pick intermediate color based on a value. Its not very straightforward, so I made...

Here is how you access labels of sankey nodes: https://www.amcharts.com/docs/v5/charts/flow-charts/sankey-diagram/#Label_content you can add "text" adapter for the `series.nodes.labels.template`

Edited answer, it was a wrong suggestion before. To sync cursors, you set `syncWidth` setting of a cursor with array of other cursors to sync with: `cursor1.set("syncWith", [cursor2, cursor3])` This...

It shouldn't, unless you set baseInterval not to 1 minute. If you could post a codepen of your chart, I could take a look.

1 minute is correct. I will need a codepen in order to tell why this happens.

One series can have only only Y axis. The solution would be to add another series with the same data and add another y axis to the right.

Set paddingTop and paddingBottom of both charts to 0.