Visualization icon indicating copy to clipboard operation
Visualization copied to clipboard

HPCC JavaScript Framework

Results 30 Visualization issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Jeremy Clements fixes #3998 ## Checklist: - [x] The commit message is properly formatted and free of typos. - [ ] The commit message title makes sense in a...

Signed-off-by: Jaman Brundage ## Checklist: - [x] The commit message is properly formatted and free of typos. - [ ] The commit message title makes sense in a changelog, by...

Edge case issue: ``` ``` Generates: ``` export enum WUQueryActivationMode { Donotactivatequery = 0, Activatequery = 1, Activatequery, suspendprevious = 2, Activatequery, deleteprevious = 3 } ``` Which should be:...

Add keyboard tabbing support to chart/Scatter. The following library should be evaluated: https://github.com/microsoft/tabster The initial tabbing should only occur for the scatter points and should be in a logical order

Signed-off-by: Gordon Smith ## Checklist: - [x] The commit message is properly formatted and free of typos. - [ ] The commit message title makes sense in a changelog, by...

The common primitive types should be imported / exported from a single location to avoid duplication? If Wsdl-TS was its own package, this might simplify the above?

It might be worth making a new package `@hpcc-js/wsdl2ts` or similar and publishing it to npmjs? Would need additional docs etc.

It seems that more often than not, the generator doesn't insert complex types correctly. See [here](https://github.com/hpcc-systems/Visualization/blob/064c57abea6ec3d90c696240820ba0c3750ab6d1/packages/comms/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts#L149) for instance, where the value of Exceptions is used rather than the symbol. But...

Signed-off-by: Jaman Brundage ## Checklist: - [x] The commit message is properly formatted and free of typos. - [ ] The commit message title makes sense in a changelog, by...

Signed-off-by: Jaman Brundage ## Checklist: - [x] The commit message is properly formatted and free of typos. - [ ] The commit message title makes sense in a changelog, by...