ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
316 stars 170 forks source link

Heatmap entries sorted like metric graphs #225

Closed pcpiela closed 10 years ago

pcpiela commented 10 years ago

Heatmap entries are sorted using the same directive (ascending, descending, by name) that is being used to sort metric graphs. Enhancement suggested by Craig West.

pcpiela commented 10 years ago

Add new attribute to view definition, common_y_axis:[0|1] When set to 1 all graphs in the view will have the same upper and lower limits for the y-axis. The limits are adjusted automatically based on the data. The default value is zero meaning that each graph will scale independently.

Upgrade to version 3 of jstree for optionally organizing views.