Changed default value for stack from true to false (#98)

This commit is contained in:
Torkel Ödegaard 2014-02-15 10:55:04 +01:00
parent 207bf183c8
commit 5961d54aa8

View File

@ -153,7 +153,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
/** @scratch /panels/histogram/3
* stack:: Stack multiple series
*/
stack : true,
stack : false,
/** @scratch /panels/histogram/3
* legend:: Display the legond
*/