![enter image description here](https://i.stack.imgur.com/JaTlY.png)
Как повернуть этот якорь и сделать его похожим на стрелку, указывающую вперед? Я реализую это в angular. Текущая конфигурация
{
chart: {
numbersuffix: " mph",
rotatelabels: "1",
setadaptiveymin: "1",
theme: "fusion",
showCanvasBorder: "0",
showYAxisValue: "0",
showXAxisValue: "0",
showYAxisTitle: "0",
showXAxisTitle: "0",
numDivLines: "0",
divLineColor: "#6ae1e8",
divLineAlpha: "0",
anchorRadius: "6",
anchorBorderThickness: "2",
anchorBorderColor: "#127fcb",
anchorSides: "3",
anchorBgColor: "#d3f7ff"
},
data: [
{
label: "2005",
value: "89.45",
anchorAlpha: "0"
},
{
label: "2006",
value: "89.87",
anchorAlpha: "0"
},
{
label: "2007",
value: "89.64",
anchorAlpha: "0"
},
{
label: "2008",
value: "90.13",
anchorAlpha: "100"
}
]
}
Я просмотрел документацию, но не нашел подсказки о вращении якорей. Пожалуйста, помогите