@antv/thumbnails
Version:
Thumbnails of Chart Types.
8 lines • 1.82 kB
JavaScript
// pie_chart
var PIE_CHART = {
id: 'pie_chart',
name: 'Pie 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=".95" stroke="#fff"><path fill="#5B8FF9" d="M100 100l64.721 47.023A80 80 0 00100 20v80z"/><path fill="#5AD8A6" d="M100 100L35.279 52.977a80 80 0 00129.442 94.046L100 100z"/><path fill="#FF9845" d="M100 100V20a80 80 0 00-64.721 32.977L100 100z"/></g></g><g><text x="135.64" y="81.84" fill="#FFF" stroke="null" stroke-width="0" alignment-baseline="central" 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="14" paint-order="stroke" text-anchor="middle">A</text><text x="76.489" y="132.361" fill="#FFF" stroke="null" stroke-width="0" alignment-baseline="central" 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="14" paint-order="stroke" text-anchor="middle">B</text><text x="81.84" y="64.36" fill="#FFF" stroke="null" stroke-width="0" alignment-baseline="central" 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="14" paint-order="stroke" text-anchor="middle">C</text></g></svg>',
};
export default PIE_CHART;
//# sourceMappingURL=pie_chart.js.map