The chart wizard sends a preview (parse) request after every change (e.g. typing each character of the title).
Requests can also complete out of order, allowing an older response to replace the preview for the current chart definition.
We should add debouncing to help limit how frequently automatic previews are requested, and we should also ensure that only the latest preview (parse) api response updates the preview.