Skip to content

Commit

Permalink
fixing chart type options and label for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWert committed Jun 17, 2021
1 parent b1005cd commit c949862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function getMobileKPIDistributionConfig({ indexPattern }: ConfigProps): D
yAxisColumns: [
{
sourceField: RECORDS_FIELD,
label: 'Transactions',
},
],
hasOperationType: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function getMobileKPIConfig({ indexPattern }: ConfigProps): DataSeries {
return {
reportType: 'kpi-over-time',
defaultSeriesType: 'line',
seriesTypes: ['line', 'bar'],
seriesTypes: ['line', 'bar', 'area'],
xAxisColumn: {
sourceField: '@timestamp',
},
Expand Down

0 comments on commit c949862

Please sign in to comment.