mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
going back from Category/Value axis to X/Y axis
This commit is contained in:
parent
3a5ab5ceaf
commit
08b01f03a6
6 changed files with 10 additions and 10 deletions
|
@ -111,7 +111,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'metrics',
|
||||
name: 'metric',
|
||||
title: 'Value Axis',
|
||||
title: 'Y-Axis',
|
||||
min: 1,
|
||||
defaults: [
|
||||
{ schema: 'metric', type: 'count' }
|
||||
|
@ -128,7 +128,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'buckets',
|
||||
name: 'segment',
|
||||
title: 'Category Axis',
|
||||
title: 'X-Axis',
|
||||
min: 0,
|
||||
max: 1,
|
||||
aggFilter: '!geohash_grid'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="kuiSideBarSection">
|
||||
<div class="kuiSideBarSectionTitle">
|
||||
<div class="kuiSideBarSectionTitle__text">
|
||||
Category Axis
|
||||
X-Axis
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="kuiSideBarSection">
|
||||
<div class="kuiSideBarSectionTitle">
|
||||
<div class="kuiSideBarSectionTitle__text">
|
||||
Value Axes
|
||||
Y-Axes
|
||||
</div>
|
||||
|
||||
<button
|
||||
|
|
|
@ -111,7 +111,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'metrics',
|
||||
name: 'metric',
|
||||
title: 'Value Axis',
|
||||
title: 'Y-Axis',
|
||||
min: 1,
|
||||
defaults: [
|
||||
{ schema: 'metric', type: 'count' }
|
||||
|
@ -128,7 +128,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'buckets',
|
||||
name: 'segment',
|
||||
title: 'Category Axis',
|
||||
title: 'X-Axis',
|
||||
min: 0,
|
||||
max: 1,
|
||||
aggFilter: '!geohash_grid'
|
||||
|
|
|
@ -109,7 +109,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'metrics',
|
||||
name: 'metric',
|
||||
title: 'Value Axis',
|
||||
title: 'Y-Axis',
|
||||
min: 1,
|
||||
defaults: [
|
||||
{ schema: 'metric', type: 'count' }
|
||||
|
@ -126,7 +126,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'buckets',
|
||||
name: 'segment',
|
||||
title: 'Category Axis',
|
||||
title: 'X-Axis',
|
||||
min: 0,
|
||||
max: 1,
|
||||
aggFilter: '!geohash_grid'
|
||||
|
|
|
@ -102,7 +102,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'metrics',
|
||||
name: 'metric',
|
||||
title: 'Value Axis',
|
||||
title: 'Y-Axis',
|
||||
min: 1,
|
||||
defaults: [
|
||||
{ schema: 'metric', type: 'count' }
|
||||
|
@ -119,7 +119,7 @@ export default function PointSeriesVisType(Private) {
|
|||
{
|
||||
group: 'buckets',
|
||||
name: 'segment',
|
||||
title: 'Category Axis',
|
||||
title: 'X-Axis',
|
||||
min: 0,
|
||||
max: 1,
|
||||
aggFilter: '!geohash_grid'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue