Welcome to IOPWiki, Commander.
We are searching for new editors to keep track of Girls' Frontline 2 content, as well as veteran players to complete existing Girls' Frontline and Project Neural Cloud articles.
You can contribute without an account. Learn how to contribute and join our Discord server.

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