当前位置:网站首页>D3.js learning
D3.js learning
2022-07-25 22:12:00 【Learning makes me happy -- Yuxiang】
Vue in Introduce the use of D3.js_ Blog to work hard tomorrow -CSDN Blog _d3.js vue
Learn first , Follow up
<template>
<div class="full" style="background-color: #d2d2d2;padding:30px;text-align: center;">
<svg class="svg_pane" width="200" height="200" viewBox="0 0 200 200">
<rect x="50" y="50" width="100" height="100" fill="yellow" stroke-linejoin="round" rx="5" ry="5" ></rect>
<circle cx="100" cy="100" r="20" fill="green"></circle>
</svg>
<svg class="svg_pane" width="200" height="200">
<polyline
points="50,10 80,90 10,30 90,30 20,90"
stroke="#fb3"
stroke-width="3"
fill="black">
</polyline>
</svg>
<svg class="svg_pane" width="200" height="200">
<polygon
points="50,10 80,90 10,30 90,30 20,90"
stroke="#fb3"
stroke-width="3"
fill="transparent">
</polygon>
</svg>
<svg class="svg_pane" width="200" height="200">
<path d="M 10 10 L 180 180 C40,5 40,140 100,100 " stroke="#fb3" stroke-width="4" fill="transparent"></path>
</svg>
<svg class="svg_pane" width="200" height="200">
<rect x="0" y="0" width="100" height="100" fill="#feac5e">
<animate attributeName="x" from="-100" to="200" dur="2s" repeatCount="indefinite" />
</rect>
</svg>
</div>
</template>
<script>
export default {
name: "D3Example",
}
</script>
<style scoped>
.svg_pane{
background-color: white;
box-shadow: 2px 2px 5px 5px #828282;
margin-right: 10px;
}
</style>
边栏推荐
- 信息安全建设原则指导
- C语言:随机生成数+选择排序
- 磁盘空间的三种分配方式
- All you want to know about interface testing is here
- 突破性思维在测试工作中的应用
- Children's programming electronic society graphical programming level examination scratch level 1 real problem analysis (judgment question) June 2022
- Jmeter--- set proxy recording request
- EL表达式改进JSP
- Dovecot set mailbox quota
- The automation testing post spent 20K recruiting, but in the end, there was no suitable one. Both fresh students are better than them
猜你喜欢

H5 lucky scratch lottery free official account + direct operation

成为比开发硬气的测试人,我都经历了什么?

MySQL - subquery - column subquery (multi row subquery)

这次龙蜥展区玩的新花样,看看是谁的 DNA 动了?

6-17漏洞利用-反序列化远程命令执行漏洞

『Skywalking』. Net core fast access distributed link tracking platform

Jenkins+svn configuration

Wet- a good choice for people with English difficulties - console translation

面了个腾讯三年经验的测试员,让我见识到了真正的测试天花板
![[Fantan] how to design a test platform?](/img/54/5aca54c0e66f8a7c1c3215b8f06613.png)
[Fantan] how to design a test platform?
随机推荐
[fan Tan] in detail: lower control, upward management, upward drawing cake.
Having met a tester with three years' experience in Tencent, I saw the real test ceiling
2年功能测试,却感觉自己什么都不会,2022我该何去何从?
Why does redisv6.0 introduce multithreading?
C语言:随机生成数+选择排序
6-18漏洞利用-后门连接
synchronized与volatile
All you want to know about interface testing is here
Uninstall NPM and install NPM_ Use 'NPM uninstall' to uninstall the NPM package 'recommended collection'
The dragon lizard exhibition area plays a new trick this time. Let's see whose DNA moved?
C语言游戏 双缓存解决闪屏问题 详细总结[通俗易懂]
SQL基本语句 DQL select与提取 DML插入删除
测试工作不受重视,你换位思考了吗?
Ts:typera code fragment indentation display exception (resolved) -2022.7.24
JMeter websocket接口测试
The testing work is not valued. Have you changed your position?
磁盘空间的三种分配方式
什么是类加载?类加载的过程?
Why is the integer type 128 to byte -128
The automation testing post spent 20K recruiting, but in the end, there was no suitable one. Both fresh students are better than them