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

Tooltips #536

Closed
rsaungc opened this issue Jan 4, 2015 · 4 comments
Closed

Tooltips #536

rsaungc opened this issue Jan 4, 2015 · 4 comments

Comments

@rsaungc
Copy link

rsaungc commented Jan 4, 2015

Like network node chart, can we include 'title' (info will display upon mouse-over) for 3D chart? Currently, 3D chart required 'int' for 'x', 'y' and 'z' and not other data type. Tooltip will only print location number. It will be helpful to have a 'title' option if data definition needs to display besides number. Following table as an example, I would like to print title

[x][y] = [NAME]

[1][1] = BOB

[1][2] = CARL

[3][3] = JOE

etc. when mouse over to certain block in 3D chart.

Axis -> x: y: z:
NAME DAY PROJECT COST
BOB 1 1 100
CARL 1 2 150
JOE 1 3 110
BOB 2 1 140
CARL 2 2 120
JOE 2 3 120
BOB 3 1 130
CARL 3 2 110
JOE 3 3 140

Thanks!

@rsaungc rsaungc changed the title It is possible to include 'title' to 3D chart? Is it possible to include 'title' to 3D chart? Jan 4, 2015
@rsaungc rsaungc changed the title Is it possible to include 'title' to 3D chart? Is it possible to include 'title' option to 3D chart? Jan 4, 2015
@AlexDM0 AlexDM0 added the Graph3D label Jan 6, 2015
@AlexDM0
Copy link
Contributor

AlexDM0 commented Jan 6, 2015

Hi,

I don't believe this is currently possible, but it would be a nice addition to the graph3d. I'll put it in as a feature request.

Cheers!

@AlexDM0
Copy link
Contributor

AlexDM0 commented Jan 9, 2015

Hi,

Over the last year a lot of feature requests have been made. We have just introduced our new website which has a list of the requested features. We have placed this request on that list.

The list can be found here:
http://visjs.org/featureRequests.html

An explaination of the new system can be found here:
http://visjs.org/blog.html#New\ website\ for\ vis.js!

I would like to stress that this does not mean we abandon this request. Discussion here will continue if needed on this feature but we will close it to keep our Github issue page more of a bug-todo list.

Future feature requests will still be made here and then added to the website by us.

Regards,

Alex

@AlexDM0 AlexDM0 closed this as completed Jan 9, 2015
@rsaungc
Copy link
Author

rsaungc commented Jan 22, 2015

Thanks Alex and team for all the great works! Vis js library is really great.

@mojoaxel mojoaxel changed the title Is it possible to include 'title' option to 3D chart? Tooltips Oct 24, 2016
@mojoaxel
Copy link
Member

Tooltips are now implemented. #2209, #1884

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