Merge branch 'master' into patches

This commit is contained in:
Arik Fraimovich
2017-08-06 20:40:34 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
- Add the option to write logs to STDOUT instead of STDERR. @eyalzek
- Add limit parameter to tasks API. @alexpekurovsky
- Add SQLAlchemy pool settings.
- Support for category type y axis.
### Changed

View File

@@ -77,7 +77,7 @@ function ChartEditor(ColorPalette, clientConfig) {
}
scope.xAxisScales = ['datetime', 'linear', 'logarithmic', 'category'];
scope.yAxisScales = ['linear', 'logarithmic', 'datetime'];
scope.yAxisScales = ['linear', 'logarithmic', 'datetime', 'category'];
scope.chartTypeChanged = () => {
keys(scope.options.seriesOptions).forEach((key) => {