Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Setting dot color in Graph3d 'dot-color' mode #2451

Closed
ephraimberkovitch opened this issue Dec 14, 2016 · 1 comment
Closed

Setting dot color in Graph3d 'dot-color' mode #2451

ephraimberkovitch opened this issue Dec 14, 2016 · 1 comment

Comments

@ephraimberkovitch
Copy link
Contributor

Looking at the documentation in http://visjs.org/docs/graph3d/, I can't see how to set explicitly the dot color of a 3d graph. If in the graph style is dot-color mode, then both dot color and dot size are set by the data in style column. But it is unclear for me, by which formula it is being done, and moreover, when creating a number of simultaneously plotted graphs, I have to sync their legends and so have to be able to set each dot's color explicitly

Thanks,

@ephraimberkovitch
Copy link
Contributor Author

I have already performed this change and submitted it to review, so the issue can be closed

@mojoaxel mojoaxel added this to the Minor Release v4.18 milestone Dec 28, 2016
mojoaxel pushed a commit that referenced this issue Dec 31, 2016
…ph3D (#2489)

* Allow pass the color of points in 'dot-color' mode of Graph3D explicitly - clear the source code and finalize
* Add an onclick callback in Graph3D, to enable click and display customer user-defined information for single data point
* Extra data type validation for string conversion functions in Setings
* Disable onclick callback immediately after rotate/pan
* Re-format the JavaScript file
* No onclick event set by user - properly treat this case now
* Further reformat - indentation
* Handle the case where there is no closest data point
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants