Widget:Chartjs line: Difference between revisions

From Visual Data Wiki
Jump to navigation Jump to search
No edit summary
Tags: Reverted 2017 source edit
No edit summary
Tags: Reverted 2017 source edit
Line 38: Line 38:
         label: "Asia",
         label: "Asia",
         borderColor: "#8e5ea2",
         borderColor: "#8e5ea2",
         fill: false
         fill: true
       }, {  
       }, {  
         data: [168,170,178,190,203,276,408,547,675,734],
         data: [168,170,178,190,203,276,408,547,675,734],
         label: "Europe",
         label: "Europe",
         borderColor: "#3cba9f",
         borderColor: "#3cba9f",
         fill: false
         fill: true
       }, {  
       }, {  
         data: [40,20,10,16,24,38,74,167,508,784],
         data: [40,20,10,16,24,38,74,167,508,784],
         label: "Latin America",
         label: "Latin America",
         borderColor: "#e8c3b9",
         borderColor: "#e8c3b9",
         fill: false
         fill: true
       }, {  
       }, {  
         data: [6,3,2,2,7,26,82,172,312,433],
         data: [6,3,2,2,7,26,82,172,312,433],
         label: "North America",
         label: "North America",
         borderColor: "#c45850",
         borderColor: "#c45850",
         fill: false
         fill: true
       }
       }
     ]
     ]

Revision as of 10:22, 19 March 2024

This widget allows you to add ... widget to your wiki page.

Created by [idea-sketch.com idea-sketch.com]

Using this widget[edit source]

For information on how to use this widget, see ...

Copy to your site[edit source]

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Chartjs line.