Angular Gauge with Two Axes
Like most amCharts charts you can have multiple axes in Gauge charts as well. This also enables multiple independent clock hands pointing to values on different scales.
Key implementation details
We create an inner axis with a negative radius on its renderer and inside
set to true on it and its ticks template. Then we add a second axis the same way we would do in a single axis scenario.