简体   繁体   中英

Insert font awsome icon in any shape in vis js

Is it possible to insert any font awsome icon in any other shape (ie box, diamond, circle) in vis js? i want to add shapes like BPNM Gateways or Gateways .
If above is not possible, how/where i can modify the source code to full fill the requirement?
Is there any way to add my customs shape to vis js?

Not sure but, as much I understand, you want this..

<span class="fa-stack fa-lg">
      <i class="fa fa-circle-thin plus-icon fa-stack-2x"></i>
      <i class="fa fa-plus plus-icon fa-stack-1x"></i>
</span>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM