UNPKG

@antv/thumbnails

Version:
10 lines 2.37 kB
"use strict"; // step_line_chart Object.defineProperty(exports, "__esModule", { value: true }); var STEP_LINE_CHART = { id: 'step_line_chart', name: 'Step Line 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"><defs><clipPath id="a"><path d="M28.016 6h158.64v174H28.016z"/></clipPath></defs><path fill="transparent" d="M0 0h200v200H0z"/><g fill="none" stroke="#D9D9D9" stroke-dasharray="null"><path d="M28.016 180h158.64M28.016 122h158.64M28.016 64h158.64M28.016 6h158.64"/></g><path fill="none" stroke="#BFBFBF" d="M28.016 180h158.64"/><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="28.016" y="188" alignment-baseline="before-edge">2016</text><text x="67.676" y="188" alignment-baseline="before-edge">2017</text><text x="107.336" y="188" alignment-baseline="before-edge">2018</text><text x="146.996" y="188" alignment-baseline="before-edge">2019</text><text x="186.656" y="188" alignment-baseline="before-edge">2020</text></g><g stroke="#BFBFBF"><path d="M28.016 180v4M67.676 180v4M107.336 180v4M146.996 180v4M186.656 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 clip-path="url(#a)"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke="#5B8FF9" d="M28.016 78.5h19.83V29.2h39.66V93h39.66V64h39.66v46.4h19.83"/><path stroke="#5AD8A6" d="M28.016 133.6h19.83v18.56h39.66V122h39.66v34.8h39.66v-23.2h19.83"/></g></g></svg>', }; exports.default = STEP_LINE_CHART; //# sourceMappingURL=step_line_chart.js.map