Welcome to IOPWiki, Commander.
With the release of the new game, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute, read the maintenance guide, and join our Discord server to discuss major changes.
If you or someone you know can help deciphering the game files, contact our administrator.

Widget:StatsGraph: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
m Maybe rotate in different direction?
m Different line orientation
Line 59: Line 59:
   for (var lineIdx=1;lineIdx<5;lineIdx++) {
   for (var lineIdx=1;lineIdx<5;lineIdx++) {
     var orientationLine = document.createElementNS(svgNS, 'line');
     var orientationLine = document.createElementNS(svgNS, 'line');
     var lineDistance = lineIdx * -75;
     var lineDistance = lineIdx * 75;
     var rotate = (degreeSpacing * Math.PI) / 180;
     var rotate = (degreeSpacing * Math.PI) / 180;
     orientationLine.setAttribute('y1', lineDistance);
     orientationLine.setAttribute('y1', lineDistance);

Revision as of 12:54, 2 October 2019