Home Forums Chart Support adding data fields to chart at initialization time Reply To: adding data fields to chart at initialization time

#35729

Thanks for reply. I have added an option to add a chart to a favourites list after the user has created it. I then want to know information about the chart that a user created (ie: field they are looking at), so I can reproduce.

I have created the following:
https://jsfiddle.net/j5c0s3d6/

I was trying to create myField1 in the chart yesterday, during initialization. (or was going to use the exportFileName variable if I had to)

Thinking about it today, I may just add after the chart is created (where I have added myField2 now). I assume this will stick around even if things are resized?
Still curious if it is possible to do as I tried yesterday with myField1?

Thanks