static S chart(S name, L data) {
  ret askSelf("chart " + quote(name) + " " + join(" ", allToString(data)));
}