mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge branch 'master' into patches
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user