UNPKG

@antv/thumbnails

Version:
8 lines 2.29 kB
// percent_stacked_column_chart var PERCENT_STACKED_COLUMN_CHART = { id: 'percent_stacked_column_chart', name: 'Percent Stacked Column 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="M40.016 180H199.5M40.016 93H199.5M40.016 6H199.5"/></g><path fill="none" stroke="#BFBFBF" d="M40.016 180H199.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="middle"><text x="59.951" y="188" alignment-baseline="before-edge">A</text><text x="99.822" y="188" alignment-baseline="before-edge">B</text><text x="139.693" y="188" alignment-baseline="before-edge">C</text><text x="179.564" y="188" alignment-baseline="before-edge">D</text></g><g stroke="#BFBFBF"><path d="M59.951 180v4M99.822 180v4M139.693 180v4M179.564 180v4"/></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="end"><text x="32.016" y="180" alignment-baseline="central">0%</text><text x="32.016" y="93" alignment-baseline="central">50%</text><text x="32.016" y="6" alignment-baseline="central">100%</text></g></g><g><g fill-opacity=".95"><path fill="#5B8FF9" d="M51.951 89.52V6h16v83.52h-16zM91.822 96.48V6h16v90.48h-16zM131.693 23.4V6h16v17.4h-16zM171.564 40.8V6h16v34.8h-16z"/><path fill="#5AD8A6" d="M51.951 134.76V89.52h16v45.24h-16zM91.822 138.24V96.48h16v41.76h-16zM131.693 101.7V23.4h16v78.3h-16zM171.564 110.4V40.8h16v69.6h-16z"/><path fill="#FF9845" d="M51.951 180v-45.24h16V180h-16zM91.822 180v-41.76h16V180h-16zM131.693 180v-78.3h16V180h-16zM171.564 180v-69.6h16V180h-16z"/></g></g></svg>', }; export default PERCENT_STACKED_COLUMN_CHART; //# sourceMappingURL=percent_stacked_column_chart.js.map