Adding Name of Series to Smoothie Tooltip

已查看 166 次
跳至第一个未读帖子

Steven R

未读,
2019年2月6日 12:03:282019/2/6
收件人 Smoothie Charts
Hello, 

I am using the Smoothie Chart Tooltip CSS from the Smoothie Charts Builder

div.smoothie-chart-tooltip {
  background: #444;
  padding: 1em;
  margin-top: 20px;
  font-family: consolas;
  color: white;
  font-size: 10px;
  pointer-events: none;
}

​Is there a quick way to add the name of the series to the tooltip? 

​Thank you, 
Steven Ramey

Cuoax Gaming

未读,
2019年8月1日 07:33:082019/8/1
收件人 Smoothie Charts
In smoothie.js you can add name inside SmoothieChart.tooltipFormatter function. Just write this:

lines.push("your text here");
回复全部
回复作者
转发
0 个新帖子