Hi,
When using the chart field type, if you configure the chart using the UI it creates a JSON snippet in the JSON field below.
Then if I try to modify the JSON sometimes it detects the change and enables the SAVE button, and sometimes is doesn't.
I haven't being able to determine a pattern for this behavior. But for example I start with the JSON created by default in the UI, and if I try to add a property to a JSON list at the end, I write a "," and it does not detect any change (it doesn't enable the Save button). However if in the same JSON I add the new property in the middle of the list (I position the cursor after a "," press enter and add the new property, then it aknowledges there is a change in progress and it enables the Save button)
Also sometimes I take the original JSON (the one generated by r3) enhance or change it outside the dialog box and then copy it back to the box, and after saving the form, the UI ignores the changes, and if I leave the field and come back, the old JSON is there.
Could this be a bug?, or is there something basic I'm missing about how to handle charts this way? Is there any constraint if you originally define Series using the UI and then change the JSON?
The behavior is counter intuitive because the UI does not detect the changes and/or rolls back to the previous version.
Im currently in 11.2.6 however this behavior holds since 10.x.
Thank you!