UNPKG

@antv/thumbnails

Version:
10 lines 1.09 kB
"use strict"; // bubble_chart Object.defineProperty(exports, "__esModule", { value: true }); var BUBBLE_CHART = { id: 'bubble_chart', name: 'Bubble 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><g fill-opacity=".6"><path fill="#5B8FF9" stroke="#5B8FF9" d="M68.9 66.667a13.6 13.6 0 1027.2 0 13.6 13.6 0 10-27.2 0"/><path fill="#5AD8A6" stroke="#5AD8A6" d="M15 133.333a40 40 0 1080 0 40 40 0 10-80 0"/><path fill="#FF9845" stroke="#FF9845" d="M95 53.333a40 40 0 1080 0 40 40 0 10-80 0"/><path fill="#F6BD16" stroke="#F6BD16" d="M95 133.333a40 40 0 1080 0 40 40 0 10-80 0"/><path fill="#A37FDB" stroke="#A37FDB" d="M22.5 46.667a20 20 0 1040 0 20 20 0 10-40 0"/><path fill="#1E9493" stroke="#1E9493" d="M102 93.333a8 8 0 1016 0 8 8 0 10-16 0"/><path fill="#FF99C3" stroke="#FF99C3" d="M75.5 93.333a12 12 0 1024 0 12 12 0 10-24 0"/></g></g></svg>', }; exports.default = BUBBLE_CHART; //# sourceMappingURL=bubble_chart.js.map