Commit 53f20b9a authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix nextTo position for SetHorAxisTickLabelPosition and SetVertAxisTickLabelPosition api builder

parent 3a30efda
...@@ -12575,7 +12575,7 @@ function CorrectUniColor(asc_color, unicolor, flag) ...@@ -12575,7 +12575,7 @@ function CorrectUniColor(asc_color, unicolor, flag)
break; break;
} }
case "nextTo":{ case "nextTo":{
nPositionType = c_oAscTickLabelsPos.TICK_LABEL_POSITION_LOW; nPositionType = c_oAscTickLabelsPos.TICK_LABEL_POSITION_NEXT_TO;
break; break;
} }
case "none":{ case "none":{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment