synchro-charts icon indicating copy to clipboard operation
synchro-charts copied to clipboard

Allow for string inputs for settings rather than enum only

Open diehbria opened this issue 2 years ago • 0 comments

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'.

diehbria avatar Jan 12 '22 22:01 diehbria