Our pie chart will visualize the percentage of time a user spends on social networks. To begin adding some data we first code pie.add().

Make sure to type pie.add().

<html>
<head>
  <title></title>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="chart-90342979-09a7-43a1-88fa-b00b94174916" class="pygal-chart" viewBox="0 0 800 600"><!--Generated with pygal 2.4.0 (lxml) ©Kozea 2012-2016 on 2020-05-27--><!--http://pygal.org--><!--http://github.com/Kozea/pygal--><defs><style type="text/css">#chart-90342979-09a7-43a1-88fa-b00b94174916{-webkit-user-select:none;-webkit-font-smoothing:antialiased;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}#chart-90342979-09a7-43a1-88fa-b00b94174916 .title{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .legends .legend text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis text.major{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .text-overlay text.value{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .text-overlay text.label{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-90342979-09a7-43a1-88fa-b00b94174916 text.no_data{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:64px}
#chart-90342979-09a7-43a1-88fa-b00b94174916{background-color:rgba(249,249,249,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 path,#chart-90342979-09a7-43a1-88fa-b00b94174916 line,#chart-90342979-09a7-43a1-88fa-b00b94174916 rect,#chart-90342979-09a7-43a1-88fa-b00b94174916 circle{-webkit-transition:150ms;-moz-transition:150ms;transition:150ms}#chart-90342979-09a7-43a1-88fa-b00b94174916 .graph &gt; .background{fill:rgba(249,249,249,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .plot &gt; .background{fill:rgba(255,255,255,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .graph{fill:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 text.no_data{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .title{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .legends .legend text{fill:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .legends .legend:hover text{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .line{stroke:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .guide.line{stroke:rgba(0,0,0,.54)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .major.line{stroke:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis text.major{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y .guides:hover .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .line-graph .axis.x .guides:hover .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .stackedline-graph .axis.x .guides:hover .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .xy-graph .axis.x .guides:hover .guide.line{stroke:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .guides:hover text{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .reactive{fill-opacity:.7;stroke-opacity:.8}#chart-90342979-09a7-43a1-88fa-b00b94174916 .ci{stroke:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .reactive.active,#chart-90342979-09a7-43a1-88fa-b00b94174916 .active .reactive{fill-opacity:.8;stroke-opacity:.9;stroke-width:4}#chart-90342979-09a7-43a1-88fa-b00b94174916 .ci .reactive.active{stroke-width:1.5}#chart-90342979-09a7-43a1-88fa-b00b94174916 .series text{fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip rect{fill:rgba(255,255,255,1);stroke:rgba(0,0,0,1);-webkit-transition:opacity 150ms;-moz-transition:opacity 150ms;transition:opacity 150ms}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .label{fill:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .label{fill:rgba(0,0,0,.87)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .legend{font-size:.8em;fill:rgba(0,0,0,.54)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .x_label{font-size:.6em;fill:rgba(0,0,0,1)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .xlink{font-size:.5em;text-decoration:underline}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip .value{font-size:1.5em}#chart-90342979-09a7-43a1-88fa-b00b94174916 .bound{font-size:.5em}#chart-90342979-09a7-43a1-88fa-b00b94174916 .max-value{font-size:.75em;fill:rgba(0,0,0,.54)}#chart-90342979-09a7-43a1-88fa-b00b94174916 .map-element{fill:rgba(255,255,255,1);stroke:rgba(0,0,0,.54) !important}#chart-90342979-09a7-43a1-88fa-b00b94174916 .map-element .reactive{fill-opacity:inherit;stroke-opacity:inherit}
#chart-90342979-09a7-43a1-88fa-b00b94174916 text.no_data{text-anchor:middle}#chart-90342979-09a7-43a1-88fa-b00b94174916 .guide.line{fill:none}#chart-90342979-09a7-43a1-88fa-b00b94174916 .centered{text-anchor:middle}#chart-90342979-09a7-43a1-88fa-b00b94174916 .title{text-anchor:middle}#chart-90342979-09a7-43a1-88fa-b00b94174916 .legends .legend text{fill-opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.x text{text-anchor:middle}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.x:not(.web) text[transform]{text-anchor:start}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.x:not(.web) text[transform].backwards{text-anchor:end}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y text{text-anchor:end}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y text[transform].backwards{text-anchor:start}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y2 text{text-anchor:start}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y2 text[transform].backwards{text-anchor:end}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .guide.line{stroke-dasharray:4,4}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .major.guide.line{stroke-dasharray:6,6}#chart-90342979-09a7-43a1-88fa-b00b94174916 .horizontal .axis.y .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .horizontal .axis.y2 .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .vertical .axis.x .guide.line{opacity:0}#chart-90342979-09a7-43a1-88fa-b00b94174916 .horizontal .axis.always_show .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .vertical .axis.always_show .guide.line{opacity:1 !important}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y .guides:hover .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.y2 .guides:hover .guide.line,#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis.x .guides:hover .guide.line{opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .axis .guides:hover text{opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .nofill{fill:none}#chart-90342979-09a7-43a1-88fa-b00b94174916 .subtle-fill{fill-opacity:.2}#chart-90342979-09a7-43a1-88fa-b00b94174916 .dot{stroke-width:1px;fill-opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .dot.active{stroke-width:5px}#chart-90342979-09a7-43a1-88fa-b00b94174916 .dot.negative{fill:transparent}#chart-90342979-09a7-43a1-88fa-b00b94174916 text,#chart-90342979-09a7-43a1-88fa-b00b94174916 tspan{stroke:none !important}#chart-90342979-09a7-43a1-88fa-b00b94174916 .series text.active{opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip rect{fill-opacity:.95;stroke-width:.5}#chart-90342979-09a7-43a1-88fa-b00b94174916 .tooltip text{fill-opacity:1}#chart-90342979-09a7-43a1-88fa-b00b94174916 .showable{visibility:hidden}#chart-90342979-09a7-43a1-88fa-b00b94174916 .showable.shown{visibility:visible}#chart-90342979-09a7-43a1-88fa-b00b94174916 .gauge-background{fill:rgba(229,229,229,1);stroke:none}#chart-90342979-09a7-43a1-88fa-b00b94174916 .bg-lines{stroke:rgba(249,249,249,1);stroke-width:2px}</style><script type="text/javascript">window.pygal = window.pygal || {};window.pygal.config = window.pygal.config || {};window.pygal.config['90342979-09a7-43a1-88fa-b00b94174916'] = {"allow_interruptions": false, "box_mode": "extremes", "classes": ["pygal-chart"], "css": ["file://style.css", "file://graph.css"], "defs": [], "disable_xml_declaration": false, "dots_size": 2.5, "dynamic_print_values": false, "explicit_size": false, "fill": false, "force_uri_protocol": "https", "formatter": null, "half_pie": false, "height": 600, "include_x_axis": false, "inner_radius": 0, "interpolate": null, "interpolation_parameters": {}, "interpolation_precision": 250, "inverse_y_axis": false, "js": ["//kozea.github.io/pygal.js/2.0.x/pygal-tooltips.min.js"], "legend_at_bottom": false, "legend_at_bottom_columns": null, "legend_box_size": 12, "logarithmic": false, "margin": 20, "margin_bottom": null, "margin_left": null, "margin_right": null, "margin_top": null, "max_scale": 16, "min_scale": 4, "missing_value_fill_truncation": "x", "no_data_text": "No data", "no_prefix": false, "order_min": null, "pretty_print": false, "print_labels": false, "print_values": false, "print_values_position": "center", "print_zeroes": true, "range": null, "rounded_bars": null, "secondary_range": null, "show_dots": true, "show_legend": true, "show_minor_x_labels": true, "show_minor_y_labels": true, "show_only_major_dots": false, "show_x_guides": false, "show_x_labels": true, "show_y_guides": true, "show_y_labels": true, "spacing": 10, "stack_from_top": false, "strict": false, "stroke": true, "stroke_style": null, "style": {"background": "rgba(249, 249, 249, 1)", "ci_colors": [], "colors": ["#F44336", "#3F51B5", "#009688", "#FFC107", "#FF5722", "#9C27B0", "#03A9F4", "#8BC34A", "#FF9800", "#E91E63", "#2196F3", "#4CAF50", "#FFEB3B", "#673AB7", "#00BCD4", "#CDDC39", "#9E9E9E", "#607D8B"], "font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "foreground": "rgba(0, 0, 0, .87)", "foreground_strong": "rgba(0, 0, 0, 1)", "foreground_subtle": "rgba(0, 0, 0, .54)", "guide_stroke_dasharray": "4,4", "label_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "label_font_size": 10, "legend_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "legend_font_size": 14, "major_guide_stroke_dasharray": "6,6", "major_label_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "major_label_font_size": 10, "no_data_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "no_data_font_size": 64, "opacity": ".7", "opacity_hover": ".8", "plot_background": "rgba(255, 255, 255, 1)", "stroke_opacity": ".8", "stroke_opacity_hover": ".9", "title_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "title_font_size": 16, "tooltip_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "tooltip_font_size": 14, "transition": "150ms", "value_background": "rgba(229, 229, 229, 1)", "value_colors": [], "value_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "value_font_size": 16, "value_label_font_family": "Consolas, \"Liberation Mono\", Menlo, Courier, monospace", "value_label_font_size": 10}, "title": "Time Spent on Social Networks", "tooltip_border_radius": 0, "tooltip_fancy_mode": true, "truncate_label": null, "truncate_legend": null, "width": 800, "x_label_rotation": 0, "x_labels": null, "x_labels_major": null, "x_labels_major_count": null, "x_labels_major_every": null, "x_title": null, "xrange": null, "y_label_rotation": 0, "y_labels": null, "y_labels_major": null, "y_labels_major_count": null, "y_labels_major_every": null, "y_title": null, "zero": 0, "legends": []}</script><script type="text/javascript" xlink:href="https://kozea.github.io/pygal.js/2.0.x/pygal-tooltips.min.js"></script></defs><title>Time Spent on Social Networks</title><g class="graph pie-graph vertical"><rect x="0" y="0" width="800" height="600" class="background"></rect><g transform="translate(20, 46)" class="plot"><rect x="0" y="0" width="760" height="534" class="background"></rect></g><g class="titles"><text x="400.0" y="26" class="title plot_title">Time Spent on Social Networks</text></g><g transform="translate(20, 46)" class="plot overlay"></g><g transform="translate(20, 46)" class="plot text-overlay"><text x="380.0" y="267.0" class="no_data">No data</text></g><g transform="translate(20, 46)" class="plot tooltip-overlay"><g transform="translate(0 0)" style="opacity: 0; display: none;" class="tooltip"><rect rx="0" ry="0" width="0" height="0" class="tooltip-box"></rect><g class="text"></g></g></g><g transform="translate(10, 56)" class="legends"></g><g transform="translate(790, 56)" class="legends"></g></g></svg>
</body>
</html>]]>