'CustomTick Label Location
I've been working with custom ticks recently and have been testing out different configrations based on this example: https://www.arction.com/lightningchart-js-interactive-examples/edit/lcjs-example-0011-customTicksScrolling.html?theme=lightNew&page-theme=light
Is it possible to move the label that's created with each custom tick away from the xAxis? I'm hoping to move it to a point inside the chart at a specific point. Below is a screenshot that shows the custom tick label appearing on the xAxis and a second arrow towards the top where I'd like it to appear. I'm hoping there's a way to do this using the .setMarker method.
Thoughts?
Edit:
This is what I'm looking for the chart to look like. The bottom of the chart would be seamless with no padding or room for marker text.

Solution 1:[1]
I was able to hide the label on the xAxis using .setAllocatesAxisSpace(false). From there, I just generated a new marker on the chart at the appropriate location.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Force |

