(defn get-series "get-series" ([chart] (-> chart .getPlot .getDataset .getSeries)) ([chart series-idx] (first (seq (-> chart .getPlot (.getDataset series-idx) .getSeries)))))
Comments top
No comments for get-series. Log in to add a comment.