Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Why is the graduatedTickUnit larger, the more it is offset when rotating the sector?

$
0
0

@fecn wrote:

When the number of major ticks is just right, the node barely sees an offset. But as the number of major ticks gets smaller, the offset becomes more and more obvious. You can see the specific code in this link: When I dynamically changed the graduatedTickUnit, why did the tick mark disappear?

  • normal
majorScaleNum = 10;
minorScaleNum = 5;
minValue = 0;
maxValue = 100;

ring_normal

  • weird
majorScaleNum = 5;
minorScaleNum = 5;
minValue = 0;
maxValue = 100;

ring_weird

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles