@antv/thumbnails
Version:
Thumbnails of Chart Types.
10 lines • 2.36 kB
JavaScript
"use strict";
// scatter_plot
Object.defineProperty(exports, "__esModule", { value: true });
var SCATTER_PLOT = {
id: 'scatter_plot',
name: 'Scatter Plot',
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 180h165.312M28.016 122h165.312M28.016 64h165.312M28.016 6h165.312"/></g><path fill="none" stroke="#BFBFBF" d="M28.016 180h165.312"/><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="28.016" y="188" alignment-baseline="before-edge">2</text><text x="69.344" y="188" alignment-baseline="before-edge">4</text><text x="110.672" y="188" alignment-baseline="before-edge">6</text><text x="152" y="188" alignment-baseline="before-edge">8</text><text x="193.328" y="188" alignment-baseline="before-edge">10</text></g><g stroke="#BFBFBF"><path d="M28.016 180v4M69.344 180v4M110.672 180v4M152 180v4M193.328 180v4"/></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="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="#5B8FF9" stroke="#5B8FF9" stroke-opacity=".95"><path d="M42.68 127.8a6 6 0 1012 0 6 6 0 10-12 0M59.211 69.8a6 6 0 1012 0 6 6 0 10-12 0M69.543 104.6a6 6 0 1012 0 6 6 0 10-12 0M98.473 75.6a6 6 0 1012 0 6 6 0 10-12 0M104.672 40.8a6 6 0 1012 0 6 6 0 10-12 0M125.33600000000001 64a6 6 0 1012 0 6 6 0 10-12 0M146 110.4a6 6 0 1012 0 6 6 0 10-12 0M166.664 58.2a6 6 0 1012 0 6 6 0 10-12 0"/></g></g></svg>',
};
exports.default = SCATTER_PLOT;
//# sourceMappingURL=scatter_plot.js.map