--------------------------- * Bug fix: qrcode and watermark images are exported without a transparent background [ichim-david refs 115855]
20.3
--------------------------- * Bug fix: avoid chart export error for browsers that don't have native Promise in which case we export the chart image without the notes. This is especially for Internet Explorer which can't use the domtoimage library even with a Promise polyfill due to insuficient svg support [ichim-david refs 116186]
20.2
--------------------------- * Change: load google charts api from loader.js instead of gsapi in order to avoid a strange bug where FF doesn't trigger the setOnLoadCallback from google [ichim-david refs 116244]
20.1
--------------------------- * Bug fix: save notes and datasource per chart when clicking on the chart tabs not only once from the first chart on dom ready [ichim-david refs 115104] * Change: use callout style for datasource like notes use [ichim-david refs 115104] * Bug fix: avoid export error in case notes export as an empty image as in some situations when charts have filters the domtoimage library will export an empty images [ichim-david refs 115104]
20.0
--------------------------- * Change: modified chart view and edit js to work with jquery 3.4.1 [ichim-david refs 105112] * Change: rollback addition of notes when exporting charts to svg as the conversion to png will destroy the svg information and converting back will not bring the svg data. This rollbacks the feature added in 107671 for svg export preserving the feature for png export. [ichim-david refs 114650]
19.9
--------------------------- * Change: removed the Google Plus reference [alecghica]