Difference between revisions of "PieChart"
From Sega Retro
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly><div style="width:{{#var:diameter}}px; height:{{#var:diameter}}px; |
− | |||
− | |||
− | |||
− | <div style="width:{{#var:diameter}}px; height:{{#var:diameter}}px; | ||
background: conic-gradient( | background: conic-gradient( | ||
− | + | {{{1|}}} | |
− | |||
); | ); | ||
− | border: 2px solid #000000; border-radius:{{#var:diameter}}px; overflow: hidden;"> | + | border: 2px solid #000000; border-radius:{{#var:diameter}}px; overflow: hidden;"></div></includeonly><noinclude> |
− | + | ||
− | </div> | ||
− | + | I was wondering if you could make a pie chart from CSS alone. Turns out [https://www.mediawiki.org/wiki/Template:Pie_chart you can]. | |
So let's have a go. Mine will be slightly different because I don't like the idea of using an image. Also it might not work. -[[User:Black Squirrel|Black Squirrel]] ([[User talk:Black Squirrel|talk]]) 10:45, 9 March 2022 (EST) | So let's have a go. Mine will be slightly different because I don't like the idea of using an image. Also it might not work. -[[User:Black Squirrel|Black Squirrel]] ([[User talk:Black Squirrel|talk]]) 10:45, 9 March 2022 (EST) |
Revision as of 05:13, 10 March 2022
I was wondering if you could make a pie chart from CSS alone. Turns out you can.
So let's have a go. Mine will be slightly different because I don't like the idea of using an image. Also it might not work. -Black Squirrel (talk) 10:45, 9 March 2022 (EST)