You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
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,
The text was updated successfully, but these errors were encountered:
…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
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,
The text was updated successfully, but these errors were encountered: