almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

add style options of fill & stroke per point for Graph3d #4142

Open boorad opened 6 years ago

boorad commented 6 years ago

Graph3d data points can now support the following style object in addition to numbers:

{
  "x":1,
  "y":0,
  "z":3686,
  "style": {
    "fill":"red",
    "stroke":"#000"
  }
}
exoego commented 5 years ago

Could you kindly

boorad commented 5 years ago

@exoego @mojoaxel second commit, now with an example and updated docs.