diff --git a/frontend/src/icons/svg/sort-asc.svg b/frontend/src/icons/svg/sort-asc.svg
new file mode 100644
index 0000000000..d0bcfa2489
--- /dev/null
+++ b/frontend/src/icons/svg/sort-asc.svg
@@ -0,0 +1 @@
+
diff --git a/frontend/src/icons/svg/sort-desc.svg b/frontend/src/icons/svg/sort-desc.svg
new file mode 100644
index 0000000000..23f1d4a23c
--- /dev/null
+++ b/frontend/src/icons/svg/sort-desc.svg
@@ -0,0 +1 @@
+
diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss
index a93b6726da..99911837a5 100644
--- a/frontend/src/styles/index.scss
+++ b/frontend/src/styles/index.scss
@@ -221,7 +221,7 @@ div:focus {
%field-icon{
font-size: 13px;
- margin: 0 3px 0 0;
+ margin: 0 2px 0 0;
}
.field-icon-text{
@extend %field-icon;
@@ -239,6 +239,11 @@ div:focus {
@extend %field-icon;
color: #F56C6C;
}
+.field-icon-sort{
+ font-size: 10px;
+ @extend %field-icon;
+ color: #999999;
+}
.ds-icon-scene{
width: 13px;
height: 13px;
diff --git a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue
index c14a509fdc..87c7d27067 100644
--- a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue
+++ b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue
@@ -6,6 +6,8 @@
+
+
{{ item.name }}
@@ -17,6 +19,8 @@
+
+
{{ item.name }}
diff --git a/frontend/src/views/chart/components/drag-item/DimensionItem.vue b/frontend/src/views/chart/components/drag-item/DimensionItem.vue
index 77e0e5024c..a21872982a 100644
--- a/frontend/src/views/chart/components/drag-item/DimensionItem.vue
+++ b/frontend/src/views/chart/components/drag-item/DimensionItem.vue
@@ -6,6 +6,8 @@
+
+
{{ item.name }}
@@ -17,6 +19,8 @@
+
+
{{ item.name }}
diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
index f9a72f6483..2c7b024d12 100644
--- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue
+++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
@@ -6,6 +6,8 @@
+
+
{{ item.name }}
{{ $t('chart.'+item.summary) }}
@@ -18,6 +20,8 @@
+
+
{{ item.name }}
{{ $t('chart.'+item.summary) }}
@@ -226,7 +230,7 @@ export default {
.item-span-style{
display: inline-block;
- width: 80px;
+ width: 70px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index 6518203885..dafc815361 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -286,9 +286,9 @@
-
+
- {{ $t('chart.stack_item') }}
+ {{ $t('chart.stack_item') }}
/
{{ $t('chart.dimension') }}