Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
time:timeline [2020/01/14 15:23] – [Calendars] Kyletime:timeline [2020/01/14 16:38] Kyle
Line 15: Line 15:
 **Unknown** - [[C3:start|The Land of Exilis]] \\ **Unknown** - [[C3:start|The Land of Exilis]] \\
  
 +<achart>
 +{
 +series: [
 +          {
 +            data: [
 +              {
 +                x: 'Ashlem War',
 +                y: [12264, 12285]
 +              },
 +              {
 +                x: 'Demonic Invasion',
 +                y: [12270, 12285]
 +              },
 +              {
 +                x: 'C1: Rise of Narkul',
 +                y: [12335, 12336]
 +              },
 +              {
 +                x: 'C2: Promised Archipelago',
 +                y: [12286, 12287]
 +              },
 +              {
 +                x: 'C3: Land of Exilis',
 +                y: [12333, 12383]
 +              },
 +              {
 +                x: 'C4: Greyhawk Rebellion',
 +                y: [12335, 12336]
 +              }
 +            ]
 +          }
 +        ],
 +        chart: {
 +          height: 300,
 +          type: 'rangeBar'
 +        },
 +        plotOptions: {
 +          bar: {
 +            horizontal: true
 +          }
 +        },
 +        xaxis: {
 +          type: 'category',
 +          min: 12250,
 +          max: 12400
 +        }
 +}
 +</achart>
 ====Calendar==== ====Calendar====
 ^ New        ^ Season  ^ Real       ^ Old         ^ ^ New        ^ Season  ^ Real       ^ Old         ^
Line 41: Line 89:
  
 ======Calendars====== ======Calendars======
-<achart> 
-var options = { 
-        series: [ 
-          { 
-            data: [ 
-              { 
-                x: 'Code', 
-                y: [ 
-                  new Date('2019-03-02').getTime(), 
-                  new Date('2019-03-04').getTime() 
-                ] 
-              }, 
-              { 
-                x: 'Test', 
-                y: [ 
-                  new Date('2019-03-04').getTime(), 
-                  new Date('2019-03-08').getTime() 
-                ] 
-              }, 
-              { 
-                x: 'Validation', 
-                y: [ 
-                  new Date('2019-03-08').getTime(), 
-                  new Date('2019-03-12').getTime() 
-                ] 
-              }, 
-              { 
-                x: 'Deployment', 
-                y: [ 
-                  new Date('2019-03-12').getTime(), 
-                  new Date('2019-03-18').getTime() 
-                ] 
-              } 
-            ] 
-          } 
-        ], 
-        chart: { 
-          height: 350, 
-          type: 'rangeBar' 
-        }, 
-        plotOptions: { 
-          bar: { 
-            horizontal: true 
-          } 
-        }, 
-        xaxis: { 
-          type: 'datetime' 
-        } 
-      }; 
  
-      var chart = new ApexCharts(document.querySelector("#chart"), options); 
-      chart.render(); 
-</achart> 
 =====Magic Era===== =====Magic Era=====
 ^  Seedmoot  |||||||| ^  Seedmoot  ||||||||
  • time/timeline.txt
  • Last modified: 5 months ago
  • by Cinder