synchro-charts
synchro-charts copied to clipboard
Allow for string inputs for settings rather than enum only
Is your feature request related to a problem? Please describe. Ease of use of library. User may not be interested in importing many enums to declare settings, but then will have typescript errors
Describe the solution you'd like Allow settings to be specified optionally as just a string, i.e. instead of DataType.NUMBER, just 'NUMBER'.