Hello there,
I am using chart editor for an angular application. While creating the chart I face no problem. We save the json string from serializeModel in database. When we are getting data and putting the string in deserializeModel it throws an error
ERROR TypeError: Cannot read property 'tb' of undefined
at Dj.B (chart-editor.min.js:230)
at De (chart-editor.min.js:55)
at ii.e.dispatchEvent (chart-editor.min.js:53)
at Wi (chart-editor.min.js:202)
at Yq.e.Tg (chart-editor.min.js:566)
I tried doing same from console replacing the starting and ending " with the ES6 ` (tilde). It works fine. I tried various ways to resolve it but not working. Can you please let me know how you deserializeModel in your application if you have used it ?
Hello there,
I am using chart editor for an angular application. While creating the chart I face no problem. We save the json string from
serializeModelin database. When we are getting data and putting the string indeserializeModelit throws an errorI tried doing same from console replacing the starting and ending
"with the ES6 ` (tilde). It works fine. I tried various ways to resolve it but not working. Can you please let me know how you deserializeModel in your application if you have used it ?