如何在Shiny中将工具提示添加到C3量规

问题描述

我有一些c3量规,我想在其中提供一些工具提示,以解释量规的测量内容。这是我的尝试,不起作用。谢谢您的帮助

library(c3)
data.frame(`Bullish Percent` = .50) %>% 
  c3() %>% 
  c3_gauge(max = 1,threshold = list(unit = "value",max = 1,values = c(.3,.6,1)))%>%
  tooltip(list(title = "Description About the Gauge",value = "This gauge tells you a bit about how bullish the sentiment is"))

将鼠标悬停在上面或使用问号来激发解释就足够了。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...