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.
AnnotatedTimeLine または LineChart に垂直線を追加して、その時点で発生するイベントを示したいと考えています。GWTでそれを行うにはどうすればよいですか?
ありがとう、
ショーン・グエン
asgallant からのヒントに基づいて、GWT でそれを行うことができました。ここにコードがあります
private native void addAnnotationColumn(DataTable data) /*-{ data.addColumn({type:'string', role:'annotation'}); }-*/;