@antv/thumbnails
Version:
Thumbnails of Chart Types.
10 lines • 2.3 kB
JavaScript
"use strict";
// stacked_bar_chart
Object.defineProperty(exports, "__esModule", { value: true });
var STACKED_BAR_CHART = {
id: 'stacked_bar_chart',
name: '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.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=""Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"" 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=""Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"" 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 165.563h69.331v-16H16.664v16zM16.664 120.688h75.109v-16H16.664v16zM16.664 75.813H51.33v-16H16.664v16zM16.664 30.938h46.22v-16h-46.22v16z"/><path fill="#5AD8A6" d="M85.995 165.563h69.331v-16h-69.33v16zM91.773 120.688h75.109v-16h-75.11v16zM51.33 75.813h34.665v-16H51.33v16zM62.885 30.938h46.22v-16h-46.22v16z"/></g></g></svg>',
};
exports.default = STACKED_BAR_CHART;
//# sourceMappingURL=stacked_bar_chart.js.map