@antv/thumbnails
Version:
Thumbnails of Chart Types.
10 lines • 2.13 kB
JavaScript
"use strict";
// area_chart
Object.defineProperty(exports, "__esModule", { value: true });
var AREA_CHART = {
id: 'area_chart',
name: 'Area 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 180h140M40 123.333h140M40 66.667h140M40 10h140"/></g><path fill="none" stroke="#BFBFBF" d="M40 180h140"/><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="40" y="184" alignment-baseline="before-edge">2016</text><text x="75" y="184" alignment-baseline="before-edge">2017</text><text x="110" y="184" alignment-baseline="before-edge">2018</text><text x="145" y="184" alignment-baseline="before-edge">2019</text><text x="180" y="184" alignment-baseline="before-edge">2020</text></g><g stroke="#BFBFBF"><path d="M40 180v4M75 180v4M110 180v4M145 180v4M180 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="32" y="180" alignment-baseline="central">0</text><text x="32" y="123.333" alignment-baseline="central">100</text><text x="32" y="66.667" alignment-baseline="central">200</text><text x="32" y="10" alignment-baseline="central">300</text></g></g><g><path fill="#5B8FF9" fill-opacity=".25" d="M40 95l35 34 35-51 35 5.667L180 44v136H40z"/><path fill="none" stroke="#5B8FF9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40 95l35 34 35-51 35 5.667L180 44"/></g></svg>',
};
exports.default = AREA_CHART;
//# sourceMappingURL=area_chart.js.map