UNPKG

@antv/thumbnails

Version:
8 lines 2.28 kB
// grouped_bar_chart var GROUPED_BAR_CHART = { id: 'grouped_bar_chart', name: 'Grouped 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.5M74.44 180V.5M132.216 180V.5M189.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="74.44" y="188" alignment-baseline="before-edge">100</text><text x="132.216" y="188" alignment-baseline="before-edge">200</text><text x="189.992" y="188" alignment-baseline="before-edge">300</text></g></g><g><g fill-opacity=".95"><path fill="#5B8FF9" d="M16.664 171.235h150.218v-13.462H16.664v13.462zM16.664 126.36h167.55v-13.462H16.664v13.462zM16.664 81.485h86.664V68.023H16.664v13.462zM16.664 36.61h92.442V23.148H16.664V36.61z"/><path fill="#5AD8A6" d="M16.664 157.352h127.107V143.89H16.664v13.462zM16.664 112.477h150.218V99.015H16.664v13.462zM16.664 67.602h66.442V54.14H16.664v13.462zM16.664 22.727H97.55V9.265H16.664v13.462z"/></g></g></svg>', }; export default GROUPED_BAR_CHART; //# sourceMappingURL=grouped_bar_chart.js.map