going back from Category/Value axis to X/Y axis

This commit is contained in:
ppisljar 2017-01-12 11:36:53 +01:00
parent 3a5ab5ceaf
commit 08b01f03a6
6 changed files with 10 additions and 10 deletions

View file

@ -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'

View file

@ -1,7 +1,7 @@
<div class="kuiSideBarSection">
<div class="kuiSideBarSectionTitle">
<div class="kuiSideBarSectionTitle__text">
Category Axis
X-Axis
</div>
</div>

View file

@ -1,7 +1,7 @@
<div class="kuiSideBarSection">
<div class="kuiSideBarSectionTitle">
<div class="kuiSideBarSectionTitle__text">
Value Axes
Y-Axes
</div>
<button

View file

@ -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'

View file

@ -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'

View file

@ -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'