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

Introduce support for chart libs close #787 and Generate a chart for #790 #799

Closed mricca closed 8 years ago

mricca commented 8 years ago

Introduce support for chart libs #787

Generate a chart from data received from the WPS #790

offtherailz commented 8 years ago

Legend are not visible because of css. a sample css for pie chart legend is :

ul.pie-legend span {
    width: 10px;
    height: 10px;
    display: block;

The legend should be excluded for the moment for line and bar charts.

offtherailz commented 8 years ago

Gauge Titles are too big. They have to be visible. You can even skip the title in justgage option and use extjs stuff to display it (panel header and so on). The gauges should at least resort to best fit the windows.