highcharts / highcharts-editor

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

Add WYSIWYG-ish features #4

Closed cvasseng closed 8 years ago

cvasseng commented 8 years ago

Need to add events to the generated SVG so that options dealing with whatever is clicked is exposed.

Example: Clicking the title should navigate the property setter to the Titles pane, and highlight the Chart Title property.

cvasseng commented 8 years ago

This is implemented for clicking:

TorsteinHonsi commented 8 years ago

These are the mappings that are implemented in the Cloud, we should implement the same in the Editor: https://github.com/highcharts/chartcloud/blob/6f9a210861b74d970666b86b2118615e7de92fed/highcharts-cloud-parent/highcharts-cloud-editor-web/src/main/webapp/resources/lib/editor/EditorOutputView.js#L45-L76

cvasseng commented 8 years ago

Alright, I'll add them tomorrow morning. I guess I missed them first time around.