UNPKG

@antv/thumbnails

Version:
10 lines 2.29 kB
"use strict"; // grouped_column_chart Object.defineProperty(exports, "__esModule", { value: true }); var GROUPED_COLUMN_CHART = { id: 'grouped_column_chart', name: 'Grouped 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="M28.016 180H199.5M28.016 122H199.5M28.016 64H199.5M28.016 6H199.5"/></g><path fill="none" stroke="#BFBFBF" d="M28.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="49.451" y="188" alignment-baseline="before-edge">A</text><text x="92.322" y="188" alignment-baseline="before-edge">B</text><text x="135.193" y="188" alignment-baseline="before-edge">C</text><text x="178.064" y="188" alignment-baseline="before-edge">D</text></g><g stroke="#BFBFBF"><path d="M49.451 180v4M92.322 180v4M135.193 180v4M178.064 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="20.016" y="180" alignment-baseline="central">0</text><text x="20.016" y="122" alignment-baseline="central">100</text><text x="20.016" y="64" alignment-baseline="central">200</text><text x="20.016" y="6" alignment-baseline="central">300</text></g></g><g><g fill-opacity=".95"><path fill="#5B8FF9" d="M36.39 180V98.8h12.86V180H36.39zM79.26 180v-66.7h12.862V180H79.26zM122.131 180V29.2h12.862V180H122.13zM165.002 180V52.4h12.862V180h-12.862z"/><path fill="#5AD8A6" d="M49.652 180V87.2h12.862V180H49.652zM92.523 180V93h12.862v87H92.523zM135.394 180V11.8h12.862V180h-12.862zM178.265 180V29.2h12.862V180h-12.862z"/></g></g></svg>', }; exports.default = GROUPED_COLUMN_CHART; //# sourceMappingURL=grouped_column_chart.js.map