UNPKG

zoomdata-client

Version:

Zoomdata Standalone Web Client (SDK)

40 lines (30 loc) 1.23 kB
# Zoomdata Javascript SDK Change Log ## Version [4.9.0] #### Added - Added [LICENSE](./LICENSE) file to distribution - Added instructions for installing the script from the Zoomdata server to the [README.md](./README.md) __Install the library__ section #### Changed - Updated version number to match current version of Zoomdata server - Updated [README.md](./README.md) to add licensing information - Updated [README.md](./README.md) __Install the library__ section to provide the correct path to the client script within `node_modules` ## Version [2.1.0] #### Changed - Metric variables format * before: 'count'; * after: '[{"name": "count"}]'; * before: 'price:max:{"autoShowColorLegend": true}'; * after: '[{ "name": "price", "func": "max", "colorConfig": {"autoShowColorLegend": true} }]'; - Multi-metric variables format * before: 'count::{"autoShowColorLegend": true} sales:avg price:min'; * after: '[ {"name": "count", "colorConfig": {"autoShowColorLegend": true}}, {"name": "sales", "func": "avg"}, {"name": "price", "func": "min"} ]';