mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed default value for stack from true to false (#98)
This commit is contained in:
parent
207bf183c8
commit
5961d54aa8
@ -153,7 +153,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
|||||||
/** @scratch /panels/histogram/3
|
/** @scratch /panels/histogram/3
|
||||||
* stack:: Stack multiple series
|
* stack:: Stack multiple series
|
||||||
*/
|
*/
|
||||||
stack : true,
|
stack : false,
|
||||||
/** @scratch /panels/histogram/3
|
/** @scratch /panels/histogram/3
|
||||||
* legend:: Display the legond
|
* legend:: Display the legond
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user