UNPKG

@antv/thumbnails

Version:
10 lines 2.45 kB
"use strict"; // percent_stacked_bar_chart Object.defineProperty(exports, "__esModule", { value: true }); var PERCENT_STACKED_BAR_CHART = { id: 'percent_stacked_bar_chart', name: 'Percent Stacked Bar Chart', svgCode: '<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" style="width:200px;height:200px;vertical-align:middle" display="inline-block"><path fill="transparent" d="M0 0h200v200H0z"/><g fill="none" stroke="#D9D9D9" stroke-dasharray="null"><path d="M16.664 180V.5M100.328 180V.5M183.992 180V.5"/></g><path fill="none" stroke="#BFBFBF" d="M16.664 180V.5"/><g fill="#8C8C8C" font-family="&quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;" font-size="12" paint-order="stroke" text-anchor="end"><text x="8.664" y="157.563" alignment-baseline="central">D</text><text x="8.664" y="112.688" alignment-baseline="central">C</text><text x="8.664" y="67.813" alignment-baseline="central">B</text><text x="8.664" y="22.938" alignment-baseline="central">A</text></g><g stroke="#BFBFBF"><path d="M16.664 157.563h-4M16.664 112.688h-4M16.664 67.813h-4M16.664 22.938h-4"/></g><g><g fill="#8C8C8C" font-family="&quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;" font-size="12" paint-order="stroke" text-anchor="middle"><text x="16.664" y="188" alignment-baseline="before-edge">0%</text><text x="100.328" y="188" alignment-baseline="before-edge">50%</text><text x="183.992" y="188" alignment-baseline="before-edge">100%</text></g></g><g><g fill-opacity=".95"><path fill="#5B8FF9" d="M16.664 165.563h66.931v-16H16.664v16zM16.664 120.688h75.298v-16H16.664v16zM16.664 75.813h40.159v-16H16.664v16zM16.664 30.938h43.505v-16H16.664v16z"/><path fill="#5AD8A6" d="M83.595 165.563h66.931v-16h-66.93v16zM91.962 120.688h75.297v-16H91.962v16zM56.823 75.813H96.98v-16H56.823v16zM60.17 30.938h43.505v-16H60.169v16z"/><path fill="#FF9845" d="M150.526 165.563h33.466v-16h-33.466v16zM167.26 120.688h16.732v-16h-16.733v16zM96.981 75.813h87.011v-16h-87.01v16zM103.675 30.938h80.317v-16h-80.317v16z"/></g></g></svg>', }; exports.default = PERCENT_STACKED_BAR_CHART; //# sourceMappingURL=percent_stacked_bar_chart.js.map