Template:Chart bar: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary Tags: Reverted 2017 source edit |
||
Line 20: | Line 20: | ||
|data_identifier = Population (millions) | |data_identifier = Population (millions) | ||
|colors = #3e95cd, #8e5ea2, #3cba9f, #e8c3b9, #c45850 | |colors = #3e95cd, #8e5ea2, #3cba9f, #e8c3b9, #c45850 | ||
|legend = | |legend = yes <!-- default: yes --> | ||
|orientation = horizontal <!-- default: vertical --> | |orientation = horizontal <!-- default: vertical --> | ||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 11:41, 19 March 2024
This template prepares data for display as a Chart.js doughnut chart using the Widget:Chartjs pie.
{{#widget:Chartjs_bar
|title = Test Predicted world population (millions) in 2050
|data_labels = Africa, Asia, Europe, Latin America, North America
|data_series = 2478,5267,734,784,433
|data_identifier = Population (millions)
|colors = #3e95cd, #8e5ea2, #3cba9f, #e8c3b9, #c45850
|legend = yes/no <!-- default: yes -->
|orientation = vertical/horizontal <!-- default: vertical -->
}}