cvasseng

Results 27 comments of cvasseng

Since you're doing `.on` directly on the editor creation function, you're basically assigning the `editor` variable the return of the `on` function instead of the editor instance. Try this: ```...

Oh, sorry, I see what's going on - I had some local fixes here that weren't in master yet. It's been pushed now. In order to use it, you need...

Actually, there's some other issues in master right now (master is inherently unstable when not close to a new release), so it may be wise to wait until over the...

@suhaibahmed this works as it should in master now as far as I can tell. There will be a new release either today or tomorrow, if you don't want to...

No problem! The new release is now live at https://github.com/highcharts/highcharts-editor/releases/tag/v0.2.1-rc2

Did you try the `master` branch? It addresses several issues with advanced mode. It needs to be built differently though (use `gulp complete` to bake a single js file with...

The format has changed. It looks like this now: highed.templates.add('Area', { "title": "Arearange", "description": "", "thumbnail": "https://cloud.highcharts.com/images/udepat/0/136.svg", "dataValidator": false, "sampleSets": [], "config": { "chart": { "type": "arearange", "polar": false }...

Try creating the `validators` folder in `src/products/highstock`. It can be empty.

The master branch is inherently a work-in-progress, and as such is unstable and contains unfixed issues. Chances are if you stumble upon something that doesn't work quite right that it's...

Don't get me wrong, it was more of a "there be dragons"-statement; we appreciate any and every feedback we get!