UNPKG

@antv/thumbnails

Version:
8 lines 2.23 kB
// histogram var HISTOGRAM = { id: 'histogram', name: 'Histogram', 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="M21.344 180h171.984M21.344 122h171.984M21.344 64h171.984M21.344 6h171.984"/></g><path fill="none" stroke="#BFBFBF" d="M21.344 180h171.984"/><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="21.344" y="188" alignment-baseline="before-edge">2</text><text x="64.34" y="188" alignment-baseline="before-edge">4</text><text x="107.336" y="188" alignment-baseline="before-edge">6</text><text x="150.332" 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="M21.344 180v4M64.34 180v4M107.336 180v4M150.332 180v4M193.328 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="13.344" y="180" alignment-baseline="central">0</text><text x="13.344" y="122" alignment-baseline="central">4</text><text x="13.344" y="64" alignment-baseline="central">8</text><text x="13.344" y="6" alignment-baseline="central">12</text></g></g><g><g fill="#5B8FF9" fill-opacity=".95" stroke="#FFF"><path d="M21.344 180v-29h21.498v29H21.344zM42.842 180v-43.5H64.34V180H42.842zM64.34 180v-58h21.498v58H64.34z"/><path d="M85.838 180V93h21.498v87H85.838zM107.336 180V35h21.498v145h-21.498zM128.834 180V64h21.498v116h-21.498zM150.332 180v-43.5h21.498V180h-21.498zM171.83 180v-14.5h21.498V180H171.83z"/></g></g></svg>', }; export default HISTOGRAM; //# sourceMappingURL=histogram.js.map