This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-25
Channels
- # bangalore-clj (2)
- # beginners (50)
- # boot (21)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (93)
- # clojure-russia (5)
- # clojure-spec (22)
- # clojure-uk (3)
- # clojurescript (24)
- # data-science (4)
- # datomic (1)
- # events (2)
- # fulcro (46)
- # graphql (9)
- # hoplon (16)
- # lumo (42)
- # off-topic (3)
- # perun (2)
- # protorepl (1)
- # re-frame (10)
- # reagent (12)
- # ring (1)
- # ring-swagger (1)
- # shadow-cljs (12)
- # specter (16)
- # unrepl (10)
Someone has experience using plotly api. I have been trying for a while now without success. I would like to create a chart in a single api request. The description of the api is https://api.plot.ly/v2/plot-schema?sha1=%27%27 but I cannot figure out where to POST the data too.
Looks like the “grids” endpoint is for posting data. But I do not have actual experience with http://plot.ly
my understanding is that you post your data into a speadsheet like endpoint "/grids" and then you can plot data out of it using the "plots" endpoint. I understand the use case but they must provide a more "user friendly" endpont
¯\(ツ)/¯