Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのチャートを表示するために vaadin アドオンを使用していますが、setFormatterJsFunc というメソッドを使用できますが、どのような変数を使用できるかわかりません。
誰もこれに遭遇しましたか?
ありがとうございました
入力はjavascript関数で、チャートのポイントにカーソルを合わせると、そこに値が表示されます。
javascript
例えば;
tooltip.setFormatterJsFunc("function() {" + " return '' + this.series.name +': '+ this.y +''; " + "}");