-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highcharts Editor Replacement #8
Comments
List looks good to me and includes all of the core functionality. Having an advanced editor (similar to what we have for slides) seems like a good idea to cover any gaps from missing advanced functionality such as secondary axis positioning, tooltip/legend formatting, etc. The consideration for integrating an advanced editor would involve drafting up a comprehensive Highcharts schema for validation. |
I remember someone mentioning in a meeting that general real-world users of the current highcharts editor were awfully unhappy due to the lack of support. Having this as a stand-alone might have a lot of use for a lot of people (and maybe even a few of them discover their StoryRamp dreams can come true). On the flipside, if this does become popular, one can expect all sorts of issues being logged, requests for new features, and the obligatory grouses and unpleasantness of anything public. I can't see many asks getting prioritized unless it's something also benefiting our projects. Anyway, could be...interesting. |
I think just the basics for this first phase. We can get very bogged down with supporting the vast selection of chart types and options for them, but at the end of the day, 99% of the charts our clients are going to be developing will be basic, or combinations of basic types. Folks will be able to manually construct and import "fancy" charts using the other chart types available if they desire.
Both would be preferred. To my point above, a client may use the Highcharts editor on the side if they so desire, and they could import the file exported from that tool, or paste it in directly.
The Storylines Editor's current implementation requires a user to create a blank chart, and from there they can work with the H.E.R. charts editor directly, or import an existing configuration. Given the context they are working in, I believe it makes sense to overwrite that selected chart if they're importing a configuration.
Export in this context means to output the generated JSON output of the Highcharts Editor such that it could be leveraged in other Storylines products or the original Highcharts Editor. It would be a .JSON file that is downloaded to the user's device. Hope this clarifies things, please reach out if you have any more questions! |
High-level requirements (culled from capabilities pre-existing in https://editor.highcharts.com/full.html):
Chart/Series types - Keep it basic on the first pass, add more types as demand dictates:
Things we could hardcode/make default:
auto
Other considerations:
* Needs further discussion
The text was updated successfully, but these errors were encountered: