Let user update JSON file #769
Unanswered
BLVANSONHVA
asked this question in
Answers & Questions
Replies: 1 comment 3 replies
-
you can get the data from the elment and then use ObjectSet... to manipulate the json that is fed into echarts in this example patch you'd put your object manipulation below the "ParseObject" on the top right: this is list of ops to manipulate json-data in cables: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Cables.gl to prototype a tool that is basically an interactive data visualisation. The user gets presented with a data visualisation based on a JSON file. I wish that the user can input something that then gets added to the JSON file, and therefore represented in the data visualisation.
I have included two screenshots. The first is the data visualisation (using EchartsEvents) and the second is a div element where the user can input. I hope that this input can be injected back into the JSON somehow, and therefore reflected in the datavis.
Beta Was this translation helpful? Give feedback.
All reactions