You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Hi,
I need to do new visualization, can I use a different graph library like plotly and not D3.js?
Thanks in advance, Céline
Maxime Beauchemin
unread,
Feb 23, 2017, 4:43:09 PM2/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Yes. Javascript is the playing field here. The JS function you define for the visualization receives a reference to a DOM element [amongst other things] and you're free to mutate that element as you wish, with d3, React, jQuery, or whatever else.
Max
Keshav Malani
unread,
Mar 1, 2017, 12:46:43 PM3/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Hi Céline - would you mind sharing how you end up doing this? I'm interested to learn