Files
mosr-web/src/views/custom-query/topo/top/config/edge.js
2024-03-04 19:13:43 +08:00

14 lines
183 B
JavaScript

/**
* @author: clay
* @data: 2019/08/16
* @description: 线条的后期设置
*/
export default {
type: 'top-cubic',
style: {
startArrow: false,
endArrow: true
}
}