UNPKG

@antv/thumbnails

Version:
8 lines 1.97 kB
// column_chart var COLUMN_CHART = { id: 'column_chart', name: 'Column 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="M28.016 180H199.5M28.016 122H199.5M28.016 64H199.5M28.016 6H199.5"/></g><path fill="none" stroke="#BFBFBF" d="M28.016 180H199.5"/><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="49.451" y="188" alignment-baseline="before-edge">A</text><text x="92.322" y="188" alignment-baseline="before-edge">B</text><text x="135.193" y="188" alignment-baseline="before-edge">C</text><text x="178.064" y="188" alignment-baseline="before-edge">D</text></g><g stroke="#BFBFBF"><path d="M49.451 180v4M92.322 180v4M135.193 180v4M178.064 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><g fill="#5B8FF9" fill-opacity=".95"><path d="M39.451 180V98.8h20V180h-20zM82.322 180v-66.7h20V180h-20zM125.193 180V29.2h20V180h-20zM168.064 180V52.4h20V180h-20z"/></g></g></svg>', }; export default COLUMN_CHART; //# sourceMappingURL=column_chart.js.map