Keep up with latest product news


Redirect to FileCharacter : Fix an issue with existing files. A call MoveToEnd() has been added to avoid a content erase. commit cbc51a96ceea867b502ddf2a152afb3e089e1c3c

Search and install any dataset from Socrata using our Graphical User Interface!








overrideBaseType parameter defined in AddonInfo static variable// Ecample for overriding default "Bar Chart" widget with custom addon
static AddonInfo: IAddonInfo = {
version: 1,
type: 'custom',
overrideBaseType: 'barchart'
};
