jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.53k stars 642 forks source link

Tool Bar in html file #543

Open Programmerguy101 opened 5 years ago

Programmerguy101 commented 5 years ago

It seems like depending on the trace the toolbar in the html file changes. Additionally, can I add more tools in the tool for time series visualization?

lwhite1 commented 5 years ago

The toolbar is provided by plotly. There’s some ability to customize it, but I haven’t looked into it and it isn’t exposed through tablesaw

On Fri, Jun 28, 2019 at 7:47 AM Programmerguy101 notifications@github.com wrote:

It seems like depending on the trace the toolbar in the html file changes. Additionally, can I add more tools in the tool for time series visualization?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jtablesaw/tablesaw/issues/543?email_source=notifications&email_token=AA2FPARQQ6RCHT5A6CSGYL3P4X25TA5CNFSM4H4EVCVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4JQDOQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2FPASSE3LNZALR4RM5CFLP4X25TANCNFSM4H4EVCVA .

Programmerguy101 commented 5 years ago

Thank you for the fast reply.

Programmerguy101 commented 5 years ago

I had another question regarding multiplot, is there any way to just have 1 toolbar for all of the graphs instead of multiple toolbars.

lwhite1 commented 5 years ago

The answer to this question is basically the same as the first question. The toolbar is provided by plot.ly, so this is basically a plot.ly question. You should check there to see if this is possible.

If you would like to try exposing the plot.ly menu through Tablesaw, we would welcome a PR.

lwhite1 commented 5 years ago

Changed the issue title to make this explicitly an enhancement request