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
Removed inline style and turned graph upside down
Changed styling for common.css
Line 80: Line 80:
     var datapresentation = document.createElementNS(svgNS, 'polygon');
     var datapresentation = document.createElementNS(svgNS, 'polygon');
     datapresentation.setAttribute('class', polygonParams.class);
     datapresentation.setAttribute('class', polygonParams.class);
    datapresentation.setAttribute('fill', 'orange');
    datapresentation.setAttribute('fill-opacity', 0.5);
     datapresentation.setAttribute('points', buildPolygonString(polygonParams.data));
     datapresentation.setAttribute('points', buildPolygonString(polygonParams.data));
     gDrawing.appendChild(datapresentation);
     gDrawing.appendChild(datapresentation);
Line 105: Line 103:
|data=[
|data=[
   {
   {
     "class": "firstUnit",
     "class": "graph-orange",
     "data": [
     "data": [
             {
             {
Line 128: Line 126:
   },
   },
   {
   {
     "class": "secondUnit",
     "class": "graph-blue",
     "data": [
     "data": [
             {
             {

Revision as of 13:36, 2 October 2019