geosolutions-it / MapStore

The code of the most recent version of mapstore is hosted as geosolutions-it/MapStore2
https://github.com/geosolutions-it/MapStore2
GNU General Public License v3.0
31 stars 43 forks source link

Fix #874 Gauge chart refresh correctly remove existing data #878

Closed nmco closed 8 years ago

nmco commented 8 years ago

After solving the initial issue, other issues were found and fixed.

The gauge charts had to be wrapped in a panel which requires the canvas references to be updated. The layouts and styles had also to be reviewed (is not possible to remove items from a table layout this is a ExtJS limitation).

anim