R Shiny HTMLWidget for interactive 3D-histograms

后端 未结 3 1679
逝去的感伤
逝去的感伤 2021-01-27 07:11

I would like to include a 3D dynamic (i.e. one can change its perspective just by moving the plot) histogram widget in a R Shiny application.

Unfortunately I di

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-27 07:39

    Many thanks, DSGym. I didn't know this library.

    In my initial message (now amended) I actually forgot to mention the dynamic feature, i.e. the ability to change the perspective of the plot just by moving it with the mouse, like with vis.js-graph3d.

    It seems plots from highcharter cannot do that, or am I mistaken?

    [EDIT]: I just checked with Shiny: it is static.

提交回复
热议问题