highcharts / highcharts-editor

https://www.highcharts.com/products/highcharts-editor
Other
250 stars 96 forks source link

problem with importing data from database to modal editor #177

Open sohrabgh opened 6 years ago

sohrabgh commented 6 years ago

Hi there I'm using ModalEditor in my project. I have several chart options witch are stored in database and showing them in several rows. I want to have button in front of each row and as soon I press the button , load ModalEditor with the selected row options(ajax call a function and get the options for each row). How can a I implement this part?!?