Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luisdamed/e5d0f30437722e7150af1decb6ff80a4 to your computer and use it in GitHub Desktop.
Save luisdamed/e5d0f30437722e7150af1decb6ff80a4 to your computer and use it in GitHub Desktop.
Pie chart showing the average number of makes for the models in each category of Thingiverse as of October 2022
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c" class="pygal-chart" viewBox="0 0 600 600"><!--Generated with pygal 3.0.0 (lxml) ©Kozea 2012-2016 on 2022-11-30--><!--http://pygal.org--><!--http://github.com/Kozea/pygal--><defs><style type="text/css">#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c{-webkit-user-select:none;-webkit-font-smoothing:antialiased;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .title{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .legends .legend text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis text{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis text.major{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay text.value{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:16px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay text.label{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:10px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c text.no_data{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:64px}
#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c{background-color:rgba(249,249,249,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c path,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c rect,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c circle{-webkit-transition:150ms;-moz-transition:150ms;transition:150ms}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .graph > .background{fill:rgba(249,249,249,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .plot > .background{fill:rgba(255,255,255,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .graph{fill:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c text.no_data{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .title{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .legends .legend text{fill:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .legends .legend:hover text{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .line{stroke:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .guide.line{stroke:rgba(0,0,0,.54)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .major.line{stroke:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis text.major{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y .guides:hover .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .line-graph .axis.x .guides:hover .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .stackedline-graph .axis.x .guides:hover .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .xy-graph .axis.x .guides:hover .guide.line{stroke:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .guides:hover text{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .reactive{fill-opacity:.7;stroke-opacity:.8;stroke-width:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .ci{stroke:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .reactive.active,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .active .reactive{fill-opacity:.8;stroke-opacity:.9;stroke-width:4}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .ci .reactive.active{stroke-width:1.5}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .series text{fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .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-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .label{fill:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .label{fill:rgba(0,0,0,.87)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .legend{font-size:.8em;fill:rgba(0,0,0,.54)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .x_label{font-size:.6em;fill:rgba(0,0,0,1)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .xlink{font-size:.5em;text-decoration:underline}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip .value{font-size:1.5em}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .bound{font-size:.5em}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .max-value{font-size:.75em;fill:rgba(0,0,0,.54)}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .map-element{fill:rgba(255,255,255,1);stroke:rgba(0,0,0,.54) !important}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .map-element .reactive{fill-opacity:inherit;stroke-opacity:inherit}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-0,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-0 a:visited{stroke:#F44336;fill:#F44336}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-1,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-1 a:visited{stroke:#3F51B5;fill:#3F51B5}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-2,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-2 a:visited{stroke:#009688;fill:#009688}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-3,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-3 a:visited{stroke:#FFC107;fill:#FFC107}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-4,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-4 a:visited{stroke:#FF5722;fill:#FF5722}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-5,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-5 a:visited{stroke:#9C27B0;fill:#9C27B0}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-6,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-6 a:visited{stroke:#03A9F4;fill:#03A9F4}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-7,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-7 a:visited{stroke:#8BC34A;fill:#8BC34A}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-8,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-8 a:visited{stroke:#FF9800;fill:#FF9800}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-9,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .color-9 a:visited{stroke:#E91E63;fill:#E91E63}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-0 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-1 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-2 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-3 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-4 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-5 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-6 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-7 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-8 text{fill:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .text-overlay .color-9 text{fill:black}
#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c text.no_data{text-anchor:middle}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .guide.line{fill:none}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .centered{text-anchor:middle}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .title{text-anchor:middle}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .legends .legend text{fill-opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.x text{text-anchor:middle}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.x:not(.web) text[transform]{text-anchor:start}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.x:not(.web) text[transform].backwards{text-anchor:end}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y text{text-anchor:end}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y text[transform].backwards{text-anchor:start}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y2 text{text-anchor:start}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y2 text[transform].backwards{text-anchor:end}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .guide.line{stroke-dasharray:4,4;stroke:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .major.guide.line{stroke-dasharray:6,6;stroke:black}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .horizontal .axis.y .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .horizontal .axis.y2 .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .vertical .axis.x .guide.line{opacity:0}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .horizontal .axis.always_show .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .vertical .axis.always_show .guide.line{opacity:1 !important}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y .guides:hover .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.y2 .guides:hover .guide.line,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis.x .guides:hover .guide.line{opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .axis .guides:hover text{opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .nofill{fill:none}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .subtle-fill{fill-opacity:.2}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .dot{stroke-width:1px;fill-opacity:1;stroke-opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .dot.active{stroke-width:5px}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .dot.negative{fill:transparent}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c text,#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c tspan{stroke:none !important}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .series text.active{opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip rect{fill-opacity:.95;stroke-width:.5}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .tooltip text{fill-opacity:1}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .showable{visibility:hidden}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .showable.shown{visibility:visible}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .gauge-background{fill:rgba(229,229,229,1);stroke:none}#chart-a3f20967-10c6-44f0-bdb2-acc7c06eac0c .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['a3f20967-10c6-44f0-bdb2-acc7c06eac0c'] = {"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.4, "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"], "dot_opacity": "1", "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_color": "black", "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_color": "black", "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", "stroke_width": "1", "stroke_width_hover": "4", "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": "Which category has the greatest proportion of makes by number of things published in that category?", "tooltip_border_radius": 0, "tooltip_fancy_mode": true, "truncate_label": null, "truncate_legend": null, "width": 600, "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": ["household", "3d-printing", "toys-and-games", "hobby", "models", "art", "tools", "gadgets", "fashion", "learning"]}</script><script type="text/javascript" xlink:href="https://kozea.github.io/pygal.js/2.0.x/pygal-tooltips.min.js"></script></defs><title>Which category has the greatest proportion of makes by number of things published in that category?</title><g class="graph pie-graph vertical"><rect x="0" y="0" width="600" height="600" class="background"></rect><g transform="translate(159, 72)" class="plot"><rect x="0" y="0" width="420.4" height="508" class="background"></rect><g class="series serie-0 color-0"><g class="slices"><g class="slice"><desc class="label">makes count: 125495 |Things in category: 432600</desc><path d="M210.200000 64.820000 A189.180000 189.180000 0 0 1 269.673012 74.411489 L236.632450 174.182884 A84.080000 84.080000 0 0 0 210.200000 169.920000 z" class="slice reactive tooltip-trigger"></path><desc class="value">29.0095</desc><desc class="x centered">231.9538674743998</desc><desc class="y centered">119.11291333153403</desc></g></g></g><g class="series serie-1 color-1"><g class="slices"><g class="slice"><desc class="label">makes count: 187326 |Things in category: 467550</desc><path d="M269.673012 74.411489 A189.180000 189.180000 0 0 1 340.731551 117.067219 L268.214023 193.140986 A84.080000 84.080000 0 0 0 236.632450 174.182884 z" class="slice reactive tooltip-trigger"></path><desc class="value">40.0654</desc><desc class="x centered">280.52053182662553</desc><desc class="y centered">136.85573123869634</desc></g></g></g><g class="series serie-2 color-2"><g class="slices"><g class="slice"><desc class="label">makes count: 120016 |Things in category: 60540</desc><path d="M340.731551 117.067219 A189.180000 189.180000 0 0 1 246.807019 439.604414 L226.469786 336.490851 A84.080000 84.080000 0 0 0 268.214023 193.140986 z" class="slice reactive tooltip-trigger"></path><desc class="value">198.2425</desc><desc class="x centered">341.3810575510091</desc><desc class="y centered">292.20061569921126</desc></g></g></g><g class="series serie-3 color-3"><g class="slices"><g class="slice"><desc class="label">makes count: 87058 |Things in category: 335940</desc><path d="M246.807019 439.604414 A189.180000 189.180000 0 0 1 193.018333 442.398149 L202.563704 337.732511 A84.080000 84.080000 0 0 0 226.469786 336.490851 z" class="slice reactive tooltip-trigger"></path><desc class="value">25.9147</desc><desc class="x centered">217.28688492907776</desc><desc class="y centered">390.44608078652175</desc></g></g></g><g class="series serie-4 color-4"><g class="slices"><g class="slice"><desc class="label">makes count: 122020 |Things in category: 109159</desc><path d="M193.018333 442.398149 A189.180000 189.180000 0 0 1 26.788649 300.361068 L128.683844 274.604919 A84.080000 84.080000 0 0 0 202.563704 337.732511 z" class="slice reactive tooltip-trigger"></path><desc class="value">111.7819</desc><desc class="x centered">121.44296469368439</desc><desc class="y centered">357.87466285689425</desc></g></g></g><g class="series serie-5 color-5"><g class="slices"><g class="slice"><desc class="label">makes count: 84182 |Things in category: 230070</desc><path d="M26.788649 300.361068 A189.180000 189.180000 0 0 1 23.310627 224.649794 L127.138056 240.955464 A84.080000 84.080000 0 0 0 128.683844 274.604919 z" class="slice reactive tooltip-trigger"></path><desc class="value">36.5897</desc><desc class="x centered">73.71393715409553</desc><desc class="y centered">260.26989224977757</desc></g></g></g><g class="series serie-6 color-6"><g class="slices"><g class="slice"><desc class="label">makes count: 38227 |Things in category: 149760</desc><path d="M23.310627 224.649794 A189.180000 189.180000 0 0 1 38.811105 173.906810 L134.027158 218.403027 A84.080000 84.080000 0 0 0 127.138056 240.955464 z" class="slice reactive tooltip-trigger"></path><desc class="value">25.5255</desc><desc class="x centered">79.53057458047081</desc><desc class="y centered">214.08436195511715</desc></g></g></g><g class="series serie-7 color-7"><g class="slices"><g class="slice"><desc class="label">makes count: 65248 |Things in category: 140790</desc><path d="M38.811105 173.906810 A189.180000 189.180000 0 0 1 99.857741 100.332638 L161.158996 185.703395 A84.080000 84.080000 0 0 0 134.027158 218.403027 z" class="slice reactive tooltip-trigger"></path><desc class="value">46.3442</desc><desc class="x centered">105.05178478942024</desc><desc class="y centered">166.755460124833</desc></g></g></g><g class="series serie-8 color-8"><g class="slices"><g class="slice"><desc class="label">makes count: 33455 |Things in category: 196403</desc><path d="M99.857741 100.332638 A189.180000 189.180000 0 0 1 130.483600 82.435528 L174.770489 177.749124 A84.080000 84.080000 0 0 0 161.158996 185.703395 z" class="slice reactive tooltip-trigger"></path><desc class="value">17.0339</desc><desc class="x centered">141.26408694449484</desc><desc class="y centered">136.03561219078094</desc></g></g></g><g class="series serie-9 color-9"><g class="slices"><g class="slice"><desc class="label">makes count: 12872 |Things in category: 32623</desc><path d="M130.483600 82.435528 A189.180000 189.180000 0 0 1 210.200000 64.820000 L210.200000 169.920000 A84.080000 84.080000 0 0 0 174.770489 177.749124 z" class="slice reactive tooltip-trigger"></path><desc class="value">39.4568</desc><desc class="x centered">180.71906199946915</desc><desc class="y centered">120.58848927244375</desc></g></g></g></g><g class="titles"><text x="300.0" y="26" class="title plot_title">Which category has the greatest proportion of makes by</text><text x="300.0" y="52" class="title plot_title">number of things published in that category?</text></g><g transform="translate(159, 72)" class="plot overlay"><g class="series serie-0 color-0"></g><g class="series serie-1 color-1"></g><g class="series serie-2 color-2"></g><g class="series serie-3 color-3"></g><g class="series serie-4 color-4"></g><g class="series serie-5 color-5"></g><g class="series serie-6 color-6"></g><g class="series serie-7 color-7"></g><g class="series serie-8 color-8"></g><g class="series serie-9 color-9"></g></g><g transform="translate(159, 72)" class="plot text-overlay"><g class="series serie-0 color-0"></g><g class="series serie-1 color-1"></g><g class="series serie-2 color-2"></g><g class="series serie-3 color-3"></g><g class="series serie-4 color-4"></g><g class="series serie-5 color-5"></g><g class="series serie-6 color-6"></g><g class="series serie-7 color-7"></g><g class="series serie-8 color-8"></g><g class="series serie-9 color-9"></g></g><g transform="translate(159, 72)" class="plot tooltip-overlay"><g transform="translate(0 0)" style="opacity: 0" 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, 82)" class="legends"><g id="activate-serie-0" class="legend reactive activate-serie"><rect x="0.0" y="1.0" width="12" height="12" class="color-0 reactive"></rect><text x="17.0" y="11.2">household</text></g><g id="activate-serie-1" class="legend reactive activate-serie"><rect x="0.0" y="22.0" width="12" height="12" class="color-1 reactive"></rect><text x="17.0" y="32.2">3d-printing</text></g><g id="activate-serie-2" class="legend reactive activate-serie"><rect x="0.0" y="43.0" width="12" height="12" class="color-2 reactive"></rect><text x="17.0" y="53.2">toys-and-games</text></g><g id="activate-serie-3" class="legend reactive activate-serie"><rect x="0.0" y="64.0" width="12" height="12" class="color-3 reactive"></rect><text x="17.0" y="74.2">hobby</text></g><g id="activate-serie-4" class="legend reactive activate-serie"><rect x="0.0" y="85.0" width="12" height="12" class="color-4 reactive"></rect><text x="17.0" y="95.2">models</text></g><g id="activate-serie-5" class="legend reactive activate-serie"><rect x="0.0" y="106.0" width="12" height="12" class="color-5 reactive"></rect><text x="17.0" y="116.2">art</text></g><g id="activate-serie-6" class="legend reactive activate-serie"><rect x="0.0" y="127.0" width="12" height="12" class="color-6 reactive"></rect><text x="17.0" y="137.2">tools</text></g><g id="activate-serie-7" class="legend reactive activate-serie"><rect x="0.0" y="148.0" width="12" height="12" class="color-7 reactive"></rect><text x="17.0" y="158.2">gadgets</text></g><g id="activate-serie-8" class="legend reactive activate-serie"><rect x="0.0" y="169.0" width="12" height="12" class="color-8 reactive"></rect><text x="17.0" y="179.2">fashion</text></g><g id="activate-serie-9" class="legend reactive activate-serie"><rect x="0.0" y="190.0" width="12" height="12" class="color-9 reactive"></rect><text x="17.0" y="200.2">learning</text></g></g><g transform="translate(590, 82)" class="legends"></g></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment