mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 13:28:49 +08:00
30 lines
994 B
Plaintext
30 lines
994 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:sparkline 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-Sparkline"
|
|
>
|
|
<svg
|
|
class="cxd-Sparkline-svg"
|
|
height="30"
|
|
viewBox="0 0 100 30"
|
|
width="100"
|
|
>
|
|
<g>
|
|
<path
|
|
class="cxd-Sparkline-area"
|
|
d="M 0 21.42857142857143 L 14.285714285714286 12.857142857142858 L 28.571428571428573 25.714285714285715 L 42.85714285714286 17.142857142857142 L 57.142857142857146 30 L 71.42857142857143 0 L 85.71428571428572 21.42857142857143 L 100 4.285714285714285 V 30 L 0 30 Z"
|
|
stroke="none"
|
|
/>
|
|
<path
|
|
class="cxd-Sparkline-line"
|
|
d="M 0 21.42857142857143 L 14.285714285714286 12.857142857142858 L 28.571428571428573 25.714285714285715 L 42.85714285714286 17.142857142857142 L 57.142857142857146 30 L 71.42857142857143 0 L 85.71428571428572 21.42857142857143 L 100 4.285714285714285"
|
|
fill="none"
|
|
/>
|
|
</g>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
`;
|